mirror of
https://github.com/unraid/api.git
synced 2025-12-29 12:40:07 -06:00
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "default",
|
|
"typescript": true,
|
|
"tsConfigPath": "tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind-shadcn.config.ts",
|
|
"css": "assets/main.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true
|
|
},
|
|
"framework": "nuxt",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/components/shadcn/utils"
|
|
}
|
|
} |