-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 KB
/
package.json
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
{
"name": "starter-kit-with-clerk-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:credits": "tsx scripts/test-credit-system.ts",
"supabase": "supabase"
},
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@react-email/components": "^0.0.31",
"@react-email/tailwind": "^1.0.4",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.10",
"@tailwindcss/typography": "^0.5.15",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"feed": "^4.2.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
"react-day-picker": "^9.4.4",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"resend": "^4.0.1",
"sonner": "^1.7.1",
"stripe": "^17.5.0",
"tailwind-merge": "^2.5.5",
"tsx": "^4.19.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^19.0.2",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"postcss": "^8",
"supabase": "^2.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}