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