Files
penx/apps/mobile/components.json
2025-05-12 09:28:02 +08:00

21 lines
424 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/style.css",
"baseColor": "neutral",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"hooks": "@/hooks",
"lib": "@/lib",
"utils": "@penx/uikit/lib/utils",
"ui": "@penx/uikit/components"
},
"iconLibrary": "lucide"
}