-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
51 lines (51 loc) · 1.4 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
47
48
49
50
51
{
"name": "ho4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.111.3",
"@react-three/fiber": "^8.17.5",
"@react-three/rapier": "^1.4.0",
"@types/three": "^0.167.2",
"axios": "^1.7.5",
"framer-motion": "^11.3.19",
"leva": "^0.9.35",
"meshline": "^3.3.1",
"next": "^14.2.5",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.12",
"react-collapse": "^5.1.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-image": "^4.1.0",
"react-intersection-observer": "^9.13.0",
"react-parallax": "^3.5.1",
"react-scroll-parallax": "^3.4.5",
"sharp": "^0.33.5",
"three": "^0.167.1"
},
"devDependencies": {
"@types/node": "20.14.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "5.5.4"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}