Files
copilotkit__copilotkit/examples/integrations/mastra/package.json
2026-03-12 13:06:02 -07:00

45 lines
1.1 KiB
JSON

{
"name": "starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:agent": "mastra dev",
"dev:ui": "next dev --turbopack",
"dev:debug": "LOG_LEVEL=debug npm run dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ag-ui/client": "0.0.42",
"@ag-ui/mastra": "beta",
"@ai-sdk/openai": "^2.0.42",
"@copilotkit/react-core": "1.51.1",
"@copilotkit/react-ui": "1.51.1",
"@copilotkit/runtime": "1.51.1",
"@libsql/client": "^0.15.15",
"@mastra/client-js": "beta",
"@mastra/core": "beta",
"@mastra/libsql": "beta",
"@mastra/memory": "beta",
"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",
"eslint": "^9",
"eslint-config-next": "16.1.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}