{ "name": "javascript", "version": "0.1.0", "private": true, "devDependencies": { "react-scripts": "0.8.3" }, "dependencies": { "babel-polyfill": "^6.20.0", "immutable": "^3.8.1", "react": "^15.4.1", "react-dom": "^15.4.1", "react-redux": "^5.0.1", "react-router": "^3.0.0", "react-router-redux": "^4.0.7", "rebass": "^0.3.3", "redux": "^3.6.0", "redux-saga": "^0.13.0", "reflexbox": "^2.2.3", "sockjs-client": "latest", "webstomp-client": "^1.0.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "proxy": "ws://localhost:8080" }