36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "mcp-apps-starter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:mcp\" --names ui,mcp --prefix-colors blue,green --kill-others",
|
|
"dev:ui": "next dev --turbopack",
|
|
"dev:mcp": "./scripts/run-mcp-server.sh || scripts\\run-mcp-server.bat",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"install:mcp": "cd threejs-server && npm install",
|
|
"postinstall": "npm run install:mcp"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/client": "0.0.57",
|
|
"@ag-ui/mcp-apps-middleware": "^0.0.3",
|
|
"@copilotkit/react-core": "1.62.3",
|
|
"@copilotkit/react-ui": "1.62.3",
|
|
"@copilotkit/runtime": "1.62.3",
|
|
"hono": "^4.12.10",
|
|
"lucide-react": "^0.561.0",
|
|
"next": "16.1.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"concurrently": "^9.1.2",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|