@medalsocial/meda
Version:
Shared Meda UI shell and runtime package.
21 lines (20 loc) • 400 B
JSON
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"iconLibrary": "lucide",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true
},
"aliases": {
"components": "@/shell",
"ui": "@/ui",
"lib": "@/lib",
"hooks": "@/hooks",
"utils": "@/lib/utils"
}
}