{ "$schema": "https://ui.shadcn.com/schema.json", "style": "default", "rsc": false, "tsx": true, "tailwind": { "config": "", "css": "src/styles.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" }, "aliases": { "components": "@/components", "ui": "@/components/ui", "utils": "@/lib/utils", "lib": "@/lib", "hooks": "@/hooks" }, "registries": { "@21st": { "url": "https://21st.dev/r/{name}", "headers": { "Authorization": "Bearer ${TWENTYFIRST_API_KEY}" } } } }