@convex-dev/agent-playground
Version:
A dashboard for the Convex Agent component.
123 lines (122 loc) • 4.04 kB
JSON
{
"name": "@convex-dev/agent-playground",
"description": "A dashboard for the Convex Agent component.",
"repository": {
"type": "git",
"url": "https://github.com/get-convex/agent",
"directory": "playground"
},
"homepage": "https://get-convex.github.io/agent/",
"bugs": {
"email": "support@convex.dev",
"url": "https://github.com/get-convex/agent/issues"
},
"version": "0.0.20",
"license": "Apache-2.0",
"type": "module",
"keywords": [
"convex",
"ai",
"agent",
"playground"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"lint": "eslint .",
"alpha": "rm -rf dist && npm run build && V=`npm version prerelease --preid alpha` && git add package-lock.json && git add package.json && git commit -m $V && git tag playground/$V && npm publish --tag alpha && git push --tags",
"release": "rm -rf dist && npm run build && V=`npm version patch` && git add package-lock.json && git add package.json && git commit -m $V && git tag playground/$V && npm publish && git push --tags",
"preview": "vite preview"
},
"bin": {
"agent-playground": "./bin/agent-playground.cjs"
},
"exports": {
".": "./src/index.ts",
"./ui": "./src/pages/Play.tsx"
},
"files": [
"dist",
"src",
"bin"
],
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-react-swc": "^3.9.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.2.0",
"dotenv": "^16.5.0",
"embla-carousel-react": "^8.3.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.545.0",
"postcss": "^8.4.47",
"react": "^19.1.1",
"react-day-picker": "^9.8.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.26.2",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"vite": "^6.3.5"
},
"peerDependencies": {
"@convex-dev/agent": ">=0.2.2-alpha.1",
"convex-helpers": "^0.1.103",
"convex": "^1.25.4",
"zod": "^3.25.0 || ^4.0.0"
},
"devDependencies": {
"@convex-dev/agent": "file:..",
"@eslint/js": "9.37.0",
"@types/node": "20.19.21",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"convex": "file:../node_modules/convex",
"eslint": "9.37.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.24",
"globals": "16.4.0",
"react": "file:../node_modules/react",
"react-dom": "file:../node_modules/react-dom",
"typescript": "5.9.3",
"typescript-eslint": "8.46.1"
}
}