-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "threejs-portfolio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/three": "10.1.2",
"@react-three/drei": "10.7.7",
"@react-three/fiber": "9.6.1",
"@react-three/postprocessing": "^3.0.4",
"@react-three/rapier": "^2.2.0",
"gsap": "^3.13.0",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"three": "0.182.0"
},
"devDependencies": {
"@gltf-transform/cli": "^4.4.1",
"@gltf-transform/core": "^4.4.0",
"@gltf-transform/functions": "^4.4.0",
"@tailwindcss/postcss": "4.3.1",
"@types/node": "^24.0.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "0.182.0",
"playwright": "^1.61.1",
"postcss": "8.5.16",
"tailwindcss": "4.3.1",
"typescript": "5.9.2"
},
"overrides": {
"postcss": "8.5.16"
},
"allowScripts": {
"sharp@0.34.5": true
}
}