{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "acme", "homepage": "https://acme.com", "items": [ { "name": "supabase-realtime-dev-tools", "type": "registry:component", "title": "Supabase Realtime Dev Tools", "description": "A component for displaying Supabase Realtime dev tools", "dependencies": [ "react", "lucide-react", "@supabase/supabase-js", "@radix-ui/react-scroll-area", "@radix-ui/react-switch", "class-variance-authority" ], "registryDependencies": [ "button", "input", "badge", "card", "scroll-area", "switch", "tooltip", "tabs" ], "files": [ { "path": "registry/new-york/supabase-realtime-dev-tools/supabase-realtime-dev-tools.tsx", "type": "registry:component" } ] }, { "name": "hello-world", "type": "registry:component", "title": "Hello World", "description": "A simple hello world component", "registryDependencies": ["button"], "files": [ { "path": "registry/new-york/hello-world/hello-world.tsx", "type": "registry:component" } ] }, { "name": "example-form", "type": "registry:component", "title": "Example Form", "description": "A contact form with Zod validation.", "dependencies": ["zod"], "registryDependencies": ["button", "input", "label", "textarea", "card"], "files": [ { "path": "registry/new-york/example-form/example-form.tsx", "type": "registry:component" } ] }, { "name": "complex-component", "type": "registry:component", "title": "Complex Component", "description": "A complex component showing hooks, libs and components.", "registryDependencies": ["card"], "files": [ { "path": "registry/new-york/complex-component/page.tsx", "type": "registry:page", "target": "app/pokemon/page.tsx" }, { "path": "registry/new-york/complex-component/components/pokemon-card.tsx", "type": "registry:component" }, { "path": "registry/new-york/complex-component/components/pokemon-image.tsx", "type": "registry:component" }, { "path": "registry/new-york/complex-component/lib/pokemon.ts", "type": "registry:lib" }, { "path": "registry/new-york/complex-component/hooks/use-pokemon.ts", "type": "registry:hook" } ] } ] }