-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "playpool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"@react-three/drei": "^9.57.1",
"@react-three/fiber": "^8.12.0",
"@react-three/rapier": "^0.14.0",
"@types/three": "^0.149.0",
"@use-gesture/react": "^10.2.23",
"leva": "^0.9.34",
"next": "13.0.2",
"pusher": "^5.1.2",
"pusher-js": "^8.0.1",
"r3f-perf": "^6.6.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "^0.150.1",
"zod": "^3.18.0",
"zustand": "^4.1.5"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.6",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.11.4"
}
}