{
  "name": "eSteem",
  "version": "2.2.3",
  "private": true,
  "rnpm": {
    "assets": [
      "./src/assets/Fonts"
    ]
  },
  "scripts": {
    "version": "./version-ios.sh",
    "postversion": "react-native-version",
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "eject": "node node_modules/react-native/local-cli/cli.js eject",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "test": "node node_modules/jest/bin/jest.js --watch",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --write 'src/**/*.{js,jsx}' && yarn lint:fix --fix",
    "lint-staged": "lint-staged",
    "clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn && yarn start -- --reset-cache"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "@esteemapp/esteem-render-helpers": "^1.2.2",
    "@esteemapp/react-native-autocomplete-input": "^4.2.1",
    "@esteemapp/react-native-multi-slider": "^1.1.0",
    "@react-native-community/cameraroll": "^1.3.0",
    "@react-native-community/netinfo": "^4.1.3",
    "appcenter": "^2.6.0",
    "appcenter-analytics": "^2.6.0",
    "appcenter-crashes": "^2.6.0",
    "appcenter-push": "^2.6.0",
    "axios": "^0.18.0",
    "buffer": "^5.2.1",
    "bugsnag-react-native": "^2.23.3",
    "core-js": "^2.6.0",
    "crypto-js": "^3.1.9-1",
    "currency-symbol-map": "^4.0.4",
    "diff-match-patch": "^1.0.4",
    "dsteem": "esteemapp/dsteem",
    "intl": "^1.2.5",
    "jsc-android": "^236355.1.1",
    "lodash": "^4.17.13",
    "lottie-ios": "3.1.3",
    "lottie-react-native": "^3.2.1",
    "moment": "^2.22.2",
    "react": "16.9.0",
    "react-intl": "^3.3.1",
    "react-native": "0.61.2",
    "react-native-actionsheet": "^2.4.2",
    "react-native-autoheight-webview": "^1.2.2",
    "react-native-code-push": "esteemapp/react-native-code-push",
    "react-native-config": "luggit/react-native-config#master",
    "react-native-dark-mode": "^0.1.2",
    "react-native-datepicker": "^1.7.2",
    "react-native-extended-stylesheet": "^0.10.0",
    "react-native-fast-image": "^4.0.14",
    "react-native-gesture-handler": "^1.4.1",
    "react-native-iap": "3.4.15",
    "react-native-image-crop-picker": "^0.25.2",
    "react-native-image-zoom-viewer": "^2.2.27",
    "react-native-keyboard-aware-scroll-view": "^0.9.1",
    "react-native-linear-gradient": "^2.4.2",
    "react-native-modal-dropdown": "^0.7.0",
    "react-native-modal-popover": "0.0.12",
    "react-native-navigation-bar-color": "^0.1.0",
    "react-native-reanimated": "^1.3.0",
    "react-native-render-html": "^4.1.2",
    "react-native-scrollable-tab-view": "esteemapp/react-native-scrollable-tab-view",
    "react-native-slider": "^0.11.0",
    "react-native-snap-carousel": "^3.8.0",
    "react-native-svg": "^9.5.3",
    "react-native-swiper": "^1.6.0-rc.3",
    "react-native-vector-icons": "^6.6.0",
    "react-native-version": "^3.1.0",
    "react-native-version-number": "^0.3.5",
    "react-native-webview": "^7.5.2",
    "react-navigation": "^4.0.10",
    "react-navigation-drawer": "^2.3.3",
    "react-navigation-redux-helpers": "^2.0.8",
    "react-navigation-stack": "1.10.3",
    "react-navigation-tabs": "^2.6.2",
    "react-redux": "^7.1.1",
    "redux": "^4.0.4",
    "redux-persist": "^6.0.0",
    "redux-promise": "^0.6.0",
    "redux-thunk": "^2.3.0",
    "rn-fetch-blob": "^0.11.2",
    "rn-placeholder": "^1.3.2",
    "speakingurl": "^14.0.1",
    "stacktrace-parser": "0.1.4",
    "steemconnect": "^3.0.4"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/runtime": "^7.6.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.9.0",
    "babel-preset-react-native": "~5.0.2",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-eslint-comments": "^3.1.1",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-jest": "^22.5.1",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.13.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "eslint-plugin-react-native": "^3.7.0",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "jetifier": "^1.6.3",
    "lint-staged": "^7.2.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "prettier": "^1.17.0",
    "prettier-eslint": "^8.8.2",
    "react-test-renderer": "16.9.0",
    "redux-devtools-extension": "^2.13.5",
    "redux-logger": "^3.0.6"
  },
  "lint-staged": {
    "*.js": [
      "yarn run lint:fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "preset": "react-native"
  },
  "resolutions": {
    "underscore.string": "^3.3.5"
  }
}