{
  "name": "huaira-ui",
  "private": false,
  "license": "MIT",
  "version": "0.1.0-canary.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "test": "vitest",
    "test:run": "vitest run",
    "tsc": "tsc ",
    "test:ui": "vitest --ui --coverage",
    "test:coverage": "vitest run --coverage",
    "build": "tsc && vite build --config vite.config.ts",
    "postbuild": "npm-prepare-dist && node scripts/afterBuild.js && node scripts/buildCss.js",
    "publish": "npm publish --access public ./dist --ignore-scripts --tag canary",
    "local": "pnpm install -D ./dist",
    "lint": "biome check .",
    "lint:fix": "biome check . --write",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build -o storybook"
  },
  "peerDependencies": {
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-hook-form": "^7.75.0",
    "tailwindcss": "^4.2.4"
  },
  "dependencies": {
    "daisyui": "^5.5.19"
  },
  "sideEffects": false,
  "exports": {
    ".": "./index.js",
    "./styles": "./index.css",
    "./types": "./components/types.js",
    "./*": "./*/index.js"
  },
  "module": "./index.js",
  "main": "./index.js",
  "types": "./index.d.ts"
}
