You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
345 B

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