-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.81 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.81 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
89
90
91
92
93
94
95
96
97
{
"name": "kairos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.48",
"@ai-sdk/google": "^3.0.33",
"@anthropic-ai/sdk": "^0.78.0",
"@base-ui/react": "^1.2.0",
"@clerk/nextjs": "^6.36.5",
"@clerk/themes": "^2.4.55",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@hookform/resolvers": "^5.2.2",
"@inngest/agent-kit": "^0.13.2",
"@inngest/middleware-sentry": "^0.1.3",
"@mendable/firecrawl-js": "^1.21.1",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@react-symbols/icons": "^1.3.0",
"@replit/codemirror-indentation-markers": "^6.5.3",
"@replit/codemirror-minimap": "^0.5.2",
"@rive-app/react-webgl2": "^4.27.0",
"@sentry/nextjs": "^10.40.0",
"@streamdown/cjk": "^1.0.2",
"@streamdown/code": "^1.0.3",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tanstack/react-form": "^1.28.4",
"@webcontainer/api": "^1.6.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/react": "^12.10.1",
"ai": "^6.0.105",
"allotment": "^1.20.5",
"ansi-to-react": "^6.2.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"codemirror": "^6.0.2",
"convex": "^1.31.2",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"inngest": "^3.48.1",
"input-otp": "^1.4.2",
"isbinaryfile": "^5.0.7",
"ky": "^1.14.3",
"lucide-react": "^0.575.0",
"media-chrome": "^4.18.0",
"motion": "^12.34.3",
"nanoid": "^5.1.6",
"next": "16.1.1",
"next-themes": "^0.4.6",
"octokit": "^5.0.5",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-icons": "^5.5.0",
"react-jsx-parser": "^2.4.1",
"react-resizable-panels": "^4.6.5",
"recharts": "^2.15.4",
"shiki": "^4.0.0",
"sonner": "^2.0.7",
"streamdown": "^2.3.0",
"tailwind-merge": "^3.5.0",
"tokenlens": "^1.3.1",
"unique-names-generator": "^4.7.1",
"use-stick-to-bottom": "^1.1.3",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}