athis-ui/packages/@core/ui-kit/shadcn-ui/components.json

17 lines
378 B
JSON
Raw Normal View History

2024-11-06 10:35:56 +08:00
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "tailwind.config.mjs",
"css": "src/assets/index.css",
"baseColor": "slate",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "@vben-core/shadcn-ui/components",
"utils": "@vben-core/shared/utils"
}
}