{ "$schema": "https://ui.shadcn.com/schema.json", "style": "new-york", "rsc": true, "tsx": true, "tailwind": { "config": "tailwind.config.js", "css": "src/app/globals.css", "baseColor": "slate", "cssVariables": true }, "aliases": { "components": "src/components", "utils": "src/lib/utils" } }