-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 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
37
38
39
40
41
{
"name": "exp-shaders",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/web": "^9.6.1",
"@react-three/drei": "^9.30.3",
"@react-three/fiber": "^8.7.4",
"@studio-freight/lenis": "^0.2.28",
"@theatre/core": "^0.5.0",
"@theatre/r3f": "^0.5.0",
"@theatre/studio": "^0.5.0",
"glslify-loader": "^2.0.0",
"gsap": "^3.11.1",
"leva": "^0.9.31",
"next": "12.3.0",
"r3f-perf": "^6.4.4",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"three": "^0.144.0",
"use-sound": "^4.0.1",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/three": "^0.144.0",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}