-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "ui-protocols-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@a2a-js/sdk": "^0.2.5",
"@a2ui/lit": "^0.8.1",
"@ag-ui/a2a": "^0.0.6",
"@ag-ui/a2a-middleware": "^0.0.2",
"@ag-ui/client": "^0.0.42",
"@ag-ui/mcp-apps-middleware": "^0.0.1",
"@copilotkit/a2ui-renderer": "^0.0.2",
"@copilotkitnext/agent": "^1.51.0-next.4",
"@copilotkitnext/core": "^1.51.0-next.4",
"@copilotkitnext/react": "1.51.0-next.4",
"@copilotkitnext/runtime": "^1.51.0-next.4",
"@copilotkitnext/shared": "^1.51.0-next.4",
"@copilotkitnext/web-inspector": "1.51.0-next.4",
"@monaco-editor/react": "^4.7.0",
"hono": "^4.11.4",
"next": "16.1.3",
"openai": "^6.16.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}