Created
November 14, 2016 00:49
-
-
Save nitindhar7/4600127cfd951cdc46eddc4b86a54a91 to your computer and use it in GitHub Desktop.
This file contains 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": "AppName", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"start": "node node_modules/react-native/local-cli/cli.js start" | |
}, | |
"dependencies": { | |
"bugsnag-react-native": "^1.1.2", | |
"es6-promise": "^4.0.5", | |
"lodash": "^4.15.0", | |
"react": "15.3.1", | |
"react-native": "0.33.0", | |
"react-native-action-button": "^2.0.14", | |
"react-native-bugsnag": "^1.0.1", | |
"react-native-cache": "^1.0.2", | |
"react-native-heading": "^1.0.0", | |
"react-native-linear-gradient": "^1.5.15", | |
"react-native-mapbox-gl": "^5.0.0", | |
"react-native-motion-manager": "0.0.6", | |
"react-native-multipeer": "lwansbrough/react-native-multipeer", | |
"react-native-simple-modal": "^4.0.1", | |
"react-native-splash-screen": "^1.0.9", | |
"react-native-storage": "^0.1.4", | |
"react-native-vector-icons": "^3.0.0", | |
"request": "^2.78.0", | |
"request-promise": "^4.1.1", | |
"uuid": "^2.0.3" | |
}, | |
"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