-
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.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 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": "expense-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"vercel-build": "npm install --legacy-peer-deps && npm run build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "npx drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@clerk/nextjs": "^6.1.0",
"@neondatabase/serverless": "^0.10.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.0",
"@stripe/react-stripe-js": "^2.9.0",
"@stripe/stripe-js": "^4.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-spawn": "^7.0.6",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.0",
"emoji-picker-react": "^4.12.0",
"howler": "^2.2.4",
"lucide-react": "^0.454.0",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recharts": "^2.13.3",
"sonner": "^1.5.0",
"stripe": "^17.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/react": "18.3.12",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.27.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "5.6.3"
}
}