{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "narakcode",
  "homepage": "https://narakcode.dev",
  "items": [
    {
      "name": "cn",
      "type": "registry:lib",
      "dependencies": [
        "clsx",
        "tailwind-merge"
      ],
      "files": [
        {
          "path": "src/lib/cn.ts",
          "type": "registry:lib"
        }
      ]
    },
    {
      "name": "theme-switcher",
      "type": "registry:component",
      "dependencies": [
        "next-themes",
        "lucide-react",
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/theme-switcher/theme-switcher.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "flip-sentences",
      "type": "registry:component",
      "dependencies": [
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/flip-sentences/flip-sentences.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "apple-hello-effect",
      "type": "registry:component",
      "dependencies": [
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/apple-hello-effect/apple-hello-effect.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spotify-playlist-card",
      "type": "registry:component",
      "dependencies": [
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/spotify-playlist-card/spotify-playlist-card.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "wheel-picker",
      "type": "registry:component",
      "dependencies": [
        "@ncdai/react-wheel-picker"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/wheel-picker/wheel-picker.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "morphing-pill",
      "type": "registry:component",
      "dependencies": [
        "lucide-react",
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/morphing-pill/morphing-pill.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "icon-button",
      "type": "registry:component",
      "dependencies": [
        "lucide-react",
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/icon-button/icon-button.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pin-list",
      "type": "registry:component",
      "dependencies": [
        "lucide-react",
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "src/registry/pin-list/pin-list.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdrawer",
      "type": "registry:component",
      "dependencies": [
        "@radix-ui/react-dropdown-menu",
        "vaul",
        "lucide-react",
        "framer-motion"
      ],
      "registryDependencies": [
        "utils",
        "drawer",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/registry/dropdrawer/dropdrawer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "apple-hello-effect-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/apple-hello-effect.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/apple-hello-effect-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "theme-switcher-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/theme-switcher.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/theme-switcher-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "wheel-picker-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/wheel-picker.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/wheel-picker-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "wheel-picker-form-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/wheel-picker.json",
        "form"
      ],
      "files": [
        {
          "path": "src/registry/examples/wheel-picker-form-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "morphing-pill-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/morphing-pill.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/morphing-pill-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "icon-button-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/icon-button.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/icon-button-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "pin-list-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/pin-list.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/pin-list-demo.tsx",
          "type": "registry:example"
        }
      ]
    },
    {
      "name": "dropdown-drawer-demo",
      "type": "registry:example",
      "registryDependencies": [
        "https://narakcode.dev/r/dropdrawer.json"
      ],
      "files": [
        {
          "path": "src/registry/examples/dropdown-drawer-demo.tsx",
          "type": "registry:example"
        }
      ]
    }
  ]
}