22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "new-york",
|
|
"typescript": false,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "resources/css/app.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "@/Components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/Components/ui",
|
|
"lib": "@/lib",
|
|
"composables": "@/composables"
|
|
},
|
|
"registries": {}
|
|
}
|