-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 920 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 920 Bytes
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
{
"dependencies": {
"@tauri-apps/plugin-shell": "^2.3.0",
"lucide-react": "^0.552.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "5.5.0",
"zustand": "5.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.12",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "24.10.0",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "5.1.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "4.1.12",
"typescript": "^5.0.2",
"vite": "^7.3.5"
},
"name": "legion2-frontend",
"private": true,
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"preview": "vite preview",
"tauri": "tauri",
"tauri:build": "tauri build",
"tauri:dev": "tauri dev"
},
"type": "module",
"version": "0.4.0"
}