{ "name": "our-app", "version": "0.1.0", "private": true, "dependencies": { "@fullpage/react-fullpage": "^0.1.15", "axios": "^0.19.0", "google-maps-react": "^2.0.2", "moment": "^2.24.0", "node-sass": "^4.12.0", "react": "^16.8.6", "react-accessible-accordion": "^3.0.0", "react-burger-menu": "^2.6.11", "react-dom": "^16.8.6", "react-escape-outside": "^0.1.1", "react-full-page": "^0.1.7", "react-history": "^0.18.2", "react-redux": "^7.1.0", "react-router-dom": "^5.0.1", "react-scripts": "3.0.1", "react-scrollchor": "^6.0.0", "redux": "^4.0.1", "redux-thunk": "^2.3.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }