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