formik package added

This commit is contained in:
victorAnumudu
2024-12-17 09:36:25 +01:00
parent 61c50c03e4
commit 4258e1a615
2 changed files with 80 additions and 36 deletions
+3 -1
View File
@@ -13,6 +13,7 @@
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"react": "^18.3.1",
"react-apexcharts": "^1.7.0",
"react-big-calendar": "^1.17.0",
@@ -23,7 +24,8 @@
"react-scripts": "5.0.1",
"redux": "^5.0.1",
"sass": "^1.82.0",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"yup": "^1.6.0"
},
"scripts": {
"start": "react-scripts start -e .env.development",