Uecko_ERP/packages/shadcn-ui/components.json

22 lines
507 B
JSON
Raw Permalink Normal View History

2025-05-02 21:43:51 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
2025-07-07 18:25:13 +00:00
"style": "new-york",
2025-07-08 17:23:29 +00:00
"rsc": false,
2025-05-02 21:43:51 +00:00
"tsx": true,
"tailwind": {
"config": "",
2025-07-07 18:25:13 +00:00
"css": "@repo/shadcn-ui/globals.css",
2025-05-02 21:43:51 +00:00
"baseColor": "neutral",
2025-05-10 08:40:40 +00:00
"cssVariables": true,
"prefix": ""
2025-05-02 21:43:51 +00:00
},
"aliases": {
2025-05-19 16:15:01 +00:00
"components": "@repo/shadcn-ui/components",
"utils": "@repo/shadcn-ui/lib/utils",
"ui": "@repo/shadcn-ui/components",
"lib": "@repo/shadcn-ui/lib",
"hooks": "@repo/shadcn-ui/hooks"
2025-05-10 08:40:40 +00:00
},
"iconLibrary": "lucide"
2025-05-02 21:43:51 +00:00
}