Skip to content

Instantly share code, notes, and snippets.

@fourcolors
Created December 29, 2017 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fourcolors/6b4f849e6a24f07f6d12cae1418844bd to your computer and use it in GitHub Desktop.
Save fourcolors/6b4f849e6a24f07f6d12cae1418844bd to your computer and use it in GitHub Desktop.
{
"name": "nectarine",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.0.1",
"jest-expo": "^21.0.2",
"react-native-scripts": "1.5.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": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"color": "^2.0.1",
"eslint-config-airbnb": "^16.1.0",
"expo": "^24.0.0",
"moment": "^2.19.2",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
"react-native-animatable": "^1.2.4",
"react-native-gesture-handler": "1.0.0-alpha.27",
"react-native-shadow": "^1.2.1",
"react-native-snap-carousel": "^3.4.0",
"react-native-status-bar-height": "^1.0.1",
"react-native-swipe-list-view": "^0.4.7",
"react-native-swipeout": "^2.3.1",
"react-native-textinput-effects": "^0.4.1",
"react-navigation": "^1.0.0-beta.22",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.1.2",
"redux-saga": "^0.16.0",
"remote-redux-devtools": "^0.5.12",
"reselect": "^3.0.1",
"sentry-expo": "^1.7.0",
"victory-native": "^0.15.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment