components.json 415 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://ui.shadcn.com/schema.json",
  3. "style": "default",
  4. "rsc": false,
  5. "tsx": true,
  6. "tailwind": {
  7. "config": "tailwind.config.js",
  8. "css": "src/index.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. }