2018-01-30 23:42:38 +01:00
|
|
|
{
|
|
|
|
"name": "BlueWallet",
|
2020-03-02 16:23:11 +01:00
|
|
|
"version": "5.0.1",
|
2018-01-30 23:42:38 +01:00
|
|
|
"devDependencies": {
|
2019-07-18 20:55:51 +02:00
|
|
|
"@babel/core": "^7.5.0",
|
|
|
|
"@babel/runtime": "^7.5.1",
|
|
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
2019-05-02 22:33:03 +02:00
|
|
|
"babel-cli": "^6.26.0",
|
2019-07-06 10:03:42 +02:00
|
|
|
"babel-eslint": "^10.0.2",
|
2019-07-18 20:55:51 +02:00
|
|
|
"babel-jest": "^24.8.0",
|
2019-05-02 22:33:03 +02:00
|
|
|
"babel-preset-flow": "^6.23.0",
|
2019-07-18 20:55:51 +02:00
|
|
|
"eslint": "^6.0.1",
|
2019-01-22 17:17:45 +01:00
|
|
|
"eslint-plugin-babel": "^5.3.0",
|
2019-07-06 10:03:42 +02:00
|
|
|
"eslint-plugin-import": "^2.18.0",
|
|
|
|
"eslint-plugin-node": "^9.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-react": "^7.14.2",
|
|
|
|
"flow-bin": "^0.102.0",
|
|
|
|
"jest": "^24.8.0",
|
2019-07-18 20:55:51 +02:00
|
|
|
"jetifier": "^1.6.3",
|
2019-08-19 22:18:06 +02:00
|
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
2019-07-18 20:55:51 +02:00
|
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
|
|
"react-test-renderer": "16.8.6",
|
|
|
|
"rn-nodeify": "github:tradle/rn-nodeify"
|
2018-01-30 23:42:38 +01:00
|
|
|
},
|
2019-12-29 20:59:10 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.16.0",
|
|
|
|
"npm": ">=6.9.0"
|
|
|
|
},
|
2018-01-30 23:42:38 +01:00
|
|
|
"scripts": {
|
2019-09-14 00:15:59 +02:00
|
|
|
"prepare": "./patches/fix_mangle.sh; git apply patches/minifier.js.patch; git apply patches/minify.js.patch",
|
2019-01-25 22:55:35 +01:00
|
|
|
"clean": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; npm cache clean --force; npm i; npm start -- --reset-cache",
|
2019-01-31 00:31:20 +01:00
|
|
|
"releasenotes2json": "./release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json",
|
2019-05-02 22:33:03 +02:00
|
|
|
"podinstall": "./podinstall.sh",
|
2018-12-11 23:52:46 +01:00
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
2019-07-18 20:55:51 +02:00
|
|
|
"postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path --hack; npm run releasenotes2json; npm run podinstall; npx jetify",
|
2018-03-30 20:31:10 +02:00
|
|
|
"test": "npm run unit && npm run jest && npm run lint",
|
2019-06-08 14:57:44 +02:00
|
|
|
"jest": "node node_modules/jest/bin/jest.js tests/integration/*",
|
2020-01-12 01:02:24 +01:00
|
|
|
"lint": "./node_modules/.bin/eslint *.js screen/**/*.js screen/ class/ models/ loc/ tests/integration/",
|
|
|
|
"lint:fix": "./node_modules/.bin/eslint *.js screen/**/*.js screen/ class/ models/ loc/ tests/integration/ --fix",
|
2019-06-08 15:03:11 +02:00
|
|
|
"unit": "./node_modules/.bin/mocha tests/unit/*"
|
2018-01-30 23:42:38 +01:00
|
|
|
},
|
|
|
|
"jest": {
|
2018-12-11 23:52:46 +01:00
|
|
|
"preset": "react-native",
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
|
2019-10-21 17:13:16 +02:00
|
|
|
},
|
|
|
|
"setupFiles": [
|
|
|
|
"./tests/setup.js"
|
2019-10-22 04:59:53 +02:00
|
|
|
]
|
2018-01-30 23:42:38 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-29 06:52:27 +01:00
|
|
|
"@babel/preset-env": "7.8.4",
|
2019-10-30 04:00:07 +01:00
|
|
|
"@react-native-community/async-storage": "1.6.2",
|
2020-01-02 07:09:14 +01:00
|
|
|
"@react-native-community/blur": "3.4.1",
|
|
|
|
"@react-native-community/slider": "2.0.8",
|
2019-10-08 02:41:58 +02:00
|
|
|
"@remobile/react-native-qrcode-local-image": "git+https://github.com/BlueWallet/react-native-qrcode-local-image.git",
|
2020-01-02 07:09:14 +01:00
|
|
|
"@sentry/react-native": "1.2.1",
|
2020-03-06 06:52:47 +01:00
|
|
|
"amplitude-js": "5.9.0",
|
2019-08-03 05:10:50 +02:00
|
|
|
"bech32": "1.1.3",
|
2019-07-06 10:03:42 +02:00
|
|
|
"bignumber.js": "9.0.0",
|
2019-02-16 23:12:50 +01:00
|
|
|
"bip21": "2.0.2",
|
2019-07-06 10:03:42 +02:00
|
|
|
"bip32": "2.0.3",
|
2019-02-16 23:12:50 +01:00
|
|
|
"bip39": "2.5.0",
|
2019-10-06 00:36:16 +02:00
|
|
|
"bitcoinjs-lib": "5.1.6",
|
2020-01-10 22:15:04 +01:00
|
|
|
"bolt11": "1.2.7",
|
2020-03-05 06:51:21 +01:00
|
|
|
"buffer": "5.4.3",
|
2019-02-16 23:12:50 +01:00
|
|
|
"buffer-reverse": "1.0.1",
|
2019-05-28 22:30:03 +02:00
|
|
|
"coinselect": "3.1.11",
|
2019-02-16 23:12:50 +01:00
|
|
|
"crypto-js": "3.1.9-1",
|
2020-03-05 06:51:15 +01:00
|
|
|
"dayjs": "1.8.20",
|
2019-10-06 00:36:16 +02:00
|
|
|
"ecurve": "1.0.6",
|
2019-08-04 21:34:17 +02:00
|
|
|
"electrum-client": "git+https://github.com/BlueWallet/rn-electrum-client.git",
|
2020-02-28 06:58:51 +01:00
|
|
|
"eslint-config-prettier": "6.10.0",
|
2019-02-16 23:12:50 +01:00
|
|
|
"eslint-config-standard": "12.0.0",
|
|
|
|
"eslint-config-standard-react": "7.0.2",
|
2019-07-06 10:03:42 +02:00
|
|
|
"eslint-plugin-prettier": "3.1.0",
|
2019-02-16 23:12:50 +01:00
|
|
|
"eslint-plugin-standard": "4.0.0",
|
2019-07-13 00:34:06 +02:00
|
|
|
"events": "1.1.1",
|
2019-07-08 20:30:17 +02:00
|
|
|
"frisbee": "2.0.9",
|
2019-02-16 23:12:50 +01:00
|
|
|
"intl": "1.2.5",
|
2019-09-20 02:09:33 +02:00
|
|
|
"lottie-react-native": "3.1.1",
|
2019-02-16 23:12:50 +01:00
|
|
|
"mocha": "5.2.0",
|
2019-04-01 04:53:25 +02:00
|
|
|
"node-libs-react-native": "1.0.3",
|
2019-02-16 23:12:50 +01:00
|
|
|
"path-browserify": "1.0.0",
|
2019-07-06 10:03:42 +02:00
|
|
|
"prettier": "1.18.2",
|
2019-02-16 23:12:50 +01:00
|
|
|
"process": "0.11.10",
|
2019-04-01 04:53:25 +02:00
|
|
|
"prop-types": "15.7.2",
|
|
|
|
"react": "16.8.6",
|
|
|
|
"react-localization": "1.0.13",
|
2019-08-15 03:09:49 +02:00
|
|
|
"react-native": "0.60.5",
|
2019-11-27 18:47:21 +01:00
|
|
|
"react-native-biometrics": "git+https://github.com/BlueWallet/react-native-biometrics.git#2.0.0",
|
2020-02-29 06:52:21 +01:00
|
|
|
"react-native-camera": "3.17.0",
|
2019-11-03 01:25:55 +01:00
|
|
|
"react-native-default-preference": "1.4.1",
|
2019-10-22 17:17:08 +02:00
|
|
|
"react-native-device-info": "4.0.1",
|
2020-01-01 04:31:04 +01:00
|
|
|
"react-native-document-picker": "git+https://github.com/BlueWallet/react-native-document-picker.git#9ce83792db340d01b1361d24b19613658abef4aa",
|
2019-02-16 23:12:50 +01:00
|
|
|
"react-native-elements": "0.19.0",
|
|
|
|
"react-native-flexi-radio-button": "0.2.2",
|
2020-02-29 06:52:33 +01:00
|
|
|
"react-native-fs": "2.16.4",
|
2020-03-04 06:52:33 +01:00
|
|
|
"react-native-gesture-handler": "1.5.6",
|
2019-08-14 01:08:38 +02:00
|
|
|
"react-native-handoff": "git+https://github.com/marcosrdz/react-native-handoff.git",
|
2020-03-06 06:53:04 +01:00
|
|
|
"react-native-haptic-feedback": "1.9.0",
|
2019-09-21 19:37:37 +02:00
|
|
|
"react-native-image-picker": "1.1.0",
|
2019-02-16 23:12:50 +01:00
|
|
|
"react-native-level-fs": "3.0.1",
|
2019-04-01 04:53:25 +02:00
|
|
|
"react-native-linear-gradient": "2.5.4",
|
2020-03-04 06:52:45 +01:00
|
|
|
"react-native-modal": "11.5.3",
|
2019-02-28 02:29:13 +01:00
|
|
|
"react-native-obscure": "1.2.1",
|
2019-02-23 16:48:20 +01:00
|
|
|
"react-native-popup-menu-android": "1.0.3",
|
2019-10-08 02:41:58 +02:00
|
|
|
"react-native-privacy-snapshot": "git+https://github.com/BlueWallet/react-native-privacy-snapshot.git",
|
2019-07-21 10:54:56 +02:00
|
|
|
"react-native-prompt-android": "git+https://github.com/marcosrdz/react-native-prompt-android.git",
|
2019-02-16 23:12:50 +01:00
|
|
|
"react-native-qrcode-svg": "5.1.2",
|
2020-01-02 07:09:14 +01:00
|
|
|
"react-native-quick-actions": "0.3.13",
|
2019-07-06 10:03:42 +02:00
|
|
|
"react-native-randombytes": "3.5.3",
|
|
|
|
"react-native-rate": "1.1.7",
|
2019-11-29 00:19:57 +01:00
|
|
|
"react-native-secure-key-store": "git+https://github.com/marcosrdz/react-native-secure-key-store.git#38332f629f577cdd57c69fc8cc971b3cbad193c9",
|
2019-08-06 06:20:33 +02:00
|
|
|
"react-native-share": "2.0.0",
|
2019-11-03 01:25:55 +01:00
|
|
|
"react-native-snap-carousel": "3.8.4",
|
2019-05-02 22:33:03 +02:00
|
|
|
"react-native-sortable-list": "0.0.23",
|
2020-02-29 06:52:15 +01:00
|
|
|
"react-native-svg": "9.13.6",
|
2020-01-01 04:31:04 +01:00
|
|
|
"react-native-swiper": "git+https://github.com/BlueWallet/react-native-swiper.git#1.5.14",
|
2019-10-08 02:41:58 +02:00
|
|
|
"react-native-tcp": "git+https://github.com/aprock/react-native-tcp.git",
|
2019-02-24 21:47:14 +01:00
|
|
|
"react-native-tooltip": "git+https://github.com/marcosrdz/react-native-tooltip.git",
|
2019-07-06 10:03:42 +02:00
|
|
|
"react-native-vector-icons": "6.6.0",
|
2020-01-02 07:09:14 +01:00
|
|
|
"react-native-watch-connectivity": "0.4.2",
|
2020-03-06 06:52:58 +01:00
|
|
|
"react-native-webview": "6.11.1",
|
2019-07-06 10:03:42 +02:00
|
|
|
"react-navigation": "3.11.0",
|
2019-10-30 04:00:07 +01:00
|
|
|
"react-navigation-hooks": "1.1.0",
|
2019-10-06 00:36:16 +02:00
|
|
|
"react-test-render": "1.1.2",
|
2019-07-06 10:03:42 +02:00
|
|
|
"readable-stream": "3.4.0",
|
|
|
|
"secure-random": "1.1.2",
|
2019-02-16 23:12:50 +01:00
|
|
|
"stream-browserify": "2.0.2",
|
2019-05-02 22:33:03 +02:00
|
|
|
"url": "0.11.0",
|
2019-07-06 10:03:42 +02:00
|
|
|
"util": "0.12.1",
|
|
|
|
"wif": "2.0.6"
|
2018-01-30 23:42:38 +01:00
|
|
|
},
|
|
|
|
"react-native": {
|
|
|
|
"path": "path-browserify",
|
|
|
|
"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",
|
|
|
|
"stream": "stream-browserify"
|
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"path": "path-browserify",
|
|
|
|
"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",
|
|
|
|
"stream": "stream-browserify"
|
|
|
|
}
|
|
|
|
}
|