ecency-mobile/package.json

102 lines
3.4 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-02-07 12:09:20 +03:00
"version": "2.0.8",
2018-07-15 21:07:00 +03:00
"private": true,
"rnpm": {
"assets": [
"./src/assets/Fonts"
]
},
2018-07-15 21:07:00 +03:00
"scripts": {
2018-12-17 15:34:00 +03:00
"version": "./version-ios.sh",
2019-02-07 23:07:22 +03:00
"start": "node node_modules/react-native/local-cli/cli.js start --config ../../../../config.js",
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",
"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": {
"@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",
"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",
"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",
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",
"react-native-config": "^0.11.5",
"react-native-extended-stylesheet": "^0.10.0",
"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",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-linear-gradient": "^2.4.2",
2018-11-13 21:44:10 +03:00
"react-native-markdown-renderer": "^3.2.8",
"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",
2018-08-16 03:22:23 +03:00
"react-native-slider": "^0.11.0",
"react-native-vector-icons": "^6.0.2",
2019-01-20 00:24:46 +03:00
"react-native-version-number": "^0.3.5",
"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",
2018-12-20 17:35:20 +03:00
"realm": "2.21.1",
2018-08-02 19:41:35 +03:00
"redux": "^4.0.0",
"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",
"speakingurl": "^14.0.1",
"steemconnect": "^2.0.1"
2018-07-20 15:57:12 +03:00
},
"devDependencies": {
"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",
"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",
"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",
"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": [
2018-10-18 20:40:48 +03:00
"npm run lint:fix",
2018-08-01 22:23:23 +03:00
"git add"
]
},
"pre-commit": "lint-staged",
"jest": {
"preset": "react-native"
2018-07-15 21:07:00 +03:00
}
2018-09-14 00:22:37 +03:00
}