Skip to content

Instantly share code, notes, and snippets.

@dabit3
Created August 28, 2016 01:00
Show Gist options
  • Save dabit3/1795ce3c60ad5ab0bd43167d661b8da6 to your computer and use it in GitHub Desktop.
Save dabit3/1795ce3c60ad5ab0bd43167d661b8da6 to your computer and use it in GitHub Desktop.
Temporary Package.json working .32
{
"name": "JargonAppV2",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"axios": "^0.11.1",
"crypto-js": "^3.1.6",
"events": "^1.1.0",
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"react": "^15.3.1",
"react-native": "^0.32.0",
"react-native-fbsdk": "^0.1.0",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-linear-gradient": "^1.5.6",
"react-native-scrollable-tab-view": "^0.4.2",
"react-native-swiper": "^1.4.4",
"react-native-vector-icons": "^2.1.0",
"rx": "^4.1.0",
"superagent": "^1.8.3",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-preset-react-native": "^1.9.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment