summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-14 03:47:06 +0300
committereug-vs <eug-vs@keemail.me>2021-03-14 03:47:06 +0300
commitfcf3c87195e9e58af9c2c4f2ae45b2a03c8d2677 (patch)
tree3084cfc6b11a296d5acacee3a32d83eb1873832f /package.json
parentf745dcdbe22e7d278a2ef7b0e29af7e86b48ca4b (diff)
downloadcommercel-ui-fcf3c87195e9e58af9c2c4f2ae45b2a03c8d2677.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 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",