From fcf3c87195e9e58af9c2c4f2ae45b2a03c8d2677 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 03:47:06 +0300 Subject: chore: install formik and yup --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3