123456789101112131415161718192021 |
- {
- "$schema": "https://ui.shadcn.com/schema.json",
- "style": "new-york",
- "rsc": false,
- "tsx": true,
- "tailwind": {
- "config": "tailwind.config.js",
- "css": "resources/css/app.css",
- "baseColor": "neutral",
- "cssVariables": true,
- "prefix": ""
- },
- "aliases": {
- "components": "@/common",
- "utils": "@/common/helpers/cn",
- "ui": "@/shadcn",
- "lib": "@/common/helpers",
- "hooks": "@/common/hooks"
- },
- "iconLibrary": "lucide"
- }
|