-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·50 lines (50 loc) · 1.22 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
48
49
50
{
"name": "@react-three/p2-examples",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@pmndrs/branding": "^0.0.8",
"@react-spring/three": "^9.4.3",
"@react-three/drei": "^8.10.6",
"@react-three/fiber": "^7.0.26",
"@react-three/p2": "file:../",
"joypad.js": "^2.2.5",
"lerp": "^1.0.3",
"meshline": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-router-dom": "^6.2.1",
"styled-components": "^5.3.0",
"three": "^0.138.0",
"three-stdlib": "^2.8.7",
"valtio": "^1.3.0",
"zustand": "^3.7.0"
},
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"serve": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.23",
"@types/three": "^0.137.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.5.4",
"vite": "^2.8.4",
"vite-react-jsx": "^1.1.2"
},
"license": "MIT"
}