2018-07-15 21:07:00 +03:00
|
|
|
{
|
2020-07-16 18:10:10 +03:00
|
|
|
"name": "ecency",
|
2020-08-12 00:47:03 +03:00
|
|
|
"version": "3.0.3",
|
2020-07-16 18:10:10 +03:00
|
|
|
"displayName": "Ecency",
|
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": {
|
2020-08-12 00:47:03 +03:00
|
|
|
"version": "./version-ios.sh",
|
2020-08-01 22:30:42 +03:00
|
|
|
"postversion": "react-native-version --never-amend --legacy",
|
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",
|
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",
|
2020-08-01 22:30:42 +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",
|
|
|
|
"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"
|
2018-07-15 21:07:00 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-01 20:28:10 +03:00
|
|
|
"@babel/runtime": "^7.5.5",
|
2020-08-08 15:29:53 +03:00
|
|
|
"@esteemapp/dhive": "^0.15.0",
|
2020-08-14 11:34:43 +03:00
|
|
|
"@esteemapp/esteem-render-helpers": "^1.5.9",
|
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-08-08 16:08:36 +03:00
|
|
|
"@hiveio/dhive": "^0.14.1",
|
2020-07-26 07:17:26 +03:00
|
|
|
"@react-native-community/async-storage": "^1.11.0",
|
2019-12-16 19:31:20 +03:00
|
|
|
"@react-native-community/cameraroll": "^1.3.0",
|
2020-07-16 17:57:10 +03:00
|
|
|
"@react-native-community/cli-platform-ios": "^4.10.1",
|
2020-01-27 14:57:58 +03:00
|
|
|
"@react-native-community/netinfo": "^5.3.3",
|
2020-06-07 18:12:04 +03:00
|
|
|
"@react-native-community/push-notification-ios": "^1.2.0",
|
2020-07-16 21:13:38 +03:00
|
|
|
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
|
2020-07-19 12:17:48 +03:00
|
|
|
"@react-native-firebase/analytics": "^7.3.1",
|
|
|
|
"@react-native-firebase/app": "^8.2.0",
|
|
|
|
"@react-native-firebase/messaging": "^7.4.2",
|
2020-07-16 17:57:10 +03:00
|
|
|
"appcenter": "^3.1.0",
|
|
|
|
"appcenter-analytics": "^3.1.0",
|
|
|
|
"appcenter-crashes": "^3.1.0",
|
2018-11-10 15:54:21 +03:00
|
|
|
"axios": "^0.18.0",
|
2020-02-20 06:31:13 +03:00
|
|
|
"buffer": "^5.4.3",
|
2020-01-07 14:07:12 +03:00
|
|
|
"bugsnag-react-native": "^2.23.4",
|
2020-08-08 11:54:13 +03:00
|
|
|
"core-js": "3.6.4",
|
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",
|
2020-04-10 09:31:03 +03:00
|
|
|
"hivesigner": "^3.1.5",
|
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",
|
2020-07-29 11:17:39 +03:00
|
|
|
"lottie-ios": "3.1.8",
|
|
|
|
"lottie-react-native": "^3.5.0",
|
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-07-28 21:25:16 +03:00
|
|
|
"react-native-actionsheet": "ecency/react-native-actionsheet",
|
2020-08-08 08:17:48 +03:00
|
|
|
"react-native-autoheight-webview": "^1.5.2",
|
2019-10-10 17:04:25 +03:00
|
|
|
"react-native-config": "luggit/react-native-config#master",
|
2020-01-29 12:03:51 +03:00
|
|
|
"react-native-dark-mode": "^0.2.2",
|
2020-07-28 21:25:16 +03:00
|
|
|
"react-native-datepicker": "ecency/react-native-datepicker",
|
2018-09-25 22:02:10 +03:00
|
|
|
"react-native-extended-stylesheet": "^0.10.0",
|
2020-07-25 22:52:48 +03:00
|
|
|
"react-native-fast-image": "^8.3.2",
|
2020-08-08 09:08:54 +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-07-25 19:18:08 +03:00
|
|
|
"react-native-modal": "^11.5.6",
|
2020-07-28 21:25:16 +03:00
|
|
|
"react-native-modal-dropdown": "ecency/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-06-07 18:12:04 +03:00
|
|
|
"react-native-push-notification": "^3.5.1",
|
2020-02-20 06:31:13 +03:00
|
|
|
"react-native-qrcode-svg": "^6.0.3",
|
2019-10-04 18:56:22 +03:00
|
|
|
"react-native-reanimated": "^1.3.0",
|
2020-07-28 21:25:16 +03:00
|
|
|
"react-native-receive-sharing-intent": "ecency/react-native-receive-sharing-intent",
|
2020-07-16 18:23:45 +03:00
|
|
|
"react-native-screens": "^2.9.0",
|
2020-07-28 21:25:16 +03:00
|
|
|
"react-native-scrollable-tab-view": "ecency/react-native-scrollable-tab-view",
|
2019-06-28 22:38:23 +03:00
|
|
|
"react-native-snap-carousel": "^3.8.0",
|
2020-03-22 09:02:08 +03:00
|
|
|
"react-native-splash-screen": "^3.2.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",
|
2020-08-01 22:30:42 +03:00
|
|
|
"react-native-version": "^4.0.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",
|
|
|
|
"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",
|
2020-03-24 10:45:42 +03:00
|
|
|
"stacktrace-parser": "0.1.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",
|
2020-03-22 09:02:08 +03:00
|
|
|
"@bam.tech/react-native-make": "^2.0.0",
|
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",
|
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",
|
2020-07-18 15:28:13 +03:00
|
|
|
"metro-react-native-babel-preset": "^0.60.0",
|
2020-03-24 11:19:21 +03:00
|
|
|
"prettier": "^2.0.2",
|
|
|
|
"prettier-eslint": "^9.0.1",
|
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-03-24 10:45:42 +03:00
|
|
|
"redux-logger": "^3.0.6"
|
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"
|
2018-07-15 21:07:00 +03:00
|
|
|
}
|
2018-09-14 00:22:37 +03:00
|
|
|
}
|