components.json 463 B

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