2018-07-15 21:07:00 +03:00
|
|
|
{
|
2018-10-23 18:37:24 +03:00
|
|
|
"name": "eSteem",
|
2020-01-30 16:14:20 +03:00
|
|
|
"version": "2.2.5",
|
2018-07-15 21:07:00 +03:00
|
|
|
"private": true,
|
2018-10-23 18:36:04 +03:00
|
|
|
"rnpm": {
|
|
|
|
"assets": [
|
2018-10-31 13:03:45 +03:00
|
|
|
"./src/assets/Fonts"
|
2018-10-23 18:36:04 +03:00
|
|
|
]
|
|
|
|
},
|
2018-07-15 21:07:00 +03:00
|
|
|
"scripts": {
|
2019-07-29 20:34:33 +03:00
|
|
|
"version": "./version-ios.sh",
|
2019-07-29 15:48:29 +03:00
|
|
|
"postversion": "react-native-version",
|
2020-01-22 05:52:09 +03:00
|
|
|
"start": "react-native start",
|
2019-10-09 18:26:38 +03:00
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
2020-02-20 06:31:13 +03:00
|
|
|
"releasenotes": "./release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json",
|
|
|
|
"postinstall": "rn-nodeify --install buffer,stream,assert,events,crypto,vm,process --hack",
|
2018-10-04 05:18:36 +03:00
|
|
|
"test": "node node_modules/jest/bin/jest.js --watch",
|
|
|
|
"lint": "eslint src/",
|
|
|
|
"lint:fix": "eslint src/ --fix",
|
2019-05-25 13:37:38 +03:00
|
|
|
"format": "prettier --write 'src/**/*.{js,jsx}' && yarn lint:fix --fix",
|
2018-10-04 05:18:36 +03:00
|
|
|
"lint-staged": "lint-staged",
|
2019-10-14 15:08:22 +03:00
|
|
|
"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"
|
2018-07-15 21:07:00 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-01 20:28:10 +03:00
|
|
|
"@babel/runtime": "^7.5.5",
|
2020-02-11 15:36:12 +03:00
|
|
|
"@esteemapp/esteem-render-helpers": "^1.3.7",
|
2019-12-12 12:15:11 +03:00
|
|
|
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
|
2020-01-15 13:15:59 +03:00
|
|
|
"@esteemapp/react-native-modal-popover": "^0.0.15",
|
2019-12-12 12:46:12 +03:00
|
|
|
"@esteemapp/react-native-multi-slider": "^1.1.0",
|
2019-12-17 07:18:57 +03:00
|
|
|
"@esteemapp/react-native-render-html": "^4.1.5",
|
2019-12-23 09:55:09 +03:00
|
|
|
"@esteemapp/react-native-slider": "^0.12.0",
|
2020-01-02 15:59:19 +03:00
|
|
|
"@react-native-community/async-storage": "^1.7.1",
|
2019-12-16 19:31:20 +03:00
|
|
|
"@react-native-community/cameraroll": "^1.3.0",
|
2020-01-27 14:57:58 +03:00
|
|
|
"@react-native-community/netinfo": "^5.3.3",
|
2019-11-28 19:51:04 +03:00
|
|
|
"appcenter": "^2.6.0",
|
|
|
|
"appcenter-analytics": "^2.6.0",
|
|
|
|
"appcenter-crashes": "^2.6.0",
|
|
|
|
"appcenter-push": "^2.6.0",
|
2020-02-20 06:31:13 +03:00
|
|
|
"assert": "^1.5.0",
|
2018-11-10 15:54:21 +03:00
|
|
|
"axios": "^0.18.0",
|
2020-02-20 06:31:13 +03:00
|
|
|
"bitcoinjs-lib": "5.1.1",
|
|
|
|
"buffer": "^5.4.3",
|
2020-01-07 14:07:12 +03:00
|
|
|
"bugsnag-react-native": "^2.23.4",
|
2018-12-05 14:43:07 +03:00
|
|
|
"core-js": "^2.6.0",
|
2018-08-09 20:10:41 +03:00
|
|
|
"crypto-js": "^3.1.9-1",
|
2019-01-30 11:57:09 +03:00
|
|
|
"currency-symbol-map": "^4.0.4",
|
2019-01-02 11:43:28 +03:00
|
|
|
"diff-match-patch": "^1.0.4",
|
2019-10-16 14:12:23 +03:00
|
|
|
"dsteem": "esteemapp/dsteem",
|
2018-12-05 14:43:07 +03:00
|
|
|
"intl": "^1.2.5",
|
2020-01-23 13:06:43 +03:00
|
|
|
"jsc-android": "^241213.1.0",
|
2019-07-16 18:58:14 +03:00
|
|
|
"lodash": "^4.17.13",
|
2019-10-15 00:03:43 +03:00
|
|
|
"lottie-ios": "3.1.3",
|
|
|
|
"lottie-react-native": "^3.2.1",
|
2018-07-15 21:07:00 +03:00
|
|
|
"moment": "^2.22.2",
|
2019-10-09 18:26:38 +03:00
|
|
|
"react": "16.9.0",
|
2019-12-19 18:20:54 +03:00
|
|
|
"react-intl": "^3.9.2",
|
2019-12-25 13:06:52 +03:00
|
|
|
"react-native": "0.61.5",
|
2020-01-14 13:40:17 +03:00
|
|
|
"react-native-actionsheet": "esteemapp/react-native-actionsheet",
|
2020-01-21 14:00:22 +03:00
|
|
|
"react-native-autoheight-webview": "^1.4.1",
|
2019-10-10 17:04:25 +03:00
|
|
|
"react-native-config": "luggit/react-native-config#master",
|
2020-02-20 06:31:13 +03:00
|
|
|
"react-native-crypto": "^2.2.0",
|
2020-01-29 12:03:51 +03:00
|
|
|
"react-native-dark-mode": "^0.2.2",
|
2020-01-14 12:54:25 +03:00
|
|
|
"react-native-datepicker": "esteemapp/react-native-datepicker",
|
2018-09-25 22:02:10 +03:00
|
|
|
"react-native-extended-stylesheet": "^0.10.0",
|
2019-07-26 15:34:02 +03:00
|
|
|
"react-native-fast-image": "^4.0.14",
|
2019-10-04 18:56:22 +03:00
|
|
|
"react-native-gesture-handler": "^1.4.1",
|
2019-10-10 11:37:28 +03:00
|
|
|
"react-native-iap": "3.4.15",
|
2019-12-17 07:18:57 +03:00
|
|
|
"react-native-image-crop-picker": "^0.26.1",
|
2019-12-06 02:22:55 +03:00
|
|
|
"react-native-image-zoom-viewer": "^2.2.27",
|
2019-12-12 09:35:57 +03:00
|
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.1",
|
2018-10-05 22:30:31 +03:00
|
|
|
"react-native-linear-gradient": "^2.4.2",
|
2020-01-14 14:42:20 +03:00
|
|
|
"react-native-modal-dropdown": "esteemapp/react-native-modal-dropdown",
|
2020-01-29 12:03:51 +03:00
|
|
|
"react-native-modal-translucent": "^5.0.0",
|
2020-01-29 15:05:54 +03:00
|
|
|
"react-native-navigation-bar-color": "^1.0.0",
|
2020-02-20 06:31:13 +03:00
|
|
|
"react-native-qrcode-svg": "^6.0.3",
|
|
|
|
"react-native-randombytes": "^3.5.3",
|
2019-10-04 18:56:22 +03:00
|
|
|
"react-native-reanimated": "^1.3.0",
|
2019-10-10 11:37:28 +03:00
|
|
|
"react-native-scrollable-tab-view": "esteemapp/react-native-scrollable-tab-view",
|
2019-06-28 22:38:23 +03:00
|
|
|
"react-native-snap-carousel": "^3.8.0",
|
2019-08-01 09:33:22 +03:00
|
|
|
"react-native-svg": "^9.5.3",
|
2019-11-29 21:33:31 +03:00
|
|
|
"react-native-swiper": "^1.6.0-rc.3",
|
2019-09-12 12:35:07 +03:00
|
|
|
"react-native-vector-icons": "^6.6.0",
|
2019-07-29 15:48:29 +03:00
|
|
|
"react-native-version": "^3.1.0",
|
2019-01-20 00:24:46 +03:00
|
|
|
"react-native-version-number": "^0.3.5",
|
2020-01-21 14:00:22 +03:00
|
|
|
"react-native-webview": "^8.0.4",
|
2019-10-04 18:56:22 +03:00
|
|
|
"react-navigation": "^4.0.10",
|
2019-12-12 07:11:26 +03:00
|
|
|
"react-navigation-drawer": "^2.3.3",
|
2019-12-16 21:33:33 +03:00
|
|
|
"react-navigation-redux-helpers": "^4.0.1",
|
|
|
|
"react-navigation-stack": "^1.10.3",
|
2019-12-04 16:50:59 +03:00
|
|
|
"react-navigation-tabs": "^2.6.2",
|
2019-10-07 19:31:15 +03:00
|
|
|
"react-redux": "^7.1.1",
|
2020-02-20 06:31:13 +03:00
|
|
|
"readable-stream": "^3.6.0",
|
2019-10-07 19:31:15 +03:00
|
|
|
"redux": "^4.0.4",
|
2019-10-05 14:30:29 +03:00
|
|
|
"redux-persist": "^6.0.0",
|
2018-08-09 20:10:41 +03:00
|
|
|
"redux-promise": "^0.6.0",
|
2018-08-02 19:41:35 +03:00
|
|
|
"redux-thunk": "^2.3.0",
|
2019-12-21 07:38:10 +03:00
|
|
|
"rn-fetch-blob": "^0.12.0",
|
2018-12-20 17:35:20 +03:00
|
|
|
"rn-placeholder": "^1.3.2",
|
2019-01-02 11:43:28 +03:00
|
|
|
"speakingurl": "^14.0.1",
|
2019-05-14 23:14:18 +03:00
|
|
|
"stacktrace-parser": "0.1.4",
|
2020-02-20 06:31:13 +03:00
|
|
|
"steemconnect": "^3.0.4",
|
|
|
|
"stream-browserify": "^1.0.0",
|
|
|
|
"vm-browserify": "0.0.4"
|
2018-07-20 15:57:12 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-09 18:26:38 +03:00
|
|
|
"@babel/core": "^7.6.2",
|
|
|
|
"@babel/runtime": "^7.6.2",
|
2019-09-11 22:42:49 +03:00
|
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
2018-10-04 05:18:36 +03:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-10-09 18:26:38 +03:00
|
|
|
"babel-jest": "^24.9.0",
|
2018-12-05 14:43:07 +03:00
|
|
|
"babel-preset-react-native": "~5.0.2",
|
2019-11-30 10:36:23 +03:00
|
|
|
"eslint": "5.16.0",
|
2018-10-04 05:18:36 +03:00
|
|
|
"eslint-config-airbnb": "^17.1.0",
|
2019-11-30 10:36:23 +03:00
|
|
|
"eslint-config-prettier": "^6.7.0",
|
2019-05-25 13:37:38 +03:00
|
|
|
"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",
|
2019-11-30 10:36:23 +03:00
|
|
|
"eslint-plugin-prettier": "^3.1.1",
|
2019-05-25 13:37:38 +03:00
|
|
|
"eslint-plugin-react": "^7.13.0",
|
2019-11-30 10:36:23 +03:00
|
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
2019-05-25 13:37:38 +03:00
|
|
|
"eslint-plugin-react-native": "^3.7.0",
|
2019-11-30 10:36:23 +03:00
|
|
|
"husky": "^3.1.0",
|
2019-10-10 11:37:28 +03:00
|
|
|
"jest": "^24.9.0",
|
2019-07-24 10:50:01 +03:00
|
|
|
"jetifier": "^1.6.3",
|
2018-11-10 15:54:21 +03:00
|
|
|
"lint-staged": "^7.2.0",
|
2019-09-11 22:42:49 +03:00
|
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
2019-05-25 13:37:38 +03:00
|
|
|
"prettier": "^1.17.0",
|
2018-10-04 05:18:36 +03:00
|
|
|
"prettier-eslint": "^8.8.2",
|
2019-10-09 18:26:38 +03:00
|
|
|
"react-test-renderer": "16.9.0",
|
2018-08-09 20:10:41 +03:00
|
|
|
"redux-devtools-extension": "^2.13.5",
|
2020-02-20 06:31:13 +03:00
|
|
|
"redux-logger": "^3.0.6",
|
|
|
|
"rn-nodeify": "^10.2.0"
|
2018-08-01 22:23:23 +03:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2018-10-04 05:18:36 +03:00
|
|
|
"*.js": [
|
2019-11-30 10:38:22 +03:00
|
|
|
"yarn run lint:fix",
|
2018-08-01 22:23:23 +03:00
|
|
|
"git add"
|
|
|
|
]
|
2018-10-04 05:18:36 +03:00
|
|
|
},
|
2019-12-12 01:17:15 +03:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
2018-10-04 05:18:36 +03:00
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
2019-06-25 20:04:53 +03:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"underscore.string": "^3.3.5"
|
2020-02-20 06:31:13 +03:00
|
|
|
},
|
|
|
|
"react-native": {
|
|
|
|
"crypto": "react-native-crypto",
|
|
|
|
"_stream_transform": "readable-stream/transform",
|
|
|
|
"_stream_readable": "readable-stream/readable",
|
|
|
|
"_stream_writable": "readable-stream/writable",
|
|
|
|
"_stream_duplex": "readable-stream/duplex",
|
|
|
|
"_stream_passthrough": "readable-stream/passthrough",
|
|
|
|
"stream": "stream-browserify",
|
|
|
|
"vm": "vm-browserify"
|
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"crypto": "react-native-crypto",
|
|
|
|
"_stream_transform": "readable-stream/transform",
|
|
|
|
"_stream_readable": "readable-stream/readable",
|
|
|
|
"_stream_writable": "readable-stream/writable",
|
|
|
|
"_stream_duplex": "readable-stream/duplex",
|
|
|
|
"_stream_passthrough": "readable-stream/passthrough",
|
|
|
|
"stream": "stream-browserify",
|
|
|
|
"vm": "vm-browserify"
|
2018-07-15 21:07:00 +03:00
|
|
|
}
|
2018-09-14 00:22:37 +03:00
|
|
|
}
|