-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "@apeira/example-copilotkit",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:e2e": "vitest run test/hitl-demo.test.ts"
},
"dependencies": {
"@apeira/core": "workspace:",
"@apeira/plugin-ag-ui": "workspace:",
"@apeira/plugin-hitl": "workspace:",
"@copilotkit/react-core": "catalog:",
"@copilotkit/react-ui": "catalog:",
"@radix-ui/react-dialog": "catalog:",
"@radix-ui/react-dropdown-menu": "catalog:",
"@radix-ui/react-separator": "catalog:",
"@radix-ui/react-slot": "catalog:",
"@radix-ui/react-tooltip": "catalog:",
"@xsai/tool": "catalog:xsai",
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"foxact": "catalog:",
"lucide-react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"rxjs": "catalog:",
"tailwind-merge": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:"
}
}