Last active
April 13, 2016 07:50
-
-
Save lesniakania/3ae422da33989e14c25ddc7bd353e8dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "OcenyMobile", | |
| "version": "0.0.1", | |
| "private": true, | |
| "scripts": { | |
| "fixBabel": "find node_modules -type f -name .babelrc | grep -v /react-native/ | xargs rm", | |
| "clean": "npm run fixBabel", | |
| "postinstall": "npm run clean", | |
| "start": "node node_modules/react-native/local-cli/cli.js start" | |
| }, | |
| "dependencies": { | |
| "react": "^0.14.8", | |
| "axios": "0.7.0", | |
| "react-native": "^0.23.1", | |
| "react-native-router-flux": "^1.0.9", | |
| "react-redux": "3.0.0", | |
| "redux": "3.0.3", | |
| "redux-simple-router": "^1.0.1", | |
| "redux-thunk": "1.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment