2018-01-30 23:42:38 +01:00
{
"name" : "BlueWallet" ,
2019-05-06 13:54:17 +02:00
"version" : "4.0.1" ,
2018-01-30 23:42:38 +01:00
"devDependencies" : {
2019-05-02 22:33:03 +02:00
"babel-cli" : "^6.26.0" ,
2019-01-22 17:17:45 +01:00
"babel-eslint" : "^10.0.1" ,
2019-04-05 06:00:04 +02:00
"babel-jest" : "^24.7.1" ,
2019-05-02 22:33:03 +02:00
"babel-preset-flow" : "^6.23.0" ,
2019-04-01 04:53:25 +02:00
"eslint" : "^5.16.0" ,
2019-01-22 17:17:45 +01:00
"eslint-plugin-babel" : "^5.3.0" ,
2019-05-02 22:33:03 +02:00
"eslint-plugin-import" : "^2.17.2" ,
2019-01-22 17:17:45 +01:00
"eslint-plugin-node" : "^8.0.1" ,
2019-04-03 16:42:46 +02:00
"eslint-plugin-promise" : "^4.1.1" ,
2019-01-09 06:38:31 +01:00
"eslint-plugin-react" : "^7.12.3" ,
2019-05-02 22:33:03 +02:00
"flow-bin" : "^0.98.0" ,
2019-04-05 06:00:04 +02:00
"jest" : "^24.7.1" ,
2019-04-01 04:53:25 +02:00
"metro-react-native-babel-preset" : "^0.53.1" ,
2018-03-17 21:39:21 +01:00
"prettier-eslint-cli" : "^4.7.1" ,
2019-04-01 04:53:25 +02:00
"react-test-renderer" : "^16.8.6" ,
2019-01-09 13:49:33 +01:00
"rn-nodeify" : "github:tradle/rn-nodeify"
2018-01-30 23:42:38 +01:00
} ,
"scripts" : {
2019-01-26 15:26:28 +01:00
"prepare" : "./patches/fix_mangle.sh; git apply patches/minifier.js.patch; git apply patches/minify.js.patch; git apply patches/transaction_builder.js.patch; git apply ./patches/transaction.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-05-02 22:33:03 +02:00
"postinstall" : "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path --hack; npm run releasenotes2json; npm run podinstall" ,
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/*" ,
2018-05-28 21:18:11 +02:00
"lint" : "./node_modules/.bin/eslint *.js screen/**/*.js screen/ class/ models/ loc/ --fix" ,
2018-03-30 20:31:10 +02:00
"unit" : "./node_modules/.bin/mocha tests/**/*.js"
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"
}
2018-01-30 23:42:38 +01:00
} ,
"dependencies" : {
2019-05-02 22:33:03 +02:00
"@babel/preset-env" : "7.4.4" ,
"@react-native-community/async-storage" : "1.3.3" ,
2019-05-03 14:36:11 +02:00
"@react-native-community/slider" : "1.0.4" ,
2019-02-16 23:12:50 +01:00
"@remobile/react-native-qrcode-local-image" : "1.0.4" ,
2019-04-01 04:53:25 +02:00
"bignumber.js" : "8.1.1" ,
2019-02-16 23:12:50 +01:00
"bip21" : "2.0.2" ,
2019-05-22 01:00:03 +02:00
"bip32" : "2.0.2" ,
2019-02-16 23:12:50 +01:00
"bip39" : "2.5.0" ,
"bitcoinjs-lib" : "3.3.2" ,
2019-05-28 22:30:03 +02:00
"bitcoinjs5" : "git+https://github.com/Overtorment/bitcoinjs5.git" ,
2019-02-16 23:12:50 +01:00
"buffer" : "5.2.1" ,
"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" ,
2019-05-02 22:33:03 +02:00
"dayjs" : "1.8.13" ,
2019-05-12 22:49:43 +02:00
"electrum-client" : "git+https://github.com/Overtorment/rn-electrum-client.git" ,
2019-05-02 22:33:03 +02:00
"eslint-config-prettier" : "4.2.0" ,
2019-02-16 23:12:50 +01:00
"eslint-config-standard" : "12.0.0" ,
"eslint-config-standard-react" : "7.0.2" ,
"eslint-plugin-prettier" : "3.0.1" ,
"eslint-plugin-standard" : "4.0.0" ,
2019-05-02 22:33:03 +02:00
"frisbee" : "2.0.9" ,
2019-02-16 23:12:50 +01:00
"intl" : "1.2.5" ,
"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-05-02 22:33:03 +02:00
"prettier" : "1.17.0" ,
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-05-02 22:33:03 +02:00
"react-native" : "0.59.6" ,
"react-native-camera" : "2.6.0" ,
"react-native-device-info" : "1.6.0" ,
2019-02-16 23:12:50 +01:00
"react-native-elements" : "0.19.0" ,
"react-native-flexi-radio-button" : "0.2.2" ,
"react-native-fs" : "2.13.3" ,
2019-05-02 22:33:03 +02:00
"react-native-gesture-handler" : "1.2.0" ,
2019-04-01 04:53:25 +02:00
"react-native-google-analytics-bridge" : "7.1.0" ,
2019-05-02 22:33:03 +02:00
"react-native-haptic-feedback" : "1.7.1" ,
2019-04-01 04:53:25 +02:00
"react-native-image-picker" : "0.28.1" ,
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" ,
2019-05-02 22:33:03 +02:00
"react-native-modal" : "10.0.0" ,
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-02-28 02:29:13 +01:00
"react-native-privacy-snapshot" : "1.0.0" ,
2019-05-02 22:33:03 +02:00
"react-native-prompt-android" : "0.3.5" ,
2019-02-16 23:12:50 +01:00
"react-native-qrcode-svg" : "5.1.2" ,
"react-native-randombytes" : "3.5.2" ,
"react-native-rate" : "1.1.6" ,
2019-04-01 04:53:25 +02:00
"react-native-sentry" : "0.42.0" ,
2019-02-16 23:12:50 +01:00
"react-native-snap-carousel" : "3.7.5" ,
2019-05-02 22:33:03 +02:00
"react-native-sortable-list" : "0.0.23" ,
"react-native-svg" : "9.4.0" ,
2019-02-16 23:12:50 +01:00
"react-native-tcp" : "3.3.0" ,
2019-02-24 21:47:14 +01:00
"react-native-tooltip" : "git+https://github.com/marcosrdz/react-native-tooltip.git" ,
2019-04-01 04:53:25 +02:00
"react-native-vector-icons" : "6.4.2" ,
2019-05-02 22:33:03 +02:00
"react-native-watch-connectivity" : "0.2.0" ,
"react-native-webview" : "5.8.1" ,
"react-navigation" : "3.9.1" ,
2019-02-16 23:12:50 +01:00
"react-test-render" : "1.1.1" ,
2019-04-03 16:42:46 +02:00
"readable-stream" : "3.3.0" ,
2019-02-16 23:12:50 +01:00
"secure-random" : "1.1.1" ,
"stream-browserify" : "2.0.2" ,
2019-05-02 22:33:03 +02:00
"url" : "0.11.0" ,
2019-02-16 23:12:50 +01:00
"util" : "0.11.1" ,
"wif" : "2.0.1"
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"
}
}