{
  "name": "@prefecthq/prefab-ui",
  "version": "0.20.2",
  "description": "Renderer and playground for Prefab, the generative UI framework.",
  "homepage": "https://prefab.prefect.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PrefectHQ/prefab.git",
    "directory": "renderer"
  },
  "keywords": [
    "prefab",
    "prefect",
    "ui",
    "renderer",
    "generative-ui"
  ],
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "dist/app/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "build:renderer": "rm -rf dist/_renderer && vite build --config vite.config.renderer.ts",
    "build:cdn": "vite build --config vite.config.cdn.ts",
    "build:playground": "vite build --config vite.config.playground.ts",
    "build:publish": "npm run build:renderer && npm run build:cdn && VITE_LOCAL_PLAYGROUND=1 npm run build:playground",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@base-ui/react": "^1.2.0",
    "@codemirror/commands": "^6.10.2",
    "@codemirror/lang-json": "^6.0.2",
    "@codemirror/lang-python": "^6.2.1",
    "@codemirror/language": "^6.12.1",
    "@codemirror/state": "^6.5.4",
    "@codemirror/view": "^6.39.14",
    "@modelcontextprotocol/ext-apps": "^1.0.0",
    "@tailwindcss/browser": "^4.2.2",
    "@tanstack/react-table": "^8.21.3",
    "@types/dompurify": "^3.0.5",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "date-fns": "^4.1.0",
    "dompurify": "^3.3.1",
    "embla-carousel-auto-scroll": "^8.6.0",
    "embla-carousel-autoplay": "^8.6.0",
    "embla-carousel-fade": "^8.6.0",
    "embla-carousel-react": "^8.6.0",
    "highlight.js": "^11.11.1",
    "lucide-react": "^0.563.0",
    "mermaid": "^11.13.0",
    "pako": "^2.1.0",
    "react": "^19.0.0",
    "react-day-picker": "^9.13.0",
    "react-dom": "^19.0.0",
    "react-markdown": "^10.1.0",
    "recharts": "^2.15.4",
    "remark-gfm": "^4.0.1",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.4.0",
    "tailwindcss-animate": "^1.0.7",
    "tw-animate-css": "^1.4.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.0.0",
    "@types/node": "^25.2.1",
    "@types/pako": "^2.0.4",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react-swc": "^4.2.3",
    "tailwindcss": "^4.0.0",
    "typescript": "^5.7.0",
    "vite": "^6.0.0",
    "vite-plugin-singlefile": "^2.3.0",
    "vitest": "^4.0.18"
  }
}
