components.json 334 B

12345678910111213141516
  1. {
  2. "$schema": "https://shadcn-vue.com/schema.json",
  3. "style": "default",
  4. "typescript": true,
  5. "tailwind": {
  6. "config": "",
  7. "css": "src/assets/main.css",
  8. "baseColor": "neutral",
  9. "cssVariables": true
  10. },
  11. "aliases": {
  12. "components": "@/components",
  13. "utils": "@/lib/utils",
  14. "ui": "@/components/ui"
  15. }
  16. }