-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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
{
"name": "batched-mesh-exploration",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --host",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
"directed": "github:pmndrs/directed#v0.0.1-alpha.5",
"koota": "^0.1.1",
"leva": "^0.9.31",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.169.0",
"three-stdlib": "^2.33.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@types/workerpool": "^6.4.7",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sass": "^1.80.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}