-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "creagent",
"version": "0.1.0",
"private": true,
"license": "FSL-1.1-MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroui/react": "^3.2.3",
"@polar-sh/nextjs": "^0.9.6",
"@polar-sh/sdk": "^0.49.0",
"@supabase/ssr": "^0.12.4",
"@supabase/supabase-js": "^2.112.0",
"@vercel/analytics": "^2.0.1",
"border-beam": "^1.3.0",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"geist": "^1.7.2",
"motion": "^12.43.0",
"next": "16.2.12",
"openai": "^7.4.0",
"react": "19.2.4",
"react-confetti": "^6.4.0",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0",
"thinking-orbs": "^0.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}