Skip to content

Instantly share code, notes, and snippets.

@iamvery
Created November 28, 2017 05:09
Show Gist options
  • Save iamvery/4d4b0ef68cd1f2de81b858fe3a2d08c5 to your computer and use it in GitHub Desktop.
Save iamvery/4d4b0ef68cd1f2de81b858fe3a2d08c5 to your computer and use it in GitHub Desktop.
{
"name": "frontier",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "~19.0.0",
"react-dom": "16.0.0-alpha.12",
"react-native-dotenv": "^0.1.0",
"react-native-scripts": "1.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"debug": "node --inspect-brk node_modules/.bin/jest -i"
},
"jest": {
"preset": "jest-expo",
"setupTestFrameworkScriptFile": "./jest/setup.js"
},
"dependencies": {
"expo": "^19.0.0",
"jest-environment-node-debug": "^2.0.0",
"native-base": "^2.3.3",
"react": "16.0.0-alpha.12",
"react-apollo": "^1.4.14",
"react-native": "^0.46.1",
"react-navigation": "^1.0.0-beta.11",
"recompose": "^0.24.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment