Skip to content

Instantly share code, notes, and snippets.

@to175
Created August 30, 2018 07:25
Show Gist options
  • Save to175/e22cab07ac1cc3a50d9fa0bab156a353 to your computer and use it in GitHub Desktop.
Save to175/e22cab07ac1cc3a50d9fa0bab156a353 to your computer and use it in GitHub Desktop.
{
"name": "HuberApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"metro-react-native-babel-preset": "^0.44.0",
"react": "16.3.1",
"react-native": "^0.56.0",
"react-native-navigation": "^1.1.451"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0",
"babel-jest": "22.4.3",
"babel-preset-react-native": "5.0.2",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment