aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-09-01 20:20:54 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-09-01 20:20:54 +0900
commitfac8e49ea5e71bc2ed80967e82019c82407e5cf0 (patch)
tree508ebb62bb0519d64933b04c5696aa0358f431d9 /package.json
parent7fa73728582e2dfb26ff89786c27dd9da97bebc2 (diff)
Add validation library
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index aa24457..000b4c5 100644
--- a/package.json
+++ b/package.json
@@ -11,10 +11,12 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
+ "libphonenumber-js": "^1.11.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-router-dom": "^6.25.1",
+ "validator": "^13.12.0",
"zod": "^3.23.8"
},
"devDependencies": {