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