Files
2026-07-13 12:58:18 +08:00

40 lines
1.0 KiB
JSON

{
"name": "ui-protocols-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"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": "workspace:*",
"@copilotkit/core": "workspace:*",
"@copilotkit/react-core": "workspace:*",
"@copilotkit/runtime": "workspace:*",
"@copilotkit/shared": "workspace:*",
"@copilotkit/web-inspector": "workspace:*",
"@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",
"tailwindcss": "^4",
"typescript": "^5"
}
}