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