Skip to content

Instantly share code, notes, and snippets.

@lesniakania
Last active April 13, 2016 07:50
Show Gist options
  • Select an option

  • Save lesniakania/3ae422da33989e14c25ddc7bd353e8dc to your computer and use it in GitHub Desktop.

Select an option

Save lesniakania/3ae422da33989e14c25ddc7bd353e8dc to your computer and use it in GitHub Desktop.
{
"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