Skip to content

Instantly share code, notes, and snippets.

@GopeshMedayil
Created May 3, 2017 18:07
Show Gist options
  • Save GopeshMedayil/936d25c0a3afd09aded07300ce6707e8 to your computer and use it in GitHub Desktop.
Save GopeshMedayil/936d25c0a3afd09aded07300ce6707e8 to your computer and use it in GitHub Desktop.
{
"name": "Ourexpenses",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.44.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment