forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "@repo/app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"start": "node server.mjs"
},
"dependencies": {
"@ag-ui/client": "0.0.52",
"@copilotkit/a2ui-renderer": "1.57.0",
"@copilotkit/react-core": "1.57.0",
"@copilotkit/react-ui": "1.57.0",
"@hono/node-server": "^1.19.14",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@tanstack/pacer": "0.21.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.9.8",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-rnd": "^10.5.2",
"react18-json-view": "^0.2.9",
"recharts": "^3.7.0",
"tailwind-merge": "^3.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.0",
"tailwindcss": "^4",
"typescript": "^5",
"vite": "^7.1.12"
}
}