-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.13 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "FlashFathomAI",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"postinstall": "prisma generate",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev"
},
"dependencies": {
"@clerk/clerk-react": "^5.36.0",
"@clerk/nextjs": "^6.26.0",
"@clerk/themes": "^2.2.20",
"@hookform/resolvers": "^3.10.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@stripe/stripe-js": "^4.10.0",
"@supabase/supabase-js": "^2.49.1",
"@tailwindcss/typography": "^0.5.16",
"@types/nodemailer": "^6.4.17",
"@typescript-eslint/parser": "^8.38.0",
"@vercel/analytics": "^1.5.0",
"axios": "^1.8.2",
"button": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"dropdown-menu": "^0.1.1",
"framer-motion": "^12.23.9",
"label": "^0.2.2",
"lucide-react": "^0.428.0",
"next": "15.4.10",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.0",
"razorpay": "^2.9.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-toastify": "^11.0.5",
"stripe": "^16.12.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"toast": "link:@components/ui/toast",
"use-toast": "link:@components/ui/use-toast",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^20.17.24",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.31.0",
"eslint-config-next": "15.4.4",
"postcss": "^8.5.3",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
}
}
}