CoolFace
Apppublic

WaledRashed24/comics

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
components.json16 linesDownload Raw Back to root
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": "app/globals.css",9    "baseColor": "stone",10    "cssVariables": false11  },12  "aliases": {13    "components": "@/components",14    "utils": "@/lib/utils"15  }16}