{ "name": "exampleRedux", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { "react-native": "0.25.1", "react": "0.14.5", "react-redux": "^4.0.6", "redux": "^3.0.5", "redux-thunk": "^1.0.3", "seamless-immutable": "^5.0.1", "react-native-navigation": "file:../", "babel-preset-react-native-stage-0": "*" } }