-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 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
50
51
52
53
54
{
"name": "test",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=24"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@gsap/react": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.9",
"@tabler/icons-react": "^3.19.0",
"@vercel/analytics": "^1.4.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.18.2",
"framer-motion-3d": "^11.11.1",
"gsap": "^3.14.2",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"lucide-react": "^0.447.0",
"motion": "^12.29.2",
"next": "^14.2.35",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.14",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"sass": "^1.79.4",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-globe": "^2.32.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}