-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
{
"name": "out",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun run next dev",
"build": "bun run next build",
"start": "bun run next start",
"lint": "bun run next lint",
"sitemap": "next-sitemap --config ./next-sitemap.config.js"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@lottiefiles/dotlottie-react": "^0.12.2",
"@radix-ui/react-hover-card": "^1.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@react-three/drei": "^10.3.0",
"@react-three/fiber": "^9.1.2",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.59",
"@tabler/icons-react": "^3.29.0",
"@types/three": "^0.177.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dicons": "^1.1.7",
"fortawesome": "^0.0.1-security",
"framer-motion": "^12.0.5",
"gsap": "^3.13.0",
"lucide-react": "^0.473.0",
"motion": "^12.18.2",
"next": "^15.1.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"qss": "^3.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icon": "^1.0.0",
"react-icon-cloud": "^4.1.7",
"react-icons": "^5.4.0",
"react-player": "^2.16.0",
"react-syntax-highlighter": "^15.6.1",
"styled-components": "^6.1.14",
"tailwind-merge": "^2.6.0",
"three": "^0.177.0",
"three-stdlib": "^2.36.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}