-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
45
46
47
48
49
{
"name": "website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@next/bundle-analyzer": "^15.1.6",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@splinetool/react-spline": "^4.0.0",
"@types/three": "^0.170.0",
"appwrite": "^20.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"gsap": "^3.12.5",
"lucide-react": "^0.544.0",
"next": "^14.2.23",
"node-appwrite": "^19.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"sharp": "^0.33.5",
"split-type": "^0.3.4",
"styled-components": "^6.1.19",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.170.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "18.2.21",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.18",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}