Package.json

{
  "name": "PartnerZ",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "eslint ."
  },
  "dependencies": {
    "@react-native-community/blur": "^3.3.1",
    "geolib": "^2.0.24",
    "lodash": "^4.17.11",
    "logger": "0.0.1",
    "moment": "^2.24.0",
    "object-sizeof": "^1.3.0",
    "prop-types": "^15.7.2",
    "react": "16.6.3",
    "react-bootstrap": "^1.0.0-beta.6",
    "react-native": "^0.59.3",
    "react-native-communications": "^2.2.1",
    "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.1.0",
    "react-native-fontawesome": "^6.0.1",
    "react-native-geocoder": "^0.5.0",
    "react-native-geocoding": "^0.3.0",
    "react-native-geolocation-service": "^2.0.0",
    "react-native-gesture-handler": "^1.1.0",
    "react-native-image-picker": "^0.28.1",
    "react-native-keyboard-aware-scroll-view": "^0.8.0",
    "react-native-keyboard-listener": "^1.1.0",
    "react-native-maps": "0.24.0",
    "react-native-maps-directions": "^1.6.0",
    "react-native-material-dropdown": "^0.11.1",
    "react-native-onesignal": "^3.3.1",
    "react-native-phone-input": "^0.2.1",
    "react-native-radio-buttons-group": "^1.0.7",
    "react-native-sentry": "^0.42.0",
    "react-native-simple-radio-button": "^2.7.3",
    "react-native-splash-screen": "^3.2.0",
    "react-native-vector-icons": "^6.4.2",
    "react-navigation": "^3.5.1",
    "react-navigation-transitions": "^1.0.8",
    "react-redux": "^6.0.1",
    "react-timer-mixin": "^0.13.4",
    "redux": "^4.0.1",
    "redux-form": "^8.1.0",
    "redux-persist": "^5.10.0",
    "redux-thunk": "^2.3.0",
    "rn-placeholder": "^3.0.0-alpha.3",
    "socket.io": "^2.2.0",
    "socket.io-client": "^2.2.0",
    "whatwg-fetch": "^3.0.0"
  },
  "devDependencies": {
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "24.1.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "jest": "24.1.0",
    "metro-react-native-babel-preset": "0.52.0",
    "prettier": "^1.16.4",
    "react-test-renderer": "16.6.3",
    "redux-logger": "^3.0.6",
    "remote-redux-devtools": "^0.5.16"
  },
  "jest": {
    "preset": "react-native"
  }
}

Last updated