UNPKG

@mastra/playground-ui

Version:

Mastra Playground components

112 lines 3.25 kB
{ "name": "@mastra/playground-ui", "type": "module", "version": "3.0.0", "description": "Mastra Playground components", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.es.js" } }, "./style.css": "./dist/style.css" }, "keywords": [ "mastra", "playground", "components" ], "author": "Mastra", "license": "ISC", "dependencies": { "@ai-sdk/ui-utils": "^1.1.19", "@assistant-ui/react": "^0.7.91", "@assistant-ui/react-markdown": "^0.7.21", "@assistant-ui/react-syntax-highlighter": "^0.7.10", "@codemirror/lang-json": "^6.0.1", "@dagrejs/dagre": "^1.1.4", "@hookform/resolvers": "^3.9.0", "@lezer/highlight": "^1.2.1", "@lukeed/uuid": "^2.0.1", "@radix-ui/react-avatar": "^1.1.3", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-popover": "^1.1.6", "@radix-ui/react-scroll-area": "^1.2.3", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-tooltip": "^1.1.8", "@tanstack/react-table": "^8.21.2", "@types/react-syntax-highlighter": "^15.5.13", "@uiw/codemirror-theme-github": "^4.23.8", "@uiw/react-codemirror": "^4.23.8", "@xyflow/react": "^12.3.6", "cmdk": "^1.0.0", "date-fns": "^4.1.0", "json-schema-to-zod": "^2.5.0", "motion": "^12.4.2", "prism-react-renderer": "^2.4.0", "react-code-block": "1.1.1", "react-day-picker": "^9.6.1", "react-hook-form": "^7.53.0", "react-markdown": "^9.1.0", "react-resizable-panels": "^2.1.7", "react-syntax-highlighter": "^15.6.1", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "remeda": "^2.21.1", "shiki": "^1.29.2", "sonner": "^2.0.1", "superjson": "^2.2.2", "swr": "^2.3.3", "tailwindcss-animate": "^1.0.7", "unified": "^11.0.5", "use-debounce": "^10.0.4", "zod": "^3.24.2", "zustand": "^5.0.3", "@mastra/client-js": "^0.1.13" }, "peerDependencies": { "lucide-react": "^0.474.0", "react": ">=19.0.0", "react-dom": ">=19.0.0", "tailwindcss": "^3.0.0", "@mastra/core": "^0.7.0" }, "devDependencies": { "@types/node": "^20.17.27", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "postcss": "^8.5.3", "rollup-plugin-node-externals": "^8.0.0", "tailwind-merge": "^3.0.2", "tailwindcss": "^3.4.17", "typescript": "^5.8.2", "vite": "^5.4.15", "vite-plugin-dts": "^3.9.1", "vite-plugin-lib-inject-css": "^2.2.1" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "build:watch": "vite build --watch", "build:publish": "pnpm build && yalc push", "preview": "vite preview" } }