Files
copilotkit__copilotkit/examples/integrations/mastra/package.json
2026-05-22 19:10:53 +00:00

42 lines
1.1 KiB
JSON

{
"name": "starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:agent\" --names ui,agent --prefix-colors blue,green --kill-others",
"dev:agent": "mastra dev",
"dev:ui": "next dev --turbopack",
"dev:debug": "LOG_LEVEL=debug npm run dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ag-ui/client": "0.0.52",
"@ag-ui/mastra": "beta",
"@ai-sdk/openai": "^2.0.42",
"@copilotkit/react-core": "1.55.2",
"@copilotkit/runtime": "1.55.2",
"@libsql/client": "^0.15.15",
"@mastra/client-js": "beta",
"@mastra/core": "beta",
"@mastra/libsql": "beta",
"@mastra/memory": "beta",
"hono": "^4",
"libsql": "^0.5.22",
"mastra": "beta",
"next": "16.1.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"zod": "^3.25.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.1.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}