75 lines
2.0 KiB
JSON
75 lines
2.0 KiB
JSON
{
|
|
"name": "@copilotkit/showcase-mastra",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/mastra": "0.2.1-beta.2",
|
|
"@ai-sdk/openai": "^2.0.42",
|
|
"@copilotkit/a2ui-renderer": "1.61.2",
|
|
"@copilotkit/react-core": "1.61.2",
|
|
"@copilotkit/runtime": "1.61.2",
|
|
"@copilotkit/shared": "1.61.2",
|
|
"@copilotkit/voice": "1.61.2",
|
|
"@hashbrownai/core": "0.5.0-beta.4",
|
|
"@hashbrownai/react": "0.5.0-beta.4",
|
|
"@json-render/core": "0.18.0",
|
|
"@json-render/react": "0.18.0",
|
|
"@libsql/client": "^0.15.15",
|
|
"@mastra/client-js": "1.23.2",
|
|
"@mastra/core": "1.41.0",
|
|
"@mastra/libsql": "1.1.0-alpha.2",
|
|
"@mastra/memory": "1.0.1-alpha.1",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"ai": "^5.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"libsql": "^0.5.22",
|
|
"lucide-react": "^1.14.0",
|
|
"mastra": "1.1.0-alpha.3",
|
|
"next": "^15.5.15",
|
|
"openai": "5.23.2",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "^2.15.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"yaml": "^2.8.4",
|
|
"zod": "^3.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0",
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"postcss": "^8.5.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"overrides": {
|
|
"@copilotkit/web-inspector": {
|
|
"@copilotkit/core": "1.61.2"
|
|
}
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@copilotkit/web-inspector>@copilotkit/core": "1.61.2"
|
|
}
|
|
}
|
|
}
|