2018-07-15 21:07:00 +03:00
|
|
|
{
|
2018-10-23 18:37:24 +03:00
|
|
|
"name": "eSteem",
|
2019-05-08 22:04:56 +03:00
|
|
|
"version": "2.1.0",
|
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",
|
|
|
|
"format": "prettier --print-width=100 --single-quote --trailing-comma all --write \"{src,__tests__}/**/*.js\"",
|
|
|
|
"lint-staged": "lint-staged",
|
2018-10-18 20:40:48 +03:00
|
|
|
"clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && npm install && npm 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",
|
2018-09-04 17:12:04 +03:00
|
|
|
"@esteemapp/react-native-scrollable-tab-view": "^0.8.2",
|
|
|
|
"@esteemapp/react-native-tags": "^1.3.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",
|
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-05-15 00:00:15 +03:00
|
|
|
"lodash": "^4.17.11",
|
2018-07-15 21:07:00 +03:00
|
|
|
"moment": "^2.22.2",
|
2019-01-30 11:57:09 +03:00
|
|
|
"react": "^16.7.0",
|
2018-11-14 17:29:29 +03:00
|
|
|
"react-intl": "^2.7.2",
|
2018-11-14 17:45:08 +03:00
|
|
|
"react-native": "^0.57.5",
|
2018-12-03 12:41:08 +03:00
|
|
|
"react-native-actionsheet": "^2.4.2",
|
2019-02-11 13:03:06 +03:00
|
|
|
"react-native-code-push": "^5.5.2",
|
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",
|
2018-08-03 23:42:08 +03:00
|
|
|
"react-native-fast-image": "^4.0.14",
|
2018-08-19 20:53:16 +03:00
|
|
|
"react-native-html-renderer": "^1.0.0",
|
2018-11-28 00:22:44 +03:00
|
|
|
"react-native-image-crop-picker": "^0.21.3",
|
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-11-13 21:44:10 +03:00
|
|
|
"react-native-markdown-renderer": "^3.2.8",
|
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",
|
2018-08-14 18:14:16 +03:00
|
|
|
"react-native-restart": "0.0.6",
|
2019-05-14 23:14:18 +03:00
|
|
|
"react-native-sentry": "^0.42.0",
|
2018-08-16 03:22:23 +03:00
|
|
|
"react-native-slider": "^0.11.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",
|
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-07-16 21:44:27 +03:00
|
|
|
"remarkable": "^1.7.1",
|
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": {
|
2018-10-04 05:18:36 +03:00
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"babel-jest": "23.6.0",
|
2018-12-05 14:43:07 +03:00
|
|
|
"babel-preset-react-native": "~5.0.2",
|
2018-10-04 05:18:36 +03:00
|
|
|
"eslint": "^5.6.1",
|
|
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
|
|
|
"eslint-plugin-react": "^7.11.1",
|
|
|
|
"jest": "23.6.0",
|
2018-11-10 15:54:21 +03:00
|
|
|
"lint-staged": "^7.2.0",
|
2018-10-04 05:18:36 +03:00
|
|
|
"metro-react-native-babel-preset": "0.47.0",
|
|
|
|
"prettier": "^1.14.3",
|
|
|
|
"prettier-eslint": "^8.8.2",
|
2018-10-13 08:34:21 +03:00
|
|
|
"react-test-renderer": "16.6.0-alpha.8af6728",
|
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"
|
2018-07-15 21:07:00 +03:00
|
|
|
}
|
2018-09-14 00:22:37 +03:00
|
|
|
}
|