| 123456789101112131415161718192021222324 |
- {
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "new-york",
- "rsc": true,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.ts",
- "css": "app/globals.scss",
- "baseColor": "neutral",
- "cssVariables": true,
- "prefix": ""
- },
- "aliases": {
- "components": "@/components",
- "ui": "@/components/ui",
- "constants": "@/constants",
- "dtos": "@/dtos",
- "hooks": "@/hooks",
- "lib": "@/lib",
- "utils": "@/lib/utils",
- "types": "@/types"
- },
- "iconLibrary": "lucide"
- }
|