{ "name": "@copilotkit/showcase-claude-sdk-python", "version": "0.1.0", "private": true, "scripts": { "dev": "concurrently \"next dev --turbopack\" \"PYTHONPATH=src python -m uvicorn agent_server:app --host 0.0.0.0 --port 8000 --reload\"", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", "test:e2e": "playwright test" }, "dependencies": { "@ag-ui/client": "0.0.57", "@ag-ui/core": "0.0.57", "@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", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.14.0", "next": "^15.5.15", "openai": "5.9.0", "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.9.0", "zod": "^3.25.76", "zod4": "npm:zod@^4.3.6" }, "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", "concurrently": "^9.1.0", "postcss": "^8.5.0", "tailwindcss": "^4.0.0", "typescript": "^5.7.0" } }