Files
copilotkit__copilotkit/examples/canvas/mastra-pm/package.json
Jordan Ritter ac66995bf8 fix: bump all 15.x examples to Next 15.5.15 (security patches)
24 examples bumped from various 15.0-15.4 versions to 15.5.15.
chat-with-your-data bumped from 15.6.0-canary to 16.1.7.
next-openai: moved OpenAI client init into handlers (15.5 evaluates
edge routes at build time).

Remaining on 14.x: next-pages-router(v1), state-machine, travel,
banking, enterprise-brex, presentation, todo — require major rewrite.
2026-04-28 10:33:06 -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": "next lint",
"cli": "tsx src/cli/index.ts"
},
"dependencies": {
"@ag-ui/mastra": "0.0.10",
"@ai-sdk/openai": "^1.3.22",
"@copilotkit/react-core": "1.10.3",
"@copilotkit/react-ui": "1.10.3",
"@copilotkit/runtime": "1.10.3",
"@libsql/client": "^0.15.14",
"@mastra/client-js": "0.12.0",
"@mastra/core": "0.16.0",
"@mastra/libsql": "0.14.0",
"@mastra/memory": "0.14.4",
"dotenv": "^17.2.1",
"libsql": "^0.5.13",
"mastra": "0.12.0",
"next": ">=15.5.15",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.1.2",
"tailwindcss": "^4",
"tsx": "^4.20.3",
"typescript": "^5"
}
}