{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "base-form",
  "description": "Base form dependencies",
  "dependencies": [
    "clsx",
    "tailwind-merge"
  ],
  "registryDependencies": [
    "https://formscn.space/r/button.json",
    "https://formscn.space/r/card.json",
    "https://formscn.space/r/input.json",
    "https://formscn.space/r/textarea.json",
    "https://formscn.space/r/label.json",
    "https://formscn.space/r/select.json",
    "https://formscn.space/r/checkbox.json",
    "https://formscn.space/r/radio-group.json",
    "https://formscn.space/r/field.json",
    "https://formscn.space/r/popover.json",
    "https://formscn.space/r/calendar.json",
    "https://formscn.space/r/progress.json",
    "https://formscn.space/r/switch.json"
  ],
  "files": [
    {
      "path": "src/lib/utils.ts",
      "content": "import { clsx, type ClassValue } from \"clsx\";\nimport { twMerge } from \"tailwind-merge\";\n\nexport function cn(...inputs: ClassValue[]) {\n  return twMerge(clsx(inputs));\n}\n",
      "type": "registry:lib",
      "target": "lib/utils.ts"
    }
  ],
  "type": "registry:block"
}