1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-08-05 04:13:44 +05:30

refactor: migrated to shadcn v4

This commit is contained in:
2026-07-10 23:38:02 +05:30
Verified
parent 03d950951e
commit 95665b276d
42 changed files with 5239 additions and 1145 deletions
+8 -4
View File
@@ -1,10 +1,11 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"style": "radix-vega",
"rsc": false,
"rtl": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"config": "",
"css": "src/index.css",
"baseColor": "zinc",
"cssVariables": true,
@@ -17,5 +18,8 @@
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
"iconLibrary": "lucide",
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}