-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
54
{
"name": "quadrant-next",
"private": true,
"version": "25.2.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-autostart": "~2.2.0",
"@tauri-apps/plugin-cli": "~2.2.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@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.2.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.3.1",
"i18next": "^24.2.2",
"motion": "12.0.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@tauri-apps/cli": "^2.2.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"eslint-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.3",
"vite": "^6.0.11"
},
"packageManager": "pnpm@10.1.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}