-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.54 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.54 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
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "coffee-chat-ai",
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^3.0.2",
"@ai-sdk/openai": "^3.0.2",
"@imgly/background-removal": "^1.6.0",
"@imgly/background-removal-node": "^1.4.5",
"@mendable/firecrawl-js": "^1.29.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.14",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/supabase-js": "^2.50.5",
"@tabler/icons-react": "^3.34.0",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.2.0",
"ai": "^6.0.6",
"axios": "^1.13.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cobe": "^0.6.4",
"framer-motion": "^12.23.3",
"geist": "^1.4.2",
"lucide-react": "^0.525.0",
"mini-svg-data-uri": "^1.4.4",
"next": "15.5.10",
"next-themes": "^0.4.6",
"openai": "^5.9.0",
"random-word-slugs": "^0.1.7",
"react": "^19.1.0",
"react-color": "^2.19.3",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"stripe": "^18.3.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.0.5"
},
"devDependencies": {
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19.1.6",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"supabase": "^2.30.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"pnpm": {
"overrides": {
"tar-fs@>=2.0.0 <2.1.4": "2.1.4",
"tar-fs@>=3.0.0 <3.1.1": "3.1.1",
"zod@<=3.22.2": "3.22.3",
"glob@>=10.2.0 <10.5.0": "10.5.0",
"qs@<6.14.1": "6.14.1",
"jsondiffpatch@<0.7.2": "0.7.2",
"tar@<7.5.3": "7.5.6",
"lodash@<=4.17.22": "4.17.23"
}
}
}