The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
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": "gray",
10 "cssVariables": true,
11 "prefix": ""
12 },
13 "aliases": {
14 "components": "@/components",
15 "utils": "@/utils/cn",
16 "ui": "@/components/ui",
17 "lib": "@/lib",
18 "hooks": "@/hooks"
19 },
20 "iconLibrary": "lucide",
21
22 "registries": {
23 "@ss-components": "https://shadcnstudio.com/r/components/{name}.json"
24 }
25}