-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18 <=22"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"mcp:neon": "NEON_API_KEY=\"$NEON_API_KEY\" npx -y @neondatabase/mcp-server-neon start $NEON_API_KEY"
},
"dependencies": {
"@ai-sdk/elevenlabs": "^1.0.11",
"@ai-sdk/gateway": "^1.0.25",
"@ai-sdk/openai": "^2.0.32",
"@ai-sdk/react": "^2.0.48",
"@composio/core": "^0.1.52",
"@composio/vercel": "^0.2.8",
"@modelcontextprotocol/sdk": "^1.18.1",
"@neondatabase/serverless": "^1.0.1",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-use-controllable-state": "^1.1.0",
"@sendgrid/mail": "^8.1.6",
"@stackframe/stack": "^2.8.39",
"ai": "^5.0.48",
"ai-elements": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"exa-js": "^1.9.3",
"lucide-react": "^0.542.0",
"mapbox-gl": "^3.15.0",
"mcp-handler": "^1.0.2",
"nanoid": "^5.1.5",
"next": "15.5.3",
"radix-ui": "^1.4.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-map-gl": "^8.0.4",
"react-syntax-highlighter": "^15.6.6",
"recharts": "^3.2.1",
"streamdown": "^1.3.0",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.8",
"use-stick-to-bottom": "^1.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/geojson": "^7946.0.16",
"@types/hast": "^3.0.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"tailwindcss": "^4",
"typescript": "^5"
}
}