mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
101 lines
3.5 KiB
JSON
101 lines
3.5 KiB
JSON
{
|
|
"name": "BlueWallet",
|
|
"version": "2.6.1",
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.6",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-config-standard-react": "^6.0.0",
|
|
"eslint-plugin-babel": "^4.1.2",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"jest-expo": "30.0.0",
|
|
"prettier-eslint-cli": "^4.7.1",
|
|
"react-native-scripts": "1.8.1",
|
|
"react-test-renderer": "16.3.1",
|
|
"rn-nodeify": "github:mvayngrib/rn-nodeify",
|
|
"snazzy": "^7.0.0",
|
|
"standard": "^11.0.1"
|
|
},
|
|
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
"scripts": {
|
|
"prepare": "./patches/fix_mangle.sh; git apply patches/transaction_builder.js.patch; git apply ./patches/transaction.js.patch; test -f sentry.sh && ./sentry.sh",
|
|
"start": "expo start",
|
|
"eject": "expo eject",
|
|
"android": "expo android",
|
|
"ios": "expo ios",
|
|
"postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path --hack",
|
|
"test": "npm run unit && npm run jest && npm run lint",
|
|
"jest": "node node_modules/jest/bin/jest.js",
|
|
"lint": "./node_modules/.bin/eslint *.js screen/**/*.js screen/ class/ models/ loc/ --fix",
|
|
"unit": "./node_modules/.bin/mocha tests/**/*.js"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"asyncstorage-down": "^3.1.1",
|
|
"bignumber.js": "^5.0.0",
|
|
"bip21": "^2.0.2",
|
|
"bip39": "^2.5.0",
|
|
"bitcoinjs-lib": "^3.3.2",
|
|
"buffer": "^5.2.1",
|
|
"buffer-reverse": "^1.0.1",
|
|
"crypto-js": "^3.1.9-1",
|
|
"eslint-config-prettier": "^2.10.0",
|
|
"eslint-plugin-prettier": "^2.6.2",
|
|
"expo": "30.0.0",
|
|
"expo-analytics": "^1.0.7",
|
|
"frisbee": "^1.6.4",
|
|
"isaac": "0.0.5",
|
|
"jest": "^23.6.0",
|
|
"mocha": "^5.2.0",
|
|
"node-libs-react-native": "^1.0.1",
|
|
"prettier": "^1.14.2",
|
|
"process": "^0.11.10",
|
|
"prop-types": "^15.6.2",
|
|
"react": "16.5.1",
|
|
"react-localization": "^1.0.10",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
|
|
"react-native-camera": "^0.12.0",
|
|
"react-native-elements": "^0.19.0",
|
|
"react-native-flexi-radio-button": "^0.2.2",
|
|
"react-native-level-fs": "^3.0.0",
|
|
"react-native-material-dropdown": "^0.11.1",
|
|
"react-native-qrcode": "^0.2.7",
|
|
"react-native-snap-carousel": "^3.7.4",
|
|
"react-navigation": "^2.17.0",
|
|
"react-test-render": "^1.1.1",
|
|
"readable-stream": "^1.1.14",
|
|
"request-promise-native": "^1.0.5",
|
|
"secure-random": "^1.1.1",
|
|
"sentry-expo": "^1.10.0",
|
|
"stream-browserify": "^1.0.0",
|
|
"whatwg-fetch": "^2.0.4",
|
|
"wif": "^2.0.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|