{
  "name": "ecency",
  "version": "3.0.17",
  "displayName": "Ecency",
  "private": true,
  "rnpm": {
    "assets": [
      "./src/assets/Fonts"
    ]
  },
  "scripts": {
    "version": "./version-ios.sh",
    "postversion": "react-native-version --never-amend --legacy",
    "start": "react-native start",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "releasenotes": "./release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json",
    "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",
    "bump-patch": "npm version patch --no-git-tag-version",
    "bump-minor": "npm version minor --no-git-tag-version",
    "bump-major": "npm version major --no-git-tag-version"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "@ecency/render-helper": "^2.1.0",
    "@esteemapp/dhive": "0.15.0",
    "@esteemapp/react-native-autocomplete-input": "^4.2.1",
    "@esteemapp/react-native-modal-popover": "^0.0.15",
    "@esteemapp/react-native-multi-slider": "^1.1.0",
    "@esteemapp/react-native-render-html": "^4.1.5",
    "@esteemapp/react-native-slider": "^0.12.0",
    "@hiveio/dhive": "^0.14.12",
    "@react-native-community/async-storage": "^1.11.0",
    "@react-native-community/cameraroll": "^1.3.0",
    "@react-native-community/cli-platform-ios": "^4.10.1",
    "@react-native-community/netinfo": "^5.3.3",
    "@react-native-community/push-notification-ios": "^1.2.0",
    "@react-native-community/toolbar-android": "^0.1.0-rc.2",
    "@react-native-firebase/analytics": "^7.3.1",
    "@react-native-firebase/app": "^8.4.7",
    "@react-native-firebase/dynamic-links": "^7.4.2",
    "@react-native-firebase/messaging": "^7.4.2",
    "appcenter": "^4.1.0",
    "appcenter-analytics": "^4.1.0",
    "appcenter-crashes": "^4.1.0",
    "axios": "^0.21.1",
    "buffer": "^5.4.3",
    "bugsnag-react-native": "^2.23.10",
    "core-js": "3.6.4",
    "crypto-js": "^3.1.9-1",
    "currency-symbol-map": "^4.0.4",
    "diff-match-patch": "^1.0.4",
    "hivesigner": "^3.2.7",
    "intl": "^1.2.5",
    "jsc-android": "^241213.1.0",
    "lodash": "^4.17.13",
    "lottie-ios": "3.1.8",
    "lottie-react-native": "^3.5.0",
    "moment": "^2.22.2",
    "react": "16.9.0",
    "react-intl": "^3.9.2",
    "react-native": "0.61.5",
    "react-native-actions-sheet": "^0.4.2",
    "react-native-actionsheet": "ecency/react-native-actionsheet",
    "react-native-autoheight-webview": "^1.5.7",
    "react-native-config": "luggit/react-native-config#master",
    "react-native-dark-mode": "^0.2.2",
    "react-native-date-picker": "^3.2.7",
    "react-native-extended-stylesheet": "^0.10.0",
    "react-native-fast-image": "^8.3.2",
    "react-native-gesture-handler": "^1.9.0",
    "react-native-highlight-words": "^1.0.1",
    "react-native-iap": "3.4.15",
    "react-native-image-crop-picker": "^0.35.2",
    "react-native-image-size": "^1.1.3",
    "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-matomo-sdk": "feruzm/react-native-matomo-sdk",
    "react-native-modal": "^11.5.6",
    "react-native-modal-dropdown": "ecency/react-native-modal-dropdown",
    "react-native-modal-translucent": "^5.0.0",
    "react-native-navigation-bar-color": "^1.0.0",
    "react-native-push-notification": "^3.5.1",
    "react-native-qrcode-svg": "^6.0.3",
    "react-native-reanimated": "^1",
    "react-native-receive-sharing-intent": "ecency/react-native-receive-sharing-intent",
    "react-native-restart": "0.0.17",
    "react-native-safe-area-context": "^3.1.9",
    "react-native-screens": "^2.9.0",
    "react-native-scrollable-tab-view": "ecency/react-native-scrollable-tab-view",
    "react-native-snap-carousel": "^3.8.0",
    "react-native-splash-screen": "^3.2.0",
    "react-native-svg": "^9.5.3",
    "react-native-swiper": "^1.6.0-rc.3",
    "react-native-unique-id": "^2.0.0",
    "react-native-vector-icons": "^6.6.0",
    "react-native-version": "^4.0.0",
    "react-native-version-number": "^0.3.5",
    "react-native-webview": "^11.2.1",
    "react-navigation": "^4.0.10",
    "react-navigation-drawer": "^2.3.3",
    "react-navigation-redux-helpers": "^4.0.1",
    "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.12.0",
    "rn-placeholder": "^1.3.2",
    "speakingurl": "^14.0.1",
    "stacktrace-parser": "0.1.4"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/runtime": "^7.6.2",
    "@bam.tech/react-native-make": "^2.0.0",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.9.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "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.60.0",
    "prettier": "^2.0.2",
    "prettier-eslint": "^9.0.1",
    "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"
  }
}