-
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) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 800 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": "example",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.105.5",
"@react-three/fiber": "^9.1.2",
"@use-gesture/react": "latest",
"leva": "^0.10.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-use-refs": "^1.0.1",
"three": "^0.172.0",
"three-stdlib": "^2.29.9",
"use-error-boundary": "^2.0.6",
"wouter": "^2.12.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/three": "^0.172.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.3.3",
"vite": "^5.2.10"
}
}