mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
265 lines
9.5 KiB
JSON
265 lines
9.5 KiB
JSON
{
|
|
"name": "ecency",
|
|
"version": "3.0.28",
|
|
"displayName": "Ecency",
|
|
"private": true,
|
|
"rnpm": {
|
|
"assets": [
|
|
"./src/assets/Fonts"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"version": "./version-ios.sh",
|
|
"postversion": "react-native-version --never-amend --legacy",
|
|
"start": "react-native start",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"releasenotes": "./release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json",
|
|
"test": "node node_modules/jest/bin/jest.js --watch",
|
|
"lint": "eslint src/",
|
|
"lint:fix": "eslint src/ --fix",
|
|
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx}' && yarn lint:fix --fix",
|
|
"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 && yarn start -- --reset-cache",
|
|
"bump-patch": "npm version patch --no-git-tag-version",
|
|
"bump-minor": "npm version minor --no-git-tag-version",
|
|
"bump-major": "npm version major --no-git-tag-version",
|
|
"postinstall": "node_modules/.bin/rn-nodeify --install --hack --yarn && cd ios && pod install"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"@bugsnag/react-native": "^7.11.0",
|
|
"@ecency/render-helper": "^2.2.16",
|
|
"@esteemapp/dhive": "0.15.0",
|
|
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
|
|
"@esteemapp/react-native-multi-slider": "^1.1.0",
|
|
"@esteemapp/react-native-slider": "^0.12.0",
|
|
"@hiveio/dhive": "^1.0.1",
|
|
"@native-html/iframe-plugin": "^2.6.1",
|
|
"@native-html/table-plugin": "^5.3.1",
|
|
"@react-native-community/async-storage": "^1.11.0",
|
|
"@react-native-community/cameraroll": "^1.3.0",
|
|
"@react-native-community/cli-platform-ios": "^4.10.1",
|
|
"@react-native-community/netinfo": "^5.3.3",
|
|
"@react-native-community/push-notification-ios": "^1.2.0",
|
|
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
|
|
"@react-native-firebase/analytics": "^7.3.1",
|
|
"@react-native-firebase/app": "^8.4.7",
|
|
"@react-native-firebase/dynamic-links": "^7.4.2",
|
|
"@react-native-firebase/messaging": "^7.4.2",
|
|
"@tradle/react-native-http": "^2.0.0",
|
|
"appcenter": "^4.1.0",
|
|
"appcenter-analytics": "^4.1.0",
|
|
"appcenter-crashes": "^4.1.0",
|
|
"assert": "^1.1.1",
|
|
"axios": "^0.21.2",
|
|
"browserify-zlib": "~0.1.4",
|
|
"buffer": "^6.0.3",
|
|
"bytebuffer": "^5.0.1",
|
|
"console-browserify": "^1.1.0",
|
|
"constants-browserify": "^1.0.0",
|
|
"core-js": "3.6.4",
|
|
"crypto-js": "^3.1.9-1",
|
|
"currency-symbol-map": "^4.0.4",
|
|
"diff-match-patch": "^1.0.4",
|
|
"dns.js": "^1.0.1",
|
|
"domain-browser": "^1.1.1",
|
|
"events": "^1.0.0",
|
|
"hivesigner": "^3.2.7",
|
|
"https-browserify": "~0.0.0",
|
|
"intl": "^1.2.5",
|
|
"jsc-android": "^241213.1.0",
|
|
"lodash": "^4.17.13",
|
|
"lottie-ios": "3.2.3",
|
|
"lottie-react-native": "^4.0.3",
|
|
"moment": "^2.22.2",
|
|
"path-browserify": "0.0.0",
|
|
"process": "^0.11.0",
|
|
"punycode": "^1.2.4",
|
|
"querystring-es3": "~0.2.0",
|
|
"react": "16.13.1",
|
|
"react-intl": "^3.9.2",
|
|
"react-native": "0.63.4",
|
|
"react-native-actions-sheet": "^0.5.8",
|
|
"react-native-actionsheet": "ecency/react-native-actionsheet",
|
|
"react-native-animatable": "^1.3.3",
|
|
"react-native-autoheight-webview": "^1.5.8",
|
|
"react-native-config": "luggit/react-native-config#master",
|
|
"react-native-crypto": "^2.2.0",
|
|
"react-native-date-picker": "^3.2.7",
|
|
"react-native-dynamic": "^1.0.0",
|
|
"react-native-extended-stylesheet": "^0.10.0",
|
|
"react-native-fast-image": "^8.3.2",
|
|
"react-native-gesture-handler": "^1.9.0",
|
|
"react-native-highlight-words": "^1.0.1",
|
|
"react-native-iap": "^7.2.1",
|
|
"react-native-image-crop-picker": "^0.35.2",
|
|
"react-native-image-size": "^1.1.3",
|
|
"react-native-image-zoom-viewer": "^2.2.27",
|
|
"react-native-iphone-x-helper": "^1.3.1",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.1",
|
|
"react-native-level-fs": "^3.0.0",
|
|
"react-native-linear-gradient": "^2.4.2",
|
|
"react-native-matomo-sdk": "feruzm/react-native-matomo-sdk",
|
|
"react-native-media-controls": "^2.3.0",
|
|
"react-native-modal": "^11.5.6",
|
|
"react-native-modal-dropdown": "^1.0.2",
|
|
"react-native-modal-popover": "^2.1.0",
|
|
"react-native-modal-translucent": "^5.0.0",
|
|
"react-native-navigation-bar-color": "^1.0.0",
|
|
"react-native-os": "^1.0.1",
|
|
"react-native-portalize": "^1.0.7",
|
|
"react-native-progress": "^5.0.0",
|
|
"react-native-push-notification": "^7.3.1",
|
|
"react-native-qrcode-svg": "^6.0.3",
|
|
"react-native-randombytes": "^3.6.1",
|
|
"react-native-reanimated": "^1",
|
|
"react-native-receive-sharing-intent": "ecency/react-native-receive-sharing-intent",
|
|
"react-native-render-html": "^6.0.5",
|
|
"react-native-restart": "^0.0.23",
|
|
"react-native-safe-area-context": "^3.1.9",
|
|
"react-native-screens": "^2.9.0",
|
|
"react-native-scrollable-tab-view": "ecency/react-native-scrollable-tab-view",
|
|
"react-native-slider": "^0.11.0",
|
|
"react-native-snap-carousel": "^3.8.0",
|
|
"react-native-splash-screen": "^3.2.0",
|
|
"react-native-svg": "^12.1.1",
|
|
"react-native-swiper": "^1.6.0-rc.3",
|
|
"react-native-tcp": "^3.2.1",
|
|
"react-native-udp": "^2.1.0",
|
|
"react-native-unique-id": "^2.0.0",
|
|
"react-native-vector-icons": "^6.6.0",
|
|
"react-native-version": "^4.0.0",
|
|
"react-native-version-number": "^0.3.5",
|
|
"react-native-video": "^5.2.0",
|
|
"react-native-webview": "^11.17.1",
|
|
"react-native-youtube-iframe": "^2.1.1",
|
|
"react-navigation": "^4.0.10",
|
|
"react-navigation-drawer": "^2.3.3",
|
|
"react-navigation-redux-helpers": "^4.0.1",
|
|
"react-navigation-stack": "^1.10.3",
|
|
"react-navigation-tabs": "^2.6.2",
|
|
"react-redux": "^7.1.1",
|
|
"readable-stream": "1.0.33",
|
|
"redux": "^4.0.4",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-promise": "^0.6.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"rn-fetch-blob": "^0.12.0",
|
|
"rn-placeholder": "^1.3.2",
|
|
"rtl-detect": "^1.0.4",
|
|
"speakingurl": "^14.0.1",
|
|
"stacktrace-parser": "0.1.4",
|
|
"stream-browserify": "^1.0.0",
|
|
"string_decoder": "~0.10.25",
|
|
"timers-browserify": "^1.0.1",
|
|
"tty-browserify": "0.0.0",
|
|
"url": "~0.10.1",
|
|
"util": "~0.10.3",
|
|
"vm-browserify": "0.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
"@babel/runtime": "^7.8.4",
|
|
"@bugsnag/source-maps": "^2.2.0",
|
|
"@react-native-community/eslint-config": "^1.1.0",
|
|
"@types/react-redux": "^7.1.16",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^25.1.0",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"eslint": "5.16.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^6.7.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.1.1",
|
|
"eslint-plugin-react": "^7.13.0",
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
"eslint-plugin-react-native": "^3.7.0",
|
|
"husky": "^3.1.0",
|
|
"jest": "^25.1.0",
|
|
"jetifier": "^1.6.3",
|
|
"lint-staged": "^7.2.0",
|
|
"metro-react-native-babel-preset": "^0.60.0",
|
|
"prettier": "^2.0.2",
|
|
"prettier-eslint": "^9.0.1",
|
|
"react-test-renderer": "16.13.1",
|
|
"reactotron-react-native": "^5.0.0",
|
|
"reactotron-redux": "^3.1.3",
|
|
"redux-devtools-extension": "^2.13.5",
|
|
"rn-nodeify": "^10.3.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"yarn run lint:fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"resolutions": {
|
|
"underscore.string": "^3.3.5"
|
|
},
|
|
"react-native": {
|
|
"zlib": "browserify-zlib",
|
|
"console": "console-browserify",
|
|
"constants": "constants-browserify",
|
|
"crypto": "react-native-crypto",
|
|
"dns": "dns.js",
|
|
"net": "react-native-tcp",
|
|
"domain": "domain-browser",
|
|
"http": "@tradle/react-native-http",
|
|
"https": "https-browserify",
|
|
"os": "react-native-os",
|
|
"path": "path-browserify",
|
|
"querystring": "querystring-es3",
|
|
"fs": "react-native-level-fs",
|
|
"_stream_transform": "readable-stream/transform",
|
|
"_stream_readable": "readable-stream/readable",
|
|
"_stream_writable": "readable-stream/writable",
|
|
"_stream_duplex": "readable-stream/duplex",
|
|
"_stream_passthrough": "readable-stream/passthrough",
|
|
"dgram": "react-native-udp",
|
|
"stream": "stream-browserify",
|
|
"timers": "timers-browserify",
|
|
"tty": "tty-browserify",
|
|
"vm": "vm-browserify",
|
|
"tls": false
|
|
},
|
|
"browser": {
|
|
"zlib": "browserify-zlib",
|
|
"console": "console-browserify",
|
|
"constants": "constants-browserify",
|
|
"crypto": "react-native-crypto",
|
|
"dns": "dns.js",
|
|
"net": "react-native-tcp",
|
|
"domain": "domain-browser",
|
|
"http": "@tradle/react-native-http",
|
|
"https": "https-browserify",
|
|
"os": "react-native-os",
|
|
"path": "path-browserify",
|
|
"querystring": "querystring-es3",
|
|
"fs": "react-native-level-fs",
|
|
"_stream_transform": "readable-stream/transform",
|
|
"_stream_readable": "readable-stream/readable",
|
|
"_stream_writable": "readable-stream/writable",
|
|
"_stream_duplex": "readable-stream/duplex",
|
|
"_stream_passthrough": "readable-stream/passthrough",
|
|
"dgram": "react-native-udp",
|
|
"stream": "stream-browserify",
|
|
"timers": "timers-browserify",
|
|
"tty": "tty-browserify",
|
|
"vm": "vm-browserify",
|
|
"tls": false
|
|
}
|
|
}
|