Skip to content

Instantly share code, notes, and snippets.

@hgale
Created June 4, 2017 20:50
Show Gist options
  • Save hgale/81c06c84de3a5e502ea4099079331d2f to your computer and use it in GitHub Desktop.
Save hgale/81c06c84de3a5e502ea4099079331d2f to your computer and use it in GitHub Desktop.
{
"name": "react-native-class-chicago",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jest-expo": "^0.4.0",
"react-native-scripts": "0.0.29",
"react-test-renderer": "16.0.0-alpha.6"
},
"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"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^17.0.0",
"fuse.js": "^3.0.4",
"react": "16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-swipe-gestures": "^1.0.2",
"react-navigation": "^1.0.0-beta.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment