-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "pivot-pyramid-canvas",
"version": "1.0.0",
"private": true,
"description": "Pivot Pyramid Canvas - AI-powered startup hypothesis tool",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"copy-outreach-to-prod": "node scripts/copy-outreach-to-prod.mjs"
},
"dependencies": {
"@clerk/nextjs": "^6.36.5",
"@convex-dev/persistent-text-streaming": "^0.3.0",
"@fal-ai/client": "^1.8.0",
"@openrouter/ai-sdk-provider": "^1.5.4",
"@tailwindcss/postcss": "^4.1.18",
"@vercel/analytics": "^1.6.1",
"ai": "^5.0.113",
"convex": "^1.21.1",
"framer-motion": "^12.23.26",
"lucide-react": "^0.511.0",
"next": "^15.5.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"svix": "^1.82.0",
"use-debounce": "^10.0.4",
"zod": "^3.25.3",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "^15.5.9",
"postcss": "^8",
"tailwindcss": "^4",
"typescript": "^5"
}
}