aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-29 14:29:13 +0300
committereug-vs <eug-vs@keemail.me>2020-08-29 14:29:13 +0300
commit935daf265d21f0c2ec34ce79ff468474c0a728d1 (patch)
treec1481a56093e3d40c5b4492161ded1d315500511 /package.json
parente3d230ffcc344b9027b19a136525f105149f0982 (diff)
downloadwhich-ui-935daf265d21f0c2ec34ce79ff468474c0a728d1.tar.gz
chore: install formik and yup
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 abfcc76..472dabc 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"compressorjs": "^1.0.6",
+ "formik": "^2.1.5",
"lodash": "^4.17.15",
"notistack": "^0.9.17",
"react": "^16.13.1",
@@ -20,7 +21,8 @@
"react-virtualized": "^9.21.2",
"swr": "^0.3.0",
"typeface-roboto": "0.0.75",
- "which-types": "^1.6.1"
+ "which-types": "^1.6.1",
+ "yup": "^0.29.3"
},
"scripts": {
"start": "react-scripts start",
@@ -49,6 +51,7 @@
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-virtualized": "^9.21.10",
+ "@types/yup": "^0.29.6",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^6.8.0",