{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "apocalypseui",
  "homepage": "https://apocalypseui.com",
  "items": [
    {
      "name": "button",
      "type": "registry:ui",
      "title": "Apocalypse Button",
      "description": "A web3 ui library button with async loading state and CVA variants.",
      "registryDependencies": [],
      "dependencies": [
        "class-variance-authority",
        "clsx",
        "tailwind-merge"
      ],
      "files": [
        {
          "path": "registry/apocalypseui/button/button.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/apocalypseui/button/loader.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/apocalypseui/lib/utils.ts",
          "type": "registry:lib"
        }
      ]
    },
    {
      "name": "token-list",
      "type": "registry:ui",
      "title": "Apocalypse Token List",
      "description": "A responsive token list component with header and customizable rows, supporting light and dark modes.",
      "registryDependencies": [],
      "dependencies": [
        "class-variance-authority",
        "clsx",
        "tailwind-merge"
      ],
      "files": [
        {
          "path": "registry/apocalypseui/token-list/token-list.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/apocalypseui/token-list/token-list-item.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/apocalypseui/token-list/types.ts",
          "type": "registry:component"
        },
        {
          "path": "registry/apocalypseui/lib/utils.ts",
          "type": "registry:lib"
        }
      ]
    }
  ]
}

