{
  "name": "eSteem",
  "version": "2.1.0",
  "private": true,
  "rnpm": {
    "assets": [
      "./src/assets/Fonts"
    ]
  },
  "scripts": {
    "version": "./version-ios.sh",
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "eject": "node node_modules/react-native/local-cli/cli.js eject",
    "android": "node node_modules/react-native/local-cli/cli.js run-android",
    "ios": "node node_modules/react-native/local-cli/cli.js run-ios",
    "test": "node node_modules/jest/bin/jest.js --watch",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --print-width=100 --single-quote --trailing-comma all --write \"{src,__tests__}/**/*.js\"",
    "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/ && npm install && npm start -- --reset-cache"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "@esteemapp/react-native-scrollable-tab-view": "^0.8.2",
    "@esteemapp/react-native-tags": "^1.3.1",
    "appcenter": "^1.10.0",
    "appcenter-analytics": "^1.10.0",
    "appcenter-crashes": "^1.10.0",
    "appcenter-push": "^1.10.0",
    "axios": "^0.18.0",
    "buffer": "^5.2.1",
    "core-js": "^2.6.0",
    "crypto-js": "^3.1.9-1",
    "currency-symbol-map": "^4.0.4",
    "diff-match-patch": "^1.0.4",
    "dsteem": "^0.10.1",
    "intl": "^1.2.5",
    "jsc-android": "^236355.1.1",
    "lodash": "^4.17.11",
    "moment": "^2.22.2",
    "react": "^16.7.0",
    "react-intl": "^2.7.2",
    "react-native": "^0.57.5",
    "react-native-actionsheet": "^2.4.2",
    "react-native-code-push": "^5.5.2",
    "react-native-config": "^0.11.5",
    "react-native-datepicker": "^1.7.2",
    "react-native-extended-stylesheet": "^0.10.0",
    "react-native-fast-image": "^4.0.14",
    "react-native-html-renderer": "^1.0.0",
    "react-native-image-crop-picker": "^0.21.3",
    "react-native-keyboard-aware-scroll-view": "^0.8.0",
    "react-native-linear-gradient": "^2.4.2",
    "react-native-markdown-renderer": "^3.2.8",
    "react-native-modal-dropdown": "^0.6.2",
    "react-native-modal-popover": "0.0.12",
    "react-native-restart": "0.0.6",
    "react-native-sentry": "^0.42.0",
    "react-native-slider": "^0.11.0",
    "react-native-vector-icons": "^6.0.2",
    "react-native-version-number": "^0.3.5",
    "react-native-view-overflow": "0.0.3",
    "react-navigation": "^2.18.3",
    "react-navigation-redux-helpers": "^2.0.8",
    "react-redux": "^5.0.7",
    "realm": "^2.26.1",
    "redux": "^4.0.0",
    "redux-promise": "^0.6.0",
    "redux-thunk": "^2.3.0",
    "remarkable": "^1.7.1",
    "rn-placeholder": "^1.3.2",
    "speakingurl": "^14.0.1",
    "stacktrace-parser": "0.1.4",
    "steemconnect": "^2.0.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "babel-jest": "23.6.0",
    "babel-preset-react-native": "~5.0.2",
    "eslint": "^5.6.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "jest": "23.6.0",
    "lint-staged": "^7.2.0",
    "metro-react-native-babel-preset": "0.47.0",
    "prettier": "^1.14.3",
    "prettier-eslint": "^8.8.2",
    "react-test-renderer": "16.6.0-alpha.8af6728",
    "redux-devtools-extension": "^2.13.5",
    "redux-logger": "^3.0.6"
  },
  "lint-staged": {
    "*.js": [
      "npm run lint:fix",
      "git add"
    ]
  },
  "pre-commit": "lint-staged",
  "jest": {
    "preset": "react-native"
  }
}