mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-30 03:19:12 -04:00
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "new-york",
|
|
"typescript": true,
|
|
"tsConfigPath": ".nuxt/tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "assets/css/tailwind.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"framework": "nuxt",
|
|
"aliases": {
|
|
"components": "@/src/modules/ui/components",
|
|
"ui": "@/src/modules/ui/components",
|
|
"utils": "@/src/modules/shared/style/cn"
|
|
}
|
|
}
|