{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "unpricecn", "homepage": "https://unpricecn.dev", "items": [ { "name": "pricing-table", "type": "registry:component", "title": "Pricing Table", "description": "A pricing table component", "dependencies": [ "lucide-react", "@unprice/api" ], "registryDependencies": [ "button", "card" ], "files": [ { "path": "registry/basic/pricing-table/page.tsx", "type": "registry:page", "target": "app/page.tsx" }, { "path": "registry/basic/pricing-table/components/pricing-table.tsx", "type": "registry:component" }, { "path": "registry/basic/pricing-table/components/pricing-card.tsx", "type": "registry:component" }, { "path": "registry/basic/pricing-table/lib/unprice.ts", "type": "registry:lib" } ], "tailwind": { "config": { "theme": { "extend": { "keyframes": { "accordion-down": { "from": { "height": "0" }, "to": { "height": "var(--radix-accordion-content-height)" } }, "accordion-up": { "from": { "height": "var(--radix-accordion-content-height)" }, "to": { "height": "0" } }, "fadeIn": { "from": { "opacity": "0" }, "to": { "opacity": "1" } }, "fadeOut": { "from": { "opacity": "1" }, "to": { "opacity": "0" } } }, "animation": { "accordion-down": "accordion-down 0.2s ease-out", "accordion-up": "accordion-up 0.2s ease-out", "fade-in": "fadeIn 0.3s ease-in-out", "fade-out": "fadeOut 0.3s ease-in-out" } } } } } } ] }