{
  "name": "@baguspay/ui",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "ui": "npx shadcn@latest",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "format": "biome format --write .",
    "check": "biome check .",
    "check:fix": "biome check --write .",
    "build": "tsup",
    "dev": "tsup --watch"
  },
  "dependencies": {
    "@radix-ui/react-accordion": "^1.2.11",
    "@radix-ui/react-avatar": "^1.1.10",
    "@radix-ui/react-checkbox": "^1.3.2",
    "@radix-ui/react-collapsible": "^1.1.11",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-popover": "^1.1.14",
    "@radix-ui/react-select": "^2.2.5",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.2.5",
    "@radix-ui/react-tabs": "^1.1.12",
    "@radix-ui/react-tooltip": "^1.2.7",
    "@tanstack/react-table": "^8.21.3",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "date-fns": "^4.1.0",
    "lucide-react": "^0.525.0",
    "react": "^19.1.1",
    "react-day-picker": "^9.8.1",
    "react-dom": "^19.1.1",
    "react-dropzone": "^14.3.8",
    "sonner": "^2.0.6",
    "tailwind-merge": "^3.3.1",
    "tw-animate-css": "^1.3.5"
  },
  "exports": {
    "./postcss.config": "./postcss.config.mjs",
    "./tailwind.config": "./tailwind.config.ts",
    "./theme.css": "./src/theme.css",
    "./globals.css": "./src/globals.css",
    "./soft-pop.css": "./src/soft-pop.css",
    "./custom-theme-1.css": "./src/theme/custom-theme-1.css",
    "./custom-theme-2.css": "./src/theme/custom-theme-2.css",
    "./custom-theme-3.css": "./src/theme/custom-theme-3.css",
    "./lib/*": "./src/lib/*.ts",
    "./hooks/*": [
      "./src/hooks/*.ts",
      "./src/hooks/*.tsx"
    ],
    "./components/*": "./src/components/*.tsx",
    "./theme/*": "./src/theme/*.css"
  },
  "devDependencies": {
    "@baguspay/tailwind-config": "workspace:*",
    "@baguspay/typescript-config": "workspace:*",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "tsup": "^8.5.1"
  },
  "types": "dist/index.d.ts",
  "sideEffects": [
    "**/*.css"
  ]
}
