Files
the-office/components.json
Xevion ccd975d181 feat!: upgrade to Vue3, TypeScript, TailwindCSS, Pinia
- Added tailwindcss, shadcn, vite, typescript, pinia
- Removed webpack, ejs, moment, instantsearch, algolia, bootstrap
- Disabled most sass, original components
- Began redesigning light themed index page
2025-07-15 18:34:18 -05:00

20 lines
429 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"composables": "@/composables",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib"
},
"iconLibrary": "lucide"
}