components.json 525 B

123456789101112131415161718192021
  1. {
  2. "$schema": "https://ui.shadcn.com/schema.json",
  3. "style": "new-york",
  4. "rsc": false,
  5. "tsx": true,
  6. "tailwind": {
  7. "config": "tailwind.config.js",
  8. "css": "resources/css/app.css",
  9. "baseColor": "neutral",
  10. "cssVariables": true,
  11. "prefix": ""
  12. },
  13. "aliases": {
  14. "components": "@/common",
  15. "utils": "@/common/helpers/cn",
  16. "ui": "@/shadcn",
  17. "lib": "@/common/helpers",
  18. "hooks": "@/common/hooks"
  19. },
  20. "iconLibrary": "lucide"
  21. }