{
  "name": "@rebasepro/ui",
  "type": "module",
  "version": "0.16.0",
  "description": "Rebase design system — React components and design tokens built on Radix UI, Tailwind CSS and lucide-react",
  "funding": {
    "url": "https://github.com/sponsors/rebaseco"
  },
  "author": "Rebase",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rebasepro/rebase.git",
    "directory": "packages/ui"
  },
  "main": "./dist/index.es.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "source": "src/index.ts",
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "rebase",
    "cms",
    "admin",
    "admin panel",
    "typescript",
    "headless",
    "headless cms",
    "content manager",
    "react"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "development": "./dist/index.es.js",
      "import": "./dist/index.es.js"
    },
    "./package.json": "./package.json",
    "./index.css": "./dist/index.css",
    "./dist/index.css": "./dist/index.css",
    "./theme.css": "./dist/theme.css",
    "./dist/theme.css": "./dist/theme.css"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@radix-ui/react-checkbox": "^1.3.11",
    "@radix-ui/react-collapsible": "^1.1.20",
    "@radix-ui/react-dialog": "^1.1.23",
    "@radix-ui/react-dropdown-menu": "^2.1.24",
    "@radix-ui/react-label": "^2.1.15",
    "@radix-ui/react-menubar": "^1.1.24",
    "@radix-ui/react-popover": "^1.1.23",
    "@radix-ui/react-portal": "^1.1.17",
    "@radix-ui/react-radio-group": "^1.4.7",
    "@radix-ui/react-select": "^2.3.7",
    "@radix-ui/react-separator": "^1.1.15",
    "@radix-ui/react-slider": "^1.4.7",
    "@radix-ui/react-slot": "^1.3.3",
    "@radix-ui/react-tabs": "^1.1.21",
    "@radix-ui/react-tooltip": "^1.2.16",
    "@radix-ui/react-visually-hidden": "^1.2.11",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "fast-equals": "6.0.2",
    "lucide-react": "1.27.0",
    "markdown-it": "^14.3.0",
    "react-dropzone": "^19.1.1",
    "react-use-measure": "^2.1.7",
    "react-window": "^1.8.11",
    "tailwind-merge": "^3.6.0"
  },
  "peerDependencies": {
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "devDependencies": {
    "@jest/globals": "^30.4.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^26.1.2",
    "@types/object-hash": "^3.0.6",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@types/react-measure": "^2.0.12",
    "@types/react-window": "^1.8.8",
    "@vitejs/plugin-react": "^6.0.4",
    "babel-plugin-react-compiler": "beta",
    "cross-env": "^10.1.0",
    "jest": "^30.4.2",
    "rollup-preserve-directives": "^1.1.3",
    "tailwindcss": "^4.3.3",
    "ts-jest": "^29.4.12",
    "tsd": "^0.33.0",
    "typescript": "^6.0.3",
    "vite": "^8.1.5",
    "vite-plugin-static-copy": "^4.1.1"
  },
  "files": [
    "dist",
    "src",
    "index.css"
  ],
  "gitHead": "d935eefa5aa8d1009a2398cfac2c1e4ee9aeb6b6",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "watch": "vite build --watch",
    "build": "rm -rf dist || true && vite build && cp dist/src/index.css dist/src/theme.css dist/ && tsc --emitDeclarationOnly -p tsconfig.prod.json && node ../../scripts/assert-build-output.mjs",
    "test:lint": "eslint \"src/**\" --quiet",
    "test": "jest --passWithNoTests",
    "clean": "rm -rf dist && find ./src \\( -name '*.js' -o -name '*.d.ts' \\) -type f | xargs rm -f",
    "generateIcons": "bun --esm src/scripts/generateIcons.ts"
  }
}