{
  "name": "tanstartercn",
  "homepage": "https://tanstartercn.tsu.moe",
  "items": [
    {
      "name": "your-component",
      "type": "registry:ui",
      "title": "Your Component",
      "description": "A placeholder component. Replace this with your custom shadcn component.",
      "files": [
        {
          "path": "src/registry/luma/your-component.tsx",
          "type": "registry:ui",
          "target": "components/ui/your-component.tsx"
        }
      ]
    },
    {
      "name": "button",
      "type": "registry:ui",
      "title": "Button",
      "description": "A Luma-styled button component with variants and sizes.",
      "dependencies": ["radix-ui"],
      "files": [
        {
          "path": "src/registry/luma/button.tsx",
          "type": "registry:ui",
          "target": "components/ui/button.tsx"
        }
      ]
    },
    {
      "name": "sidebar-01",
      "type": "registry:block",
      "title": "Sidebar 01",
      "description": "A simple sidebar with navigation grouped by section.",
      "registryDependencies": [
        "sidebar",
        "breadcrumb",
        "separator",
        "label",
        "dropdown-menu"
      ],
      "categories": ["sidebar"],
      "files": [
        {
          "path": "src/registry/luma/sidebar-01/page.tsx",
          "type": "registry:page",
          "target": "app/dashboard/page.tsx"
        },
        {
          "path": "src/registry/luma/sidebar-01/components/app-sidebar.tsx",
          "type": "registry:component",
          "target": "components/app-sidebar.tsx"
        },
        {
          "path": "src/registry/luma/sidebar-01/components/search-form.tsx",
          "type": "registry:component",
          "target": "components/search-form.tsx"
        },
        {
          "path": "src/registry/luma/sidebar-01/components/version-switcher.tsx",
          "type": "registry:component",
          "target": "components/version-switcher.tsx"
        }
      ]
    }
  ]
}
