-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
{
"name": "navmesh-website",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@pmndrs/assets": "^1.7.0",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"leva": "^0.9.35",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.9",
"react-router-dom": "^6.27.0",
"recast-navigation": "workspace:*",
"styled-components": "^6.1.13",
"suspend-react": "^0.1.3",
"three": "^0.172.0",
"tunnel-rat": "^0.1.2",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.172.0",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-html": "^3.2.2"
}
}