diff options
| author | 2026-03-26 09:01:31 +0800 | |
|---|---|---|
| committer | 2026-03-26 09:01:31 +0800 | |
| commit | 3a31d3004b2814cd8a26d49a0f8a96636411dcd2 (patch) | |
| tree | e86c8d46e73262c67c1755aaf4202cbcd1f8f844 /packages/ui/package.json | |
| parent | 1aeb0d1f5cf6c5c2492e749e3c25c3649b591c59 (diff) | |
| parent | 7d0e92e6d3b172adfe552ffae9b97f8dad6f63ae (diff) | |
| download | DropOut-3a31d3004b2814cd8a26d49a0f8a96636411dcd2.tar.gz DropOut-3a31d3004b2814cd8a26d49a0f8a96636411dcd2.zip | |
Merge branch 'main' into feature/multi-instances
Diffstat (limited to 'packages/ui/package.json')
| -rw-r--r-- | packages/ui/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index 42705f8..9f329e4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -11,6 +11,8 @@ }, "dependencies": { "@base-ui/react": "^1.2.0", + "@hookform/resolvers": "^5.2.2", + "@stepperize/react": "^6.1.0", "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", @@ -24,6 +26,7 @@ "radix-ui": "^1.4.3", "react": "^19.2.0", "react-dom": "^19.2.0", + "react-hook-form": "^7.71.2", "react-router": "^7.12.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.1", |