{
    "$schema": "https://shadcn-vue.com/schema.json",
    "style": "default",
    "typescript": true,
    "tsConfigPath": "./tsconfig.json",
    "tailwind": {
        "config": "tailwind.config.js",
        "css": "resources/css/app.css",
        "baseColor": "slate",
        "cssVariables": true,
        "prefix": ""
    },
    "framework": "laravel",
    "aliases": {
        "components": "@/Components",
        "utils": "@/lib/utils"
    }
}
