-
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.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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": "videgen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.9",
"@neondatabase/serverless": "^0.10.4",
"@paypal/react-paypal-js": "^8.7.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.59",
"@tabler/icons-react": "^3.28.1",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.3",
"firebase": "^11.1.0",
"framer-motion": "^11.18.0",
"lucide-react": "^0.471.0",
"next": "15.1.4",
"next-themes": "^0.4.4",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"drizzle-kit": "^0.30.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2"
}
}