aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-04 02:11:15 +0300
committereug-vs <eug-vs@keemail.me>2020-12-04 02:11:15 +0300
commit39354cc8378df6a11c50b404b050e1636958ea96 (patch)
treedd6fd6f1d36356fb7794afa0aaa900d53ada471e /package.json
parent16ff92dbb51cc51b6b9393f509d53d54835d43f0 (diff)
downloadfamcs-kit-39354cc8378df6a11c50b404b050e1636958ea96.tar.gz
chore: install formik and yup
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 60cd0ed..b5e4718 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,14 @@
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
+ "formik": "^2.2.5",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-benzin": "^4.0.2",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
- "swr": "^0.3.8"
+ "swr": "^0.3.8",
+ "yup": "^0.32.0"
},
"devDependencies": {
"@types/lodash": "^4.14.165",