diff options
| author | 2026-02-24 22:41:36 +0800 | |
|---|---|---|
| committer | 2026-02-24 22:41:36 +0800 | |
| commit | b275a3668b140d9ce4663de646519d2dbd4297e7 (patch) | |
| tree | 13799773d7d6ef5ac566bbfc4e28ed81798b965b /packages/ui-new/package.json | |
| parent | 888f57b6f2ef3b81ba61f4009799f046739ba4dd (diff) | |
| download | DropOut-b275a3668b140d9ce4663de646519d2dbd4297e7.tar.gz DropOut-b275a3668b140d9ce4663de646519d2dbd4297e7.zip | |
refactor: rewrite login and settings pages
Diffstat (limited to 'packages/ui-new/package.json')
| -rw-r--r-- | packages/ui-new/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui-new/package.json b/packages/ui-new/package.json index fcd6aed..b26d733 100644 --- a/packages/ui-new/package.json +++ b/packages/ui-new/package.json @@ -26,6 +26,7 @@ "@tauri-apps/plugin-shell": "^2.3.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "es-toolkit": "^1.44.0", "lucide-react": "^0.562.0", "marked": "^17.0.1", "next-themes": "^0.4.6", @@ -35,6 +36,7 @@ "react-router": "^7.12.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.1", + "zod": "^4.3.6", "zustand": "^5.0.10" }, "devDependencies": { |