summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index f084c2a..a8f990b 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"@craco/craco": "^6.1.1",
"@types/axios": "^0.14.0",
"axios": "^0.21.1",
+ "formik": "^2.2.6",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
@@ -13,7 +14,8 @@
"react-scripts": "4.0.3",
"swr": "^0.5.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
- "typescript": "^4.1.2"
+ "typescript": "^4.1.2",
+ "yup": "^0.32.9"
},
"scripts": {
"start": "craco start",
@@ -45,6 +47,7 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
+ "@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"autoprefixer": "^9",