/ lionsmane-fe / components.json
components.json
 1  {
 2    "$schema": "https://ui.shadcn.com/schema.json",
 3    "aliases": {
 4      "components": "@/components",
 5      "hooks": "@/hooks",
 6      "lib": "@/lib",
 7      "ui": "@/components/ui",
 8      "utils": "@/lib/utils"
 9    },
10    "iconLibrary": "lucide",
11    "registries": {
12      "@diceui": "https://diceui.com/r/{name}.json"
13    },
14    "rsc": false,
15    "style": "new-york",
16    "tailwind": {
17      "baseColor": "zinc",
18      "config": "",
19      "css": "src/styles.css",
20      "cssVariables": true,
21      "prefix": ""
22    },
23    "tsx": true
24  }