travel-steps/summer2024-frontend/components.json
Nicolas Froger 227332e5d4
frontend: add shadcn vue, replace custom css with tailwind
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
2024-07-22 02:25:34 +02:00

17 lines
No EOL
382 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": false,
"tsConfigPath": "./jsconfig.json",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/index.css",
"baseColor": "slate",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}