elevate-rehab-v3

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

components.json (352B)


      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": "public/styles/global.css",
      9     "baseColor": "neutral",
     10     "cssVariables": true,
     11     "prefix": ""
     12   },
     13   "aliases": {
     14     "components": "@/components",
     15     "utils": "@/lib/utils"
     16   }
     17 }