-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.03 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.03 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
{
"name": "codehawk",
"version": "1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --hostname 0.0.0.0 --port 5000",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "eslint",
"inngest": "npx inngest-cli@latest dev -u http://localhost:5000/api/inngest --host 0.0.0.0 --port 8292",
"server": "concurrently 'npm run inngest' 'npm run dev'"
},
"dependencies": {
"@ai-sdk/google": "^3.0.54",
"@base-ui/react": "^1.3.0",
"@pinecone-database/pinecone": "^7.1.0",
"@polar-sh/better-auth": "^1.8.3",
"@polar-sh/sdk": "^0.46.7",
"@prisma/adapter-pg": "^7.5.0",
"@prisma/client": "^7.5.0",
"@tanstack/react-query": "^5.94.5",
"@vercel/analytics": "^2.0.1",
"ai": "^6.0.141",
"better-auth": "^1.5.5",
"chalk": "^5.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.2.1",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"embla-carousel-react": "^8.6.0",
"inngest": "^3.54.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.577.0",
"next": "^16.2.2",
"next-themes": "^0.4.6",
"octokit": "^5.0.5",
"pg": "^8.20.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-activity-calendar": "^3.1.1",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.7.4",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"shadcn": "^4.1.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.37",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"nodemon": "^3.1.14",
"prisma": "^7.5.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}