-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "nexopo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fancyapps/ui": "^5.0.36",
"@react-spring/animated": "^9.7.5",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.121.1",
"@react-three/fiber": "^8.17.12",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"gsap": "^3.12.5",
"install": "^0.13.0",
"lodash": "^4.17.21",
"next": "^14.2.16",
"npm": "^10.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-spring": "^9.7.5",
"react-use": "^17.6.0",
"three": "^0.172.0",
"three-mesh-bvh": "^0.8.0",
"three-stdlib": "^2.35.7",
"uuid": "^11.0.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.1"
}
}