2018-07-15 21:07:00 +03:00
|
|
|
{
|
2018-10-23 18:37:24 +03:00
|
|
|
"name": "eSteem",
|
2019-05-30 12:04:57 +03:00
|
|
|
"version": "2.1.1",
|
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": {
|
2018-12-17 15:34:00 +03:00
|
|
|
"version": "./version-ios.sh",
|
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",
|
|
|
|
"android": "node node_modules/react-native/local-cli/cli.js run-android",
|
|
|
|
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
|
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-05-25 17:26:32 +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 install && yarn start -- --reset-cache"
|
2018-07-15 21:07:00 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-10-04 05:18:36 +03:00
|
|
|
"@babel/runtime": "^7.1.2",
|
2019-05-18 13:35:38 +03:00
|
|
|
"@esteemapp/esteem-render-helpers": "^1.0.9",
|
2019-07-12 14:33:07 +03:00
|
|
|
"@ptomasroos/react-native-multi-slider": "^1.0.0",
|
2019-07-24 10:50:01 +03:00
|
|
|
"@react-native-community/netinfo": "3.2.1",
|
2018-12-02 13:39:25 +03:00
|
|
|
"appcenter": "^1.10.0",
|
|
|
|
"appcenter-analytics": "^1.10.0",
|
|
|
|
"appcenter-crashes": "^1.10.0",
|
|
|
|
"appcenter-push": "^1.10.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-05-30 18:40:24 +03:00
|
|
|
"bugsnag-react-native": "^2.20.0",
|
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-04-24 16:35:43 +03:00
|
|
|
"dsteem": "^0.10.1",
|
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",
|
2019-07-16 18:58:14 +03:00
|
|
|
"lodash": "^4.17.13",
|
2018-07-15 21:07:00 +03:00
|
|
|
"moment": "^2.22.2",
|
2019-05-29 14:32:35 +03:00
|
|
|
"react": "16.8.3",
|
2018-11-14 17:29:29 +03:00
|
|
|
"react-intl": "^2.7.2",
|
2019-05-29 14:32:35 +03:00
|
|
|
"react-native": "0.59.8",
|
2018-12-03 12:41:08 +03:00
|
|
|
"react-native-actionsheet": "^2.4.2",
|
2019-07-16 00:47:16 +03:00
|
|
|
"react-native-autocomplete-input": "^4.1.0",
|
2019-05-29 14:32:35 +03:00
|
|
|
"react-native-code-push": "esteemapp/react-native-code-push",
|
2018-11-14 19:13:22 +03:00
|
|
|
"react-native-config": "^0.11.5",
|
2019-04-11 23:12:50 +03:00
|
|
|
"react-native-datepicker": "^1.7.2",
|
2018-09-25 22:02:10 +03:00
|
|
|
"react-native-extended-stylesheet": "^0.10.0",
|
2019-07-24 10:50:01 +03:00
|
|
|
"react-native-fast-image": "^7.0.2",
|
2019-07-17 15:58:01 +03:00
|
|
|
"react-native-iap": "^3.3.0",
|
2019-07-24 10:50:01 +03:00
|
|
|
"react-native-image-crop-picker": "^0.25.0",
|
2018-12-20 16:14:50 +03:00
|
|
|
"react-native-keyboard-aware-scroll-view": "^0.8.0",
|
2018-10-05 22:30:31 +03:00
|
|
|
"react-native-linear-gradient": "^2.4.2",
|
2018-09-29 23:34:04 +03:00
|
|
|
"react-native-modal-dropdown": "^0.6.2",
|
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-05-29 14:32:35 +03:00
|
|
|
"react-native-render-html": "^4.1.2",
|
2019-05-17 20:09:18 +03:00
|
|
|
"react-native-scrollable-tab-view": "^0.10.0",
|
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",
|
2018-10-31 16:49:15 +03:00
|
|
|
"react-native-vector-icons": "^6.0.2",
|
2019-01-20 00:24:46 +03:00
|
|
|
"react-native-version-number": "^0.3.5",
|
2018-11-22 17:20:25 +03:00
|
|
|
"react-native-view-overflow": "0.0.3",
|
2018-11-30 00:32:42 +03:00
|
|
|
"react-navigation": "^2.18.3",
|
|
|
|
"react-navigation-redux-helpers": "^2.0.8",
|
2018-08-02 19:41:35 +03:00
|
|
|
"react-redux": "^5.0.7",
|
2019-05-10 06:04:18 +03:00
|
|
|
"realm": "^2.26.1",
|
2018-08-02 19:41:35 +03:00
|
|
|
"redux": "^4.0.0",
|
2019-07-17 00:31:34 +03:00
|
|
|
"redux-persist": "^5.10.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",
|
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",
|
|
|
|
"steemconnect": "^2.0.1"
|
2018-07-20 15:57:12 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-29 14:32:35 +03:00
|
|
|
"@babel/core": "^7.4.4",
|
|
|
|
"@babel/runtime": "^7.4.4",
|
2018-10-04 05:18:36 +03:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-05-29 14:32:35 +03:00
|
|
|
"babel-jest": "^24.8.0",
|
2018-12-05 14:43:07 +03:00
|
|
|
"babel-preset-react-native": "~5.0.2",
|
2019-05-25 13:37:38 +03:00
|
|
|
"eslint": "^5.16.0",
|
2018-10-04 05:18:36 +03:00
|
|
|
"eslint-config-airbnb": "^17.1.0",
|
2019-05-25 13:37:38 +03:00
|
|
|
"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",
|
2019-05-29 14:32:35 +03:00
|
|
|
"jest": "^24.8.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-05-29 14:32:35 +03:00
|
|
|
"metro-react-native-babel-preset": "^0.54.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-05-29 14:32:35 +03:00
|
|
|
"react-test-renderer": "16.8.3",
|
2018-08-09 20:10:41 +03:00
|
|
|
"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": {
|
2018-10-04 05:18:36 +03:00
|
|
|
"*.js": [
|
2018-10-18 20:40:48 +03:00
|
|
|
"npm run lint:fix",
|
2018-08-01 22:23:23 +03:00
|
|
|
"git add"
|
|
|
|
]
|
2018-10-04 05:18:36 +03:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|