aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-05 22:18:26 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-05 22:18:26 +0900
commit5ecf8815589726eefc173e9d651e8aef29165589 (patch)
treeb635ba1d8352c53b6efbe4cba958f7163f2ed609 /package.json
parent70142a39acd769c858db7aa33d2d11b17483d765 (diff)
react-hook-form を追加
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 85de3ab..ad9f9f7 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
+ "react-hook-form": "^7.52.2",
"react-router-dom": "^6.25.1",
"zod": "^3.23.8"
},