-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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": "basic-demo",
"version": "1.0.0",
"description": "Shows how to form self-contained components with their own state and user interaction.",
"keywords": [
"interaction",
"pointer-events"
],
"homepage": "https://markNZed.github.io/react-three",
"main": "src/index.js",
"dependencies": {
"@react-three/drei": "9.92.0",
"@react-three/fiber": "^8.16.3",
"@react-three/rapier": "^1.3.1",
"@react-three/rapier-addons": "^4.0.1",
"@types/three": "0.158.3",
"alpha-shape": "^1.0.0",
"deep-diff": "^1.0.2",
"deep-object-diff": "^1.1.9",
"framer-motion-3d": "^11.1.7",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"r3f-perf": "^7.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"three": "^0.159.0",
"three-csg-ts": "^3.1.14",
"uuid": "^10.0.0",
"zustand": "^4.5.2"
},
"scripts": {
"start": "react-scripts start",
"start2": "set PORT=3006 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^6.1.1"
}
}