added previous input form

This commit is contained in:
Aquaticholic
2021-09-24 19:57:59 -06:00
parent 0acc51dbd2
commit 9c02213656
5 changed files with 41619 additions and 17 deletions
+6 -4
View File
@@ -3,17 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"formik": "^2.2.9",
"pouchdb": "^7.2.2",
"pouchdb-browser": "^7.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2",
"serve": "^12.0.1"
"serve": "^12.0.1",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",