Files
Memoh/packages/ui/components.json
2026-01-29 14:57:18 +08:00

21 lines
427 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "",
"css": "src/style.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "#/components",
"composables": "#/composables",
"utils": "#/lib/utils",
"ui": "#/components",
"lib": "#/lib"
},
"iconLibrary": "lucide"
}