39 lines
896 B
JSON
39 lines
896 B
JSON
{
|
|
"name": "mcp-apps",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/client": "^0.0.42",
|
|
"@ag-ui/encoder": "^0.0.42",
|
|
"@ag-ui/mcp-apps-middleware": "^0.0.1",
|
|
"@copilotkit/core": "1.51.0-next.4",
|
|
"@copilotkit/react-core": "1.51.0-next.4",
|
|
"@copilotkit/runtime": "1.51.0-next.4",
|
|
"@copilotkit/shared": "1.51.0-next.4",
|
|
"@copilotkit/web-inspector": "1.51.0-next.4",
|
|
"hono": "^4.11.3",
|
|
"next": "16.1.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"zod": "^3.25.75"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"rxjs": "7.8.2"
|
|
}
|
|
}
|
|
}
|