{ "name": "githunt-react", "version": "0.1.2", "private": true, "dependencies": { "axios": "^0.19.2", "bootstrap": "^4.4.1", "classnames": "^2.2.6", "font-awesome": "^4.7.0", "github-colors": "^2.2.18", "moment": "^2.24.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", "react-redux": "^7.1.3", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-scripts": "3.3.1", "reactstrap": "^8.4.1", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "redux-persist": "^6.0.0", "redux-persist-expire": "^1.1.0", "redux-thunk": "^2.3.0" }, "scripts": { "start": "react-scripts start", "build-chrome": "INLINE_RUNTIME_CHUNK=false react-scripts build", "build-web": "cross-env react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "gh-pages": "NODE_DEBUG=gh-pages gh-pages -d build" }, "devDependencies": { "cross-env": "^7.0.0", "gh-pages": "^2.2.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }