-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"private": true,
"scripts": {
"build": "prisma generate && next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.33.1",
"@prisma/client": "^6.1.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@shadcn/ui": "^0.0.4",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.47.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"next": "latest",
"openai": "^4.77.0",
"prisma": "^6.1.0",
"react": "latest",
"react-dom": "latest",
"react-hot-toast": "^2.4.1",
"shadcn-ui": "^0.9.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0"
}
}