Skip to content

Instantly share code, notes, and snippets.

@lunaroyster
Created March 22, 2019 18:39
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 lunaroyster/3031bfd02cb8cc5febd610f077fc4371 to your computer and use it in GitHub Desktop.
Save lunaroyster/3031bfd02cb8cc5febd610f077fc4371 to your computer and use it in GitHub Desktop.
Expo package.json
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"lint": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^32.0.0",
"firebase": "^5.8.2",
"fuse.js": "^3.4.2",
"mem": "^4.1.0",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-datepicker": "^1.7.2",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-navbar": "^2.1.0",
"react-native-phone-input": "^0.2.1",
"react-native-picker-select": "^6.0.0",
"react-native-progress": "^3.5.0",
"react-native-remote-svg": "^1.4.0",
"react-native-swipe-cards": "^0.1.1",
"react-native-swipeable": "^0.6.0",
"react-navigation": "^3.1.2",
"react-redux": "^6.0.0",
"react-redux-firebase": "^3.0.0-alpha.3",
"redux": "^4.0.1",
"sentry-expo": "^1.11.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^5.0.0",
"babel-preset-mobx": "^2.0.0",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"jest-expo": "^32.0.0"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment