{ "name": "react-redux-counter", "version": "0.1.0", "private": true, "dependencies": { "react": "^16.4.1", "react-dom": "^16.4.1", "react-scripts": "1.1.4", "history": "^4.7.2", "react-bootstrap": "^0.32.1", "react-redux": "^5.0.7", "react-router-dom": "^4.2.2", "react-router-redux": "^5.0.0-alpha.9", "redux": "^3.7.2", "redux-thunk": "^2.2.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }