{ "name": "seven-wonders-client", "version": "0.1.0", "private": true, "devDependencies": { "babel-polyfill": "^6.23.0", "flow-bin": "^0.52.0", "flow-typed": "^2.1.5", "prettier-eslint-cli": "^4.1.1", "react-scripts": "^1.0.10" }, "dependencies": { "history": "^4.6.3", "immutable": "^3.8.1", "normalizr": "^3.2.3", "react": "^15.6.1", "react-dom": "^15.6.1", "react-redux": "^5.0.5", "react-redux-toastr": "^6.2.6", "react-router-dom": "^4.1.2", "react-router-redux": "next", "rebass": "^0.3.3", "redux": "^3.7.2", "redux-immutable": "^4.0.0", "redux-saga": "^0.15.6", "reflexbox": "^2.2.3", "reselect": "^3.0.1", "sockjs-client": "^1.1.4", "webstomp-client": "^1.0.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "test:oneshot": "set CI=true && react-scripts test --env=jsdom", "eject": "react-scripts eject", "prettier": "prettier-eslint --print-width 120 --write '{src,__{tests,mocks}__}/**/*.js'", "flow": "flow" }, "proxy": { "/*": { "target": "http://localhost:8080", "ws": true } } }