ecency-mobile/package.json

143 lines
4.8 KiB
JSON
Raw Normal View History

2018-07-15 21:07:00 +03:00
{
2018-10-23 18:37:24 +03:00
"name": "eSteem",
2019-12-09 07:34:23 +03:00
"version": "2.2.3",
2018-07-15 21:07:00 +03:00
"private": true,
"rnpm": {
"assets": [
"./src/assets/Fonts"
]
},
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",
2019-02-11 13:16:18 +03:00
"start": "node node_modules/react-native/local-cli/cli.js start",
2018-10-13 21:59:20 +03:00
"eject": "node node_modules/react-native/local-cli/cli.js eject",
2019-10-09 18:26:38 +03:00
"android": "react-native run-android",
"ios": "react-native run-ios",
"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",
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",
2019-10-08 13:02:19 +03:00
"@esteemapp/esteem-render-helpers": "^1.2.2",
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-16 19:31:20 +03:00
"@react-native-community/cameraroll": "^1.3.0",
2019-08-01 11:42:15 +03:00
"@react-native-community/netinfo": "^4.1.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",
2018-11-10 15:54:21 +03:00
"axios": "^0.18.0",
2018-11-29 18:01:09 +03:00
"buffer": "^5.2.1",
2019-12-09 07:52:12 +03:00
"bugsnag-react-native": "^2.23.3",
2018-12-05 14:43:07 +03:00
"core-js": "^2.6.0",
"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",
2019-10-16 14:12:23 +03:00
"dsteem": "esteemapp/dsteem",
2018-12-05 14:43:07 +03:00
"intl": "^1.2.5",
2019-01-25 16:40:36 +03:00
"jsc-android": "^236355.1.1",
"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-09-27 16:21:46 +03:00
"react-intl": "^3.3.1",
2019-10-09 18:26:38 +03:00
"react-native": "0.61.2",
2018-12-03 12:41:08 +03:00
"react-native-actionsheet": "^2.4.2",
2019-10-24 09:45:28 +03:00
"react-native-autoheight-webview": "^1.2.2",
2019-05-29 14:32:35 +03:00
"react-native-code-push": "esteemapp/react-native-code-push",
2019-10-10 17:04:25 +03:00
"react-native-config": "luggit/react-native-config#master",
"react-native-dark-mode": "^0.1.2",
2019-04-11 23:12:50 +03:00
"react-native-datepicker": "^1.7.2",
"react-native-extended-stylesheet": "^0.10.0",
"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",
"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",
"react-native-linear-gradient": "^2.4.2",
2019-09-27 15:56:05 +03:00
"react-native-modal-dropdown": "^0.7.0",
2018-10-28 01:08:06 +03:00
"react-native-modal-popover": "0.0.12",
2019-07-04 19:56:29 +03:00
"react-native-navigation-bar-color": "^0.1.0",
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",
2018-08-16 03:22:23 +03:00
"react-native-slider": "^0.11.0",
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",
"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",
2019-11-27 19:36:14 +03:00
"react-native-webview": "^7.5.2",
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-16 19:31:20 +03:00
"rn-fetch-blob": "^0.11.2",
2018-12-20 17:35:20 +03:00
"rn-placeholder": "^1.3.2",
"speakingurl": "^14.0.1",
2019-05-14 23:14:18 +03:00
"stacktrace-parser": "0.1.4",
2019-09-10 11:01:52 +03:00
"steemconnect": "^3.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",
"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",
"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",
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",
"prettier-eslint": "^8.8.2",
2019-10-09 18:26:38 +03:00
"react-test-renderer": "16.9.0",
"redux-devtools-extension": "^2.13.5",
2018-11-10 15:54:21 +03:00
"redux-logger": "^3.0.6"
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
}