{ "name": "react-app", "version": "0.2.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "react": "^16.13.1", "react-dom": "^16.13.1", "bootstrap": "^4.1.0", "formik": "2.1.4", "prop-types": "^15.6.1", "react-redux": "7.2.0", "react-router-dom": "5.1.2", "react-script": "^2.0.5", "react-scripts": "3.4.1", "reactstrap": "8.4.1", "redux": "^4.0.0", "redux-thunk": "^2.2.0", "superagent": "5.2.2", "toastr": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "proxy": "http://localhost:9999/", "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }