{ "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" } }