{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "registry demo", "homepage": "", "items": [ { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "carbon", "type": "registry:component", "title": "Carbon", "description": "A demonstration page of the Carbon design system.", "dependencies": [ "@carbon/react" ], "files": [ { "path": "app/(carbon)/layout.tsx", "type": "registry:file", "target": "app/layout.tsx" }, { "path": "app/(carbon)/carbon/page.tsx", "type": "registry:file", "target": "app/carbon/page.tsx" } ] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cms", "type": "registry:component", "title": "CMS", "description": "A demonstration page of the CMS design system.", "files": [ { "path": "app/(cms)/layout.tsx", "type": "registry:file", "target": "app/layout.tsx" }, { "path": "app/(cms)/cms/page.tsx", "type": "registry:file", "target": "app/cms/page.tsx" } ] } ] }