this repo has no description
at master 456 B view raw
1{ 2 "$schema": "https://shadcn-vue.com/schema.json", 3 "style": "new-york", 4 "typescript": true, 5 "tailwind": { 6 "config": "", 7 "css": "src/assets/styles.css", 8 "baseColor": "slate", 9 "cssVariables": true, 10 "prefix": "" 11 }, 12 "iconLibrary": "lucide", 13 "aliases": { 14 "components": "@/components", 15 "utils": "@/lib/utils", 16 "ui": "@/components/ui", 17 "lib": "@/lib", 18 "composables": "@/composables" 19 }, 20 "registries": {} 21}