{ "name": "migration-tracker", "version": "0.1.0", "private": true, "dependencies": { "@reach/router": "^1.3.4", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "axios": "^0.21.0", "axios-react": "^2.0.2", "bootstrap": "^4.5.3", "formik": "^2.2.5", "formstrap": "^1.1.3", "moment": "^2.29.1", "react": "^17.0.1", "react-bootstrap": "^1.4.0", "react-bootstrap-form": "^0.1.4-beta6", "react-bootstrap-table": "^4.3.1", "react-bootstrap-table-next": "^4.0.3", "react-bootstrap-table2-filter": "^1.3.3", "react-bootstrap-table2-paginator": "^2.1.2", "react-bootstrap-table2-toolkit": "^2.1.3", "react-dom": "^17.0.1", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.0", "reactstrap": "^8.7.1", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "web-vitals": "^0.2.4", "yup": "^0.32.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "react-textarea-autosize": "^8.3.0" } }