{ "name": "seven-wonders-client", "version": "0.1.0", "private": true, "devDependencies": { "babel-polyfill": "latest", "prettier": "^1.3.1", "react-scripts": "^1.0.1" }, "dependencies": { "normalizr": "latest", "react": "latest", "react-dom": "latest", "react-redux": "latest", "react-redux-toastr": "latest", "react-router": "^3.0.2", "react-router-redux": "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", "prettier": "prettier --single-quote --trailing-comma es5 --print-width 120 --write '{src,__{tests,mocks}__}/**/*.js'" }, "eslintConfig": { "extends": "react-app" }, "proxy": "http://localhost:8080" }