{
  "name": "proto-plugin",
  "version": "0.1.17",
  "type": "module",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maayanalbert/proto-plugin.git",
    "directory": "packages/prototype"
  },
  "files": [
    "assets",
    "src",
    "scripts",
    "README.md",
    "AGENTS.md",
    "components.json",
    "tsconfig.json"
  ],
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./config": "./src/config/define-prototype-config.ts",
    "./config/prototype-icon": "./src/config/prototype-icon.tsx",
    "./app": "./src/app.ts",
    "./with-prototype": "./src/config/with-prototype.ts",
    "./server": "./src/server.ts",
    "./ui/*": "./src/components/ui/*.tsx",
    "./styles/globals.css": "./src/styles/globals.css"
  },
  "scripts": {
    "postinstall": "node scripts/ensure-component-library-page.mjs",
    "setup-host": "node scripts/ensure-component-library-page.mjs",
    "verify:prototype-ids": "node scripts/verify-prototype-component-ids.mjs",
    "verify:prototype-preview-states": "node scripts/verify-prototype-preview-states.mjs",
    "link-source": "./scripts/link-source.sh",
    "sync-from-source": "./scripts/sync-from-source.sh",
    "link-source-db": "./scripts/link-source-db.sh",
    "share-prototype": "./scripts/share-prototype.sh",
    "download-mobbin-references": "node scripts/download-mobbin-reference-images.mjs",
    "publish-package": "./scripts/publish-package.sh"
  },
  "peerDependencies": {
    "next": ">=15",
    "next-themes": ">=0.4",
    "react": ">=19",
    "react-dom": ">=19"
  },
  "dependencies": {
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-label": "^2.1.8",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.8",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-switch": "^1.2.6",
    "@radix-ui/react-tabs": "^1.1.13",
    "@radix-ui/react-toggle-group": "^1.1.11",
    "@radix-ui/react-tooltip": "^1.2.8",
    "@upstash/redis": "^1.38.0",
    "@vercel/blob": "^2.0.0",
    "@vercel/kv": "^2.0.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.0",
    "html-to-image": "^1.11.13",
    "lucide-react": "^0.543.0",
    "modern-screenshot": "^4.6.0",
    "sass": "^1.86.0",
    "server-only": "^0.0.1",
    "sonner": "^1.7.4",
    "tailwind-merge": "^2.5.2"
  }
}
