-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "web-vr-project1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.11.3",
"@react-three/fiber": "^8.0.19",
"gsap": "^3.10.4",
"next": "^12.1.6",
"nipplejs": "^0.9.1",
"react": "18.1.0",
"react-audio-player": "^0.17.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.1.0",
"react-h5-audio-player": "^3.8.4",
"react-nipple": "^1.0.2",
"tailwind-scrollbar-hide": "^1.1.7",
"three": "^0.141.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@react-three/cannon": "^6.3.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/three": "^0.140.0",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"sass": "^1.52.1",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
}
}