{ "name": "eSteem", "version": "2.2.2", "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": "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 --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 install && yarn start -- --reset-cache" }, "dependencies": { "@babel/runtime": "^7.5.5", "@esteemapp/esteem-render-helpers": "^1.1.0", "@ptomasroos/react-native-multi-slider": "^1.0.0", "@react-native-community/netinfo": "^4.1.3", "appcenter": "2.3.0", "appcenter-analytics": "2.3.0", "appcenter-crashes": "2.3.0", "appcenter-push": "2.3.0", "axios": "^0.18.0", "buffer": "^5.2.1", "bugsnag-react-native": "^2.20.0", "core-js": "^2.6.0", "crypto-js": "^3.1.9-1", "currency-symbol-map": "^4.0.4", "diff-match-patch": "^1.0.4", "dsteem": "https://github.com/esteemapp/dsteem#expire", "intl": "^1.2.5", "jsc-android": "^236355.1.1", "lodash": "^4.17.13", "moment": "^2.22.2", "react": "16.8.6", "react-intl": "^3.3.1", "react-native": "0.60.5", "react-native-actionsheet": "^2.4.2", "react-native-autocomplete-input": "^4.1.0", "react-native-code-push": "esteemapp/react-native-code-push", "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-iap": "^3.3.8", "react-native-image-crop-picker": "^0.25.2", "react-native-keyboard-aware-scroll-view": "^0.8.0", "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-render-html": "^4.1.2", "react-native-scrollable-tab-view": "^0.10.0", "react-native-slider": "^0.11.0", "react-native-snap-carousel": "^3.8.0", "react-native-vector-icons": "^6.6.0", "react-native-version": "^3.1.0", "react-native-version-number": "^0.3.5", "react-native-webview": "^7.2.7", "react-navigation": "^2.18.3", "react-navigation-redux-helpers": "^2.0.8", "react-redux": "^5.0.7", "realm": "^3.0.0", "redux": "^4.0.0", "redux-persist": "^5.10.0", "redux-promise": "^0.6.0", "redux-thunk": "^2.3.0", "rn-placeholder": "^1.3.2", "speakingurl": "^14.0.1", "stacktrace-parser": "0.1.4", "steemconnect": "^3.0.4" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@react-native-community/eslint-config": "^0.0.5", "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0", "babel-preset-react-native": "~5.0.2", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.2.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.0.1", "eslint-plugin-react": "^7.13.0", "eslint-plugin-react-native": "^3.7.0", "jest": "^24.8.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.8.6", "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" }, "resolutions": { "underscore.string": "^3.3.5" } }