{ "$schema": "https://ui.shadcn.com/schema.json", "style": "radix-maia", "rsc": false, "tsx": true, "tailwind": { "config": "", "css": "src/styles/global.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" }, "iconLibrary": "hugeicons", "rtl": false, "aliases": { "components": "@shared/components", "utils": "@shared/lib/utils", "ui": "@shared/components/ui", "lib": "@shared/lib", "hooks": "@shared/hooks" }, "menuColor": "default", "menuAccent": "subtle", "registries": { "@shadcnblocks": { "url": "https://shadcnblocks.com/r/{name}", "headers": { "Authorization": "Bearer ${SHADCNBLOCKS_API_KEY}" } } } }