You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
457 B
20 lines
457 B
{ |
|
"$schema": "https://shadcn-vue.com/schema.json", |
|
"style": "new-york", |
|
"typescript": true, |
|
"tailwind": { |
|
"config": "tailwind.config.js", |
|
"css": "assets/styles/base.css", |
|
"baseColor": "neutral", |
|
"cssVariables": true, |
|
"prefix": "" |
|
}, |
|
"aliases": { |
|
"components": "@/components", |
|
"composables": "@/composables", |
|
"utils": "@/lib/utils", |
|
"ui": "@/components/ui", |
|
"lib": "@/lib" |
|
}, |
|
"iconLibrary": "lucide" |
|
}
|
|
|