{ "name": "seven-wonders-client", "version": "0.1.0", "private": true, "devDependencies": { "babel-polyfill": "latest", "react-scripts": "latest" }, "dependencies": { "normalizr": "latest", "react": "latest", "react-dom": "latest", "react-redux": "latest", "react-router": "^3.0.2", "react-router-redux": "latest", "react-toastify": "latest", "rebass": "latest", "redux": "latest", "redux-saga": "latest", "redux-saga-router": "latest", "redux-seamless-immutable": "latest", "reflexbox": "latest", "reselect": "latest", "seamless-immutable": "latest", "sockjs-client": "latest", "webstomp-client": "latest" }, "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" }, "eslintConfig": { "extends": "react-app" }, "proxy": "ws://localhost:8080" }