-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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": "custom_design_1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.35.0",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tabler/icons-react": "^3.36.0",
"@types/three": "^0.182.0",
"@vercel/analytics": "^2.0.1",
"autoprefixer": "^10.4.21",
"caniuse-lite": "^1.0.30001753",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"framer-motion": "^12.29.0",
"gsap": "^3.14.2",
"mime": "^4.1.0",
"next": "15.3.6",
"postcss": "^8.5.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.182.0",
"vercel": "^52.0.0"
},
"devDependencies": {
"@elevenlabs/elevenlabs-js": "^2.29.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.8",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.3",
"eslint": "^10.2.1",
"eslint-config-next": "^16.2.4",
"typescript": "^5.9.3"
}
}