ecency-mobile/package.json

176 lines
6.5 KiB
JSON
Raw Normal View History

2018-07-15 21:07:00 +03:00
{
2020-07-16 18:10:10 +03:00
"name": "ecency",
2021-07-23 11:22:20 +03:00
"version": "3.0.20",
2020-07-16 18:10:10 +03:00
"displayName": "Ecency",
2018-07-15 21:07:00 +03:00
"private": true,
"rnpm": {
"assets": [
"./src/assets/Fonts"
]
},
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",
"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",
"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",
"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",
"postinstall": "cd ios && pod install"
2018-07-15 21:07:00 +03:00
},
"dependencies": {
2019-09-01 20:28:10 +03:00
"@babel/runtime": "^7.5.5",
"@ecency/render-helper": "^2.1.12",
2020-09-07 09:43:13 +03:00
"@esteemapp/dhive": "0.15.0",
2019-12-12 12:15:11 +03:00
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
2019-12-12 12:46:12 +03:00
"@esteemapp/react-native-multi-slider": "^1.1.0",
"@esteemapp/react-native-render-html": "^4.1.5",
2019-12-23 09:55:09 +03:00
"@esteemapp/react-native-slider": "^0.12.0",
2021-07-14 22:40:51 +03:00
"@hiveio/dhive": "^0.14.16",
"@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",
"@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",
"@react-native-firebase/analytics": "^7.3.1",
2021-03-05 14:16:13 +03:00
"@react-native-firebase/app": "^8.4.7",
2020-08-19 15:09:22 +03:00
"@react-native-firebase/dynamic-links": "^7.4.2",
"@react-native-firebase/messaging": "^7.4.2",
2021-03-31 18:37:20 +03:00
"appcenter": "^4.1.0",
"appcenter-analytics": "^4.1.0",
"appcenter-crashes": "^4.1.0",
"axios": "^0.21.1",
2020-02-20 06:31:13 +03:00
"buffer": "^5.4.3",
2021-01-27 11:16:47 +03:00
"bugsnag-react-native": "^2.23.10",
2020-08-08 11:54:13 +03:00
"core-js": "3.6.4",
"crypto-js": "^3.1.9-1",
2019-01-30 11:57:09 +03:00
"currency-symbol-map": "^4.0.4",
"diff-match-patch": "^1.0.4",
2021-04-05 09:31:47 +03:00
"hivesigner": "^3.2.7",
2018-12-05 14:43:07 +03:00
"intl": "^1.2.5",
"jsc-android": "^241213.1.0",
"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",
2021-02-03 11:13:22 +03:00
"react-native-actions-sheet": "^0.4.2",
2020-07-28 21:25:16 +03:00
"react-native-actionsheet": "ecency/react-native-actionsheet",
"react-native-animatable": "^1.3.3",
2021-04-27 20:28:23 +03:00
"react-native-autoheight-webview": "^1.5.8",
2019-10-10 17:04:25 +03:00
"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",
2020-07-25 22:52:48 +03:00
"react-native-fast-image": "^8.3.2",
2021-02-03 11:13:22 +03:00
"react-native-gesture-handler": "^1.9.0",
"react-native-highlight-words": "^1.0.1",
2019-10-10 11:37:28 +03:00
"react-native-iap": "3.4.15",
2021-01-18 17:02:10 +03:00
"react-native-image-crop-picker": "^0.35.2",
2021-01-18 14:49:57 +03:00
"react-native-image-size": "^1.1.3",
2019-12-06 02:22:55 +03:00
"react-native-image-zoom-viewer": "^2.2.27",
"react-native-iphone-x-helper": "^1.3.1",
2019-12-12 09:35:57 +03:00
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.4.2",
2020-09-21 15:08:52 +03:00
"react-native-matomo-sdk": "feruzm/react-native-matomo-sdk",
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",
"react-native-modal-popover": "^2.0.1",
"react-native-modal-translucent": "^5.0.0",
2020-01-29 15:05:54 +03:00
"react-native-navigation-bar-color": "^1.0.0",
"react-native-push-notification": "^7.3.1",
2020-02-20 06:31:13 +03:00
"react-native-qrcode-svg": "^6.0.3",
2021-02-03 11:13:22 +03:00
"react-native-reanimated": "^1",
2020-07-28 21:25:16 +03:00
"react-native-receive-sharing-intent": "ecency/react-native-receive-sharing-intent",
2021-01-26 00:03:20 +03:00
"react-native-restart": "0.0.17",
2021-01-15 23:28:56 +03:00
"react-native-safe-area-context": "^3.1.9",
"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",
2020-09-18 11:21:12 +03:00
"react-native-unique-id": "^2.0.0",
"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",
2021-02-04 15:32:21 +03:00
"react-native-webview": "^11.2.1",
"react-native-youtube": "^2.0.1",
"react-native-youtube-iframe": "^2.0.1",
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",
"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",
"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",
"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",
"@types/react-redux": "^7.1.16",
"babel-eslint": "^10.0.1",
2019-10-09 18:26:38 +03:00
"babel-jest": "^24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
2019-11-30 10:36:23 +03:00
"eslint": "5.16.0",
"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",
"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",
"reactotron-react-native": "^5.0.0",
"reactotron-redux": "^3.1.3",
2021-05-18 08:36:52 +03:00
"redux-devtools-extension": "^2.13.5"
2018-08-01 22:23:23 +03:00
},
"lint-staged": {
"*.js": [
2019-11-30 10:38:22 +03:00
"yarn run lint:fix",
2018-08-01 22:23:23 +03:00
"git add"
]
},
2019-12-12 01:17:15 +03:00
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"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
}