-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 901 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": "r3f-character-controller",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@gsimone/smoothdamp": "^0.1.0",
"@hmans/controlfreak": "^0.2.0",
"@react-three/drei": "^9.13.0",
"@react-three/fiber": "^9.0.0-alpha.1",
"@xstate/react": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"three": "^0.141.0",
"three-mesh-bvh": "^0.5.15",
"three-stdlib": "^2.14.3",
"xstate": "^4.32.1",
"zustand": "^4.1.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/three": "^0.141.0",
"@vitejs/plugin-react": "^2.0.1",
"eslint": "^8.21.0",
"eslint-config-react-app": "^7.0.1",
"typescript": "^4.6.3",
"vite": "^3.0.7",
"vite-tsconfig-paths": "^3.5.0"
}
}