{ "name": "react-app", "version": "0.2.0", "private": true, "dependencies": { "bootstrap": "^4.6.1", "formik": "^2.2.9", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-player": "^2.9.0", "react-redux": "^7.2.6", "react-router-dom": "^5.2.1", "reactstrap": "^8.10.1", "redux": "^4.1.2", "redux-thunk": "^2.4.0", "superagent": "^6.1.0", "toastr": "^2.1.4" }, "devDependencies": { "react-scripts": "4.0.3" }, "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" ] } }