components.json 411 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://ui.shadcn.com/schema.json",
  3. "style": "new-york",
  4. "rsc": true,
  5. "tsx": true,
  6. "tailwind": {
  7. "config": "",
  8. "css": "src/app/globals.css",
  9. "baseColor": "slate",
  10. "cssVariables": true
  11. },
  12. "aliases": {
  13. "components": "@/components",
  14. "utils": "@/lib/utils",
  15. "ui": "@/components/ui",
  16. "lib": "@/lib",
  17. "hooks": "@/hooks"
  18. },
  19. "iconLibrary": "lucide"
  20. }