Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created December 6, 2018 21:51
Show Gist options
  • Save redbluenat/bfa53e6445e1cb3eb7279c1da8d454b6 to your computer and use it in GitHub Desktop.
Save redbluenat/bfa53e6445e1cb3eb7279c1da8d454b6 to your computer and use it in GitHub Desktop.
{
"name": "RNGraphQL",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apollo-boost": "^0.1.22",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react": "16.6.1",
"react-apollo": "^2.3.2",
"react-native": "0.57.7"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.50.0",
"react-test-renderer": "16.6.1"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment