mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
78 lines
2.7 KiB
JSON
78 lines
2.7 KiB
JSON
{
|
|
"name": "esteem",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"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",
|
|
"clear": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.2",
|
|
"@esteemapp/react-native-scrollable-tab-view": "^0.8.2",
|
|
"@esteemapp/react-native-tags": "^1.3.1",
|
|
"crypto-js": "^3.1.9-1",
|
|
"dsteem": "^0.10.1",
|
|
"moment": "^2.22.2",
|
|
"native-base": "^2.8.1",
|
|
"react": "^16.5.0",
|
|
"react-native": "^0.57.1",
|
|
"react-native-extended-stylesheet": "^0.10.0",
|
|
"react-native-fast-image": "^4.0.14",
|
|
"react-native-html-renderer": "^1.0.0",
|
|
"react-native-keyboard-aware-scroll-view": "^0.7.2",
|
|
"react-native-linear-gradient": "^2.4.2",
|
|
"react-native-markdown-editor": "^1.0.1",
|
|
"react-native-modal": "^6.5.0",
|
|
"react-native-modal-dropdown": "^0.6.2",
|
|
"react-native-modal-popover": "0.0.10",
|
|
"react-native-restart": "0.0.6",
|
|
"react-native-slider": "^0.11.0",
|
|
"react-native-vector-icons": "^4.6.0",
|
|
"react-navigation": "^2.17.0",
|
|
"react-navigation-redux-helpers": "^2.0.6",
|
|
"react-redux": "^5.0.7",
|
|
"realm": "^2.18.0",
|
|
"redux": "^4.0.0",
|
|
"redux-promise": "^0.6.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"remarkable": "^1.7.1",
|
|
"rn-placeholder": "^1.2.0",
|
|
"steemconnect": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "23.6.0",
|
|
"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",
|
|
"metro-react-native-babel-preset": "0.47.0",
|
|
"prettier": "^1.14.3",
|
|
"prettier-eslint": "^8.8.2",
|
|
"react-test-renderer": "16.5.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-devtools-extension": "^2.13.5",
|
|
"lint-staged": "^7.2.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"yarn run lint:fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"pre-commit": "lint-staged",
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|