forked from pmndrs/threejs-journey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
36
{
"name": "threejs-journey",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/cannon": "^4.2.0",
"@react-three/drei": "^8.2.1",
"@react-three/fiber": "^7.0.24",
"@react-three/flex": "^0.7.0",
"@types/three": "^0.135.0",
"babel-plugin-glsl": "^1.0.0",
"@babel/core": "7.16.0",
"cannon-es": "^0.18.0",
"glsl-noise": "^0.0.0",
"leva": "^0.9.16",
"next": "12.0.7",
"nice-color-palettes": "^3.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-use-refs": "^1.0.1",
"short-uuid": "^4.2.0",
"three": "^0.135.0"
},
"devDependencies": {
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"typescript": "4.5.4"
}
}