Created
March 22, 2019 21:40
-
-
Save littleV/fa4ff2b1c5596b3cb03d2e40248ef8a7 to your computer and use it in GitHub Desktop.
Bare minimal package.json for React Native
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": "FancyLibs", | |
"version": "0.0.0", | |
"private": true, | |
"dependencies": { | |
"react": "^16.6.3", | |
"react-native": "^0.57.8" | |
}, | |
"devDependencies": { | |
"babel-loader": "7.1.4", | |
"babel-plugin-transform-runtime": "6.23.0", | |
"metro-react-native-babel-preset": "^0.45.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment