-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 Bytes
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
{
"name": "suburbia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^9.5.0",
"@types/matter-js": "^0.20.2",
"clsx": "^2.1.1",
"gsap": "^3.14.2",
"matter-js": "^0.20.0",
"next": "^15.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"three": "^0.175.0"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.95",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "^15.3.0",
"fluid-tailwind": "^1.0.4",
"postcss": "^8",
"slice-machine-ui": "^2.21.1",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}