components.json 388 B

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