{
  "name": "docthub-core-components",
  "version": "3.3.16",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "style": "dist/style.css",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./docthub-core-components.css": "./dist/style.css",
    "./style.css": "./dist/style.css",
    "./dist/*": "./dist/*"
  },
  "sideEffects": [
    "**/*.css"
  ],
  "peerDependencies": {
    "@base-ui/react": "^1.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "dayjs": "1.11.13",
    "lucide-react": "^0.474.0",
    "react": "^19.0.0",
    "react-day-picker": "^9.7.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.58.1",
    "react-phone-number-input": "^3.4.16",
    "sonner": "^2.0.5",
    "tailwind-merge": "^3.0.1",
    "tailwindcss-animate": "^1.0.7",
    "vaul": "^1.1.2"
  },
  "scripts": {
    "dev": "vite",
    "build": "npm run build:css && vite build",
    "build:css": "postcss src/index.css -o dist/style.css --verbose",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "check": "biome check .",
    "check:fix": "biome check --write .",
    "check:fix:unsafe": "biome check --write --unsafe .",
    "biome:staged": "biome check --staged .",
    "biome:staged:write": "biome check --staged --write .",
    "type-check": "tsc -p tsconfig.typecheck.json",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "postinstall": "node node_modules/esbuild/install.js || echo esbuild-install-skipped",
    "prepare": "husky",
    "test": "vitest",
    "test:run": "vitest run",
    "analyze": "vite build --config vite.analyze.config.ts",
    "build:registry": "node scripts/build-registry.mjs",
    "copy:registry": "node scripts/copy-registry.mjs",
    "sync:registry": "node scripts/build-and-sync-registry.mjs",
    "check-branch": "sh scripts/check-branch-name.sh"
  },
  "dependencies": {
    "@base-ui/react": "^1.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "dayjs": "1.11.13",
    "lucide-react": "^0.474.0",
    "react-compiler-runtime": "^1.0.0",
    "react-day-picker": "^9.7.0",
    "react-hook-form": "^7.58.1",
    "sonner": "^2.0.5",
    "tailwind-merge": "^3.0.1",
    "vaul": "^1.1.2",
    "vite-tsconfig-paths": "^5.1.4"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.5",
    "@biomejs/biome": "^2.3.11",
    "@storybook/addon-docs": "9.1.10",
    "@storybook/react-vite": "9.1.10",
    "@tailwindcss/postcss": "^4.1.14",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/estree": "1.0.0",
    "@types/node": "^22.13.1",
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0",
    "@vitejs/plugin-react": "^4.7.0",
    "ajv": "^8.17.1",
    "autoprefixer": "^10.4.20",
    "babel-plugin-react-compiler": "^1.0.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "cssnano": "^7.1.1",
    "dayjs": "1.11.13",
    "esbuild": "^0.19.12",
    "husky": "^9.1.7",
    "jsdom": "^26.1.0",
    "lucide-react": "^0.474.0",
    "picocolors": "^1.0.0",
    "postcss": "^8.5.1",
    "postcss-cli": "^11.0.1",
    "react": "^18.3.1",
    "react-day-picker": "^9.7.0",
    "react-dom": "^18.3.1",
    "react-hook-form": "^7.58.1",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "shadcn": "^2.7.0",
    "sonner": "^2.0.5",
    "storybook": "9.1.10",
    "tailwind-merge": "^3.0.1",
    "tailwindcss": "^3.4.16",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "~5.6.2",
    "vaul": "^1.1.2",
    "vite": "^5.4.11",
    "vite-plugin-dts": "^4.5.4",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^2.1.4"
  }
}
