-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "react-three-bobblhead",
"version": "1.0.0",
"description": "Bobblehead experiment using React Three Fiber and Rapier Physics with mobile accelerometer support.",
"keywords": [
"r3f",
"react",
"three",
"vite",
"react three fiber",
"bobblehead",
"rapier",
"physics",
"accelerometer"
],
"author": "Benjamin Miles <[email protected]> (https://github.com/benjaminmiles)",
"repository": "github:benjaminmiles/react-three-bobblhead",
"license": "MIT",
"dependencies": {
"@react-three/drei": "9.108.3",
"@react-three/fiber": "8.16.8",
"@react-three/rapier": "^1.4.0",
"leva": "^0.9.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"three": "0.166.1",
"use-gesture": "^1.0.0",
"vite-plugin-mkcert": "^1.17.5",
"zustand": "^4.5.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.3"
},
"scripts": {
"dev": "vite --host",
"sandbox": "APP_ENV=sandbox vite",
"build": "vite build",
"preview": "vite preview --host"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}