1 { 2 "$schema": "https://ui.shadcn.com/schema.json", 3 "style": "new-york", 4 "rsc": false, 5 "tsx": true, 6 "tailwind": { 7 "config": "", 8 "css": "src/index.css", 9 "baseColor": "zinc", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "aliases": { 14 "components": "src/components", 15 "utils": "src/lib/utils" 16 }, 17 "iconLibrary": "lucide" 18 } 19