-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "sentinel",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "9.0.0-alpha.8",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.469.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-leaflet": "5.0.0-rc.2",
"recharts": "^2.15.0",
"swapy": "^1.0.3",
"tailwind-merge": "^2.6.0",
"tauri-plugin-serialplugin": "github:s00d/tauri-plugin-serialplugin#main",
"three": "^0.172.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.3"
}
}