components.json 364 B

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