diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
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", |