Skip to content

Instantly share code, notes, and snippets.

@littleV
Created March 22, 2019 21:40
Show Gist options
  • Save littleV/fa4ff2b1c5596b3cb03d2e40248ef8a7 to your computer and use it in GitHub Desktop.
Save littleV/fa4ff2b1c5596b3cb03d2e40248ef8a7 to your computer and use it in GitHub Desktop.
Bare minimal package.json for React Native
{
"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