18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "default",
|
|
"typescript": true,
|
|
"tsConfigPath": ".nuxt/tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/assets/css/tailwind.css",
|
|
"baseColor": "gray",
|
|
"cssVariables": true
|
|
},
|
|
"framework": "nuxt",
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "~/utils/shadcn"
|
|
}
|
|
}
|