mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "default",
|
|
"typescript": true,
|
|
"tsConfigPath": ".nuxt/tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "styles/index.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"framework": "nuxt",
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|