-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 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
{
"name": "openevt-suv-offroad-sim",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"cannon-es": "^0.20.0",
"lil-gui": "^0.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"seedrandom": "^3.0.5",
"simplex-noise": "^4.0.1",
"stats.js": "^0.17.0",
"three": "^0.160.0"
},
"devDependencies": {
"@types/node": "^25.2.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/seedrandom": "^3.0.8",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}