aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui-new/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui-new/package.json')
-rw-r--r--packages/ui-new/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/ui-new/package.json b/packages/ui-new/package.json
index 706c12b..fcd6aed 100644
--- a/packages/ui-new/package.json
+++ b/packages/ui-new/package.json
@@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
+ "@base-ui/react": "^1.2.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
@@ -28,11 +29,12 @@
"lucide-react": "^0.562.0",
"marked": "^17.0.1",
"next-themes": "^0.4.6",
+ "radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.12.0",
"sonner": "^2.0.7",
- "tailwind-merge": "^3.4.0",
+ "tailwind-merge": "^3.4.1",
"zustand": "^5.0.10"
},
"devDependencies": {
@@ -42,6 +44,7 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"globals": "^16.5.0",
+ "shadcn": "^3.8.5",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",