Files
website/ui_mockup/components.json
Gokul 1c6627bdfb
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s
feat: added pages, forms, and functionality.
2026-02-08 21:11:57 +05:30

22 lines
426 B
JSON

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