{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "autumn", "homepage": "https://useautumn.com", "items": [ { "name": "pricing-table", "type": "registry:component", "dependencies": ["autumn-js"], "registryDependencies": ["switch", "button", "dialog", "popover", "input", "accordion"], "files": [ { "path": "registry/checkout-dialog/checkout-dialog.tsx", "type": "registry:component", "target": "components/autumn/checkout-dialog.tsx" }, { "path": "registry/checkout-dialog/lib/checkout-content.tsx", "type": "registry:lib", "target": "lib/autumn/checkout-content.tsx" }, { "path": "registry/pricing-table/pricing-table.tsx", "type": "registry:component", "target": "components/autumn/pricing-table.tsx" }, { "path": "registry/pricing-table/lib/pricing-table-content.tsx", "type": "registry:lib", "target": "lib/autumn/pricing-table-content.tsx" } ] }, { "name": "paywall-dialog", "type": "registry:component", "dependencies": ["autumn-js"], "registryDependencies": ["button", "dialog"], "files": [ { "path": "registry/paywall-dialog/paywall-dialog.tsx", "type": "registry:component", "target": "components/autumn/paywall-dialog.tsx" }, { "path": "registry/paywall-dialog/lib/paywall-content.tsx", "type": "registry:lib", "target": "lib/autumn/paywall-content.tsx" } ] }, { "name": "checkout-dialog", "type": "registry:component", "dependencies": ["autumn-js"], "registryDependencies": ["button", "dialog", "popover", "input", "accordion"], "files": [ { "path": "registry/checkout-dialog/checkout-dialog.tsx", "type": "registry:component", "target": "components/autumn/checkout-dialog.tsx" }, { "path": "registry/checkout-dialog/lib/checkout-content.tsx", "type": "registry:lib", "target": "lib/autumn/checkout-content.tsx" } ] } ] }