{ "name": "githunt-react", "version": "0.1.1", "private": true, "dependencies": { "axios": "^0.18.0", "bootstrap": "^4.1.3", "classnames": "^2.2.6", "font-awesome": "^4.7.0", "moment": "^2.22.2", "prop-types": "^15.6.2", "react": "^16.4.2", "react-dom": "^16.4.2", "react-redux": "^5.0.7", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "react-scripts": "2.0.5", "reactstrap": "^6.4.0", "redux": "^4.0.0", "redux-devtools-extension": "^2.13.5", "redux-persist": "^5.10.0", "redux-persist-expire": "^1.0.1", "redux-thunk": "^2.3.0" }, "scripts": { "start": "react-scripts start", "build-chrome": "react-scripts build", "build-web": "cross-env PUBLIC_URL=/githunt 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": "^5.2.0", "gh-pages": "^2.0.1" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }