UNPKG

@convex-dev/agent-playground

Version:

A dashboard for the Convex Agent component.

122 lines (121 loc) 4.02 kB
{ "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.17", "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/definePlaygroundAPI.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.462.0", "postcss": "^8.4.47", "react": "^19.1.0", "react-day-picker": "^9.8.0", "react-dom": "^19.1.0", "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.1.14 || ^0.0.15-alpha.1 || ^0.1.16-alpha.3", "convex-helpers": "^0.1.100", "convex": "^1.23.0", "zod": "^3.23.8" }, "devDependencies": { "@convex-dev/agent": "../", "@eslint/js": "^9.9.0", "@types/node": "^22.5.5", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "convex": "../node_modules/convex", "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "react": "../node_modules/react", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1" } }