components.json 326 B

12345678910111213141516
  1. {
  2. "$schema": "https://ui.shadcn.com/schema.json",
  3. "style": "default",
  4. "rsc": true,
  5. "tsx": true,
  6. "tailwind": {
  7. "config": "tailwind.config.js",
  8. "css": "src/app/globals.css",
  9. "baseColor": "gray",
  10. "cssVariables": true
  11. },
  12. "aliases": {
  13. "utils": "@/lib/utils",
  14. "components": "@/components"
  15. }
  16. }