-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "quadrant-next",
"private": true,
"version": "25.3.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@fabianlars/tauri-plugin-oauth": "2",
"@headlessui/react": "^2.2.0",
"@tauri-apps/api": "^2.3.0",
"@tauri-apps/plugin-autostart": "~2.2.0",
"@tauri-apps/plugin-cli": "~2.2.0",
"@tauri-apps/plugin-clipboard-manager": "2.2.1",
"@tauri-apps/plugin-deep-link": "~2.2.0",
"@tauri-apps/plugin-dialog": "~2.2.0",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-http": "~2.3.0",
"@tauri-apps/plugin-notification": "2.2.1",
"@tauri-apps/plugin-opener": "2.2.5",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-store": "2.2.0",
"@tauri-apps/plugin-updater": "2.5.1",
"i18next": "24.2.2",
"motion": "12.4.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.4.1",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.9",
"@tauri-apps/cli": "^2.3.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.3",
"tailwindcss": "4.0.9",
"typescript": "~5.7.3",
"vite": "^6.2.0"
},
"packageManager": "pnpm@10.5.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}