{
  "name": "@polpo-ai/dashboard",
  "version": "0.15.141",
  "description": "Polpo v2 runtime dashboard views for self-hosted and managed hosts",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./styles.css": "./src/styles.css",
    "./v2.css": "./src/v2.css"
  },
  "files": [
    "dist",
    "src/styles.css",
    "src/v2.css",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "dependencies": {
    "@base-ui/react": "^1.3.0",
    "@lobehub/icons": "^5.8.0",
    "@lumea-labs/chat": "^1.1.1",
    "@lumea-labs/chat-polpo": "^2.0.0",
    "@lumea-labs/tool-calls": "^0.3.0",
    "@monaco-editor/react": "^4.7.0",
    "@phosphor-icons/react": "^2.1.10",
    "@tanstack/react-query": "^5.90.21",
    "@tanstack/react-table": "^8.21.3",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^0.577.0",
    "monaco-editor": "^0.55.1",
    "next-themes": "^0.4.6",
    "react-markdown": "^10.1.0",
    "shiki": "^3.22.0",
    "tailwind-merge": "^3.5.0",
    "@polpo-ai/react": "0.15.141",
    "@polpo-ai/sdk": "0.15.141"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.2.3",
    "jsdom": "^29.0.1",
    "react": "^19.0.0",
    "react-dom": "^19.2.4",
    "typescript": "^5.7.0",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/lumea-labs/polpo.git",
    "directory": "packages/dashboard"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run"
  }
}