nifty-wallet/package.json

332 lines
12 KiB
JSON
Raw Normal View History

2015-07-31 18:38:02 -07:00
{
2015-10-09 23:14:18 -07:00
"name": "metamask-crx",
2015-07-31 18:38:02 -07:00
"version": "0.0.0",
2015-10-09 23:14:18 -07:00
"public": false,
"private": true,
2016-01-14 18:26:54 -08:00
"scripts": {
"start": "gulp dev:extension",
"dist": "gulp dist",
"doc": "jsdoc -c development/tools/.jsdoc.json",
"test": "npm run test:unit && npm run test:integration && npm run lint",
"watch:test:unit": "nodemon --exec \"npm run test:unit\" ./test ./app ./ui",
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\"",
"test:single": "cross-env METAMASK_ENV=test mocha --require test/helper.js",
"test:integration": "npm run test:flat",
"test:integration:build": "gulp build:scss",
"test:e2e:chrome": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:e2e:run:chrome'",
"test:e2e:drizzle:beta": "SELENIUM_BROWSER=chrome test/e2e/beta/run-drizzle.sh",
2018-05-24 18:17:26 -07:00
"test:e2e:chrome:beta": "SELENIUM_BROWSER=chrome test/e2e/beta/run-all.sh",
"test:e2e:firefox": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:e2e:run:firefox'",
2018-05-24 18:17:26 -07:00
"test:e2e:firefox:beta": "SELENIUM_BROWSER=firefox test/e2e/beta/run-all.sh",
"test:e2e:run:chrome": "SELENIUM_BROWSER=chrome mocha test/e2e/nw.spec --bail --recursive",
"test:e2e:run:firefox": "SELENIUM_BROWSER=firefox mocha test/e2e/nw.spec --bail --recursive",
"test:screens": "shell-parallel -s 'npm run ganache:start' -x 'sleep 3 && npm run test:screens:run'",
"test:screens:run": "node test/screens/new-ui.js",
"test:coverage": "nyc --reporter=text --reporter=html npm run test:unit && npm run test:coveralls-upload",
"test:coveralls-upload": "if [ $COVERALLS_REPO_TOKEN ]; then nyc report --reporter=text-lcov | coveralls; fi",
"test:flat": "npm run test:flat:build && karma start test/flat.conf.js",
"test:flat:build": "npm run test:flat:build:ui && npm run test:flat:build:tests && npm run test:flat:build:locales",
"test:flat:build:tests": "node test/integration/index.js",
"test:flat:build:states": "node development/genStates.js",
"test:flat:build:locales": "mkdirp dist/chrome && cp -R app/_locales dist/chrome/_locales",
"test:flat:build:ui": "npm run test:flat:build:states && browserify ./development/mock-dev.js -o ./development/bundle.js",
2018-11-30 14:39:03 -08:00
"ganache:start": "ganache-cli --noVMErrorsOnRPCResponse -m 'horn among position unable audit puzzle cannon apology gun autumn plug parrot'",
"sentry:publish": "node ./development/sentry-publish.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2018-09-25 17:44:57 -07:00
"mozilla-lint": "addons-linter dist/firefox",
"ui": "npm run test:flat:build:states && beefy development/ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"mock": "beefy development/mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"watch": "mocha watch --recursive \"test/unit/**/*.js\"",
"disc": "gulp disc --debug",
"announce": "node development/announcer.js",
"version:bump": "node development/run-version-bump.js",
"storybook": "start-storybook -p 6006 -c .storybook"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
[
2020-03-20 11:30:31 -07:00
"@babel/preset-env",
{
2020-03-20 11:30:31 -07:00
"targets": {
"browsers": [
"chrome >= 58",
"firefox >= 56.2"
]
}
}
],
2020-03-20 11:30:31 -07:00
"@babel/preset-react"
]
},
{
"plugins": [
2020-03-20 11:30:31 -07:00
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining"
]
}
2017-01-10 15:33:00 -08:00
],
"brfs"
]
2016-01-14 18:26:54 -08:00
},
2015-07-31 18:38:02 -07:00
"dependencies": {
2020-03-20 11:30:31 -07:00
"@babel/runtime": "^7.5.5",
2019-06-18 10:57:36 -07:00
"@material-ui/core": "^4.1.1",
2021-09-20 10:00:05 -07:00
"@metamask/contract-metadata": "^1.28.0",
2021-05-21 08:56:00 -07:00
"@metamask/controllers": "^9.0.0",
2021-01-20 02:57:30 -08:00
"@metamask/eth-token-tracker": "^3.1.0",
"@metamask/obs-store": "^5.0.0",
2020-05-21 19:49:16 -07:00
"@rsksmart/rns-registry": "^1.0.4",
2021-09-20 10:00:05 -07:00
"@rsksmart/rsk-contract-metadata": "^1.0.15",
2021-05-21 08:27:08 -07:00
"@rsksmart/rsk-testnet-contract-metadata": "^1.0.8",
2018-08-17 09:56:07 -07:00
"@zxing/library": "^0.8.0",
2020-03-20 11:30:31 -07:00
"abi-decoder": "^1.2.0",
2018-02-22 05:39:32 -08:00
"asmcrypto.js": "0.22.0",
2017-07-18 15:41:30 -07:00
"async": "^2.5.0",
"await-semaphore": "^0.1.1",
"bignumber.js": "^4.1.0",
2016-10-27 16:50:01 -07:00
"bip39": "^2.2.0",
"bluebird": "^3.5.0",
2017-08-04 11:42:13 -07:00
"bn.js": "^4.11.7",
2016-12-20 10:11:51 -08:00
"browser-passworder": "^2.0.3",
"browserify-unibabel": "^3.0.0",
2018-09-10 03:02:25 -07:00
"classnames": "^2.2.6",
2017-07-18 15:41:30 -07:00
"clone": "^2.1.1",
2017-08-03 16:38:44 -07:00
"copy-to-clipboard": "^3.0.8",
2018-04-03 13:52:01 -07:00
"currency-formatter": "^1.4.2",
"debounce": "1.1.0",
"debounce-stream": "^2.0.0",
"deep-extend": "^0.5.1",
2017-05-15 14:35:24 -07:00
"detect-node": "^2.0.3",
"detectrtc": "^1.3.6",
2017-01-10 13:46:15 -08:00
"disc": "^1.3.2",
2016-01-15 02:03:42 -08:00
"dnode": "^1.2.2",
2020-03-20 11:30:31 -07:00
"end-of-stream": "^1.4.4",
2020-03-25 08:58:36 -07:00
"eth-block-tracker": "^4.4.2",
2020-05-01 07:06:22 -07:00
"eth-contract-metadata": "^1.13.0",
2020-07-15 22:48:35 -07:00
"eth-dcent-keyring": "^0.1.2",
"eth-ens-namehash": "^2.0.8",
2020-03-25 13:48:24 -07:00
"eth-json-rpc-errors": "^2.0.2",
2018-11-20 10:29:43 -08:00
"eth-json-rpc-filters": "github:poanetwork/eth-json-rpc-filters#3.0.2",
2021-01-20 02:57:30 -08:00
"eth-json-rpc-infura": "^5.1.0",
"eth-json-rpc-middleware": "^6.0.0",
2020-04-29 03:28:29 -07:00
"eth-keychain-controller": "github:vbaranov/KeyringController#5.3.1",
2020-12-04 03:49:31 -08:00
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.1-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
2021-01-20 02:57:30 -08:00
"eth-net-props": "^1.0.38",
"eth-phishing-detect": "^1.1.14",
2017-06-14 21:42:29 -07:00
"eth-query": "^2.1.2",
2020-11-13 04:40:28 -08:00
"eth-sig-util": "^3.0.0",
2020-03-10 01:36:05 -07:00
"eth-trezor-keyring": "github:vbaranov/eth-trezor-keyring#0.4.0",
2019-06-18 10:57:36 -07:00
"ethereumjs-abi": "^0.6.7",
2021-01-20 02:57:30 -08:00
"ethereumjs-tx": "1.3.7",
2020-03-25 08:58:36 -07:00
"ethereumjs-util": "^5.1.0",
2019-06-18 10:57:36 -07:00
"ethereumjs-wallet": "^0.6.3",
"ethjs": "^0.4.0",
"ethjs-contract": "^0.2.3",
"ethjs-ens": "^2.0.0",
"ethjs-query": "^0.3.8",
2017-09-27 14:59:10 -07:00
"express": "^4.15.5",
"extension-link-enabler": "^1.0.0",
2021-01-20 02:57:30 -08:00
"extension-port-stream": "^2.0.0",
"extensionizer": "^1.0.1",
"fast-json-patch": "^2.0.4",
"fast-levenshtein": "^2.0.6",
"fuse.js": "^3.2.0",
2021-01-20 02:57:30 -08:00
"gas-price-oracle": "^0.1.5",
2018-10-18 03:03:03 -07:00
"human-standard-token-abi": "^2.0.0",
2017-07-18 15:41:30 -07:00
"idb-global": "^2.1.0",
"iframe-stream": "^3.0.0",
2016-01-14 18:26:54 -08:00
"inject-css": "^0.1.1",
2021-01-20 02:57:30 -08:00
"json-rpc-engine": "^6.1.0",
2020-03-25 08:58:36 -07:00
"json-rpc-middleware-stream": "^2.1.1",
2019-06-28 08:25:35 -07:00
"json-rpc-pocket": "0.0.1",
2018-09-10 14:11:57 -07:00
"jsonschema": "^1.2.4",
2017-08-30 02:05:45 -07:00
"lodash.debounce": "^4.0.8",
"lodash.shuffle": "^4.2.0",
"lodash.uniqby": "^4.7.0",
2017-02-20 12:59:44 -08:00
"loglevel": "^1.4.1",
2020-06-09 23:44:19 -07:00
"mkdirp": "^0.5.5",
"multihashes": "^0.4.12",
2020-03-25 13:48:24 -07:00
"nanoid": "^2.1.6",
2021-01-20 02:57:30 -08:00
"nifty-wallet-inpage-provider": "github:poanetwork/nifty-wallet-inpage-provider#3.0.0",
2020-03-27 13:08:21 -07:00
"nonce-tracker": "^1.0.0",
2017-05-22 15:43:20 -07:00
"number-to-bn": "^1.7.0",
"obj-multiplex": "^1.0.0",
"percentile": "^1.2.0",
2021-01-20 02:57:30 -08:00
"pify": "^5.0.0",
"poa-contract-metadata": "github:poanetwork/poa-contract-metadata#master",
2016-04-18 11:31:06 -07:00
"polyfill-crypto.getrandomvalues": "^1.0.0",
2017-07-18 15:41:30 -07:00
"post-message-stream": "^3.0.0",
2016-11-29 14:56:02 -08:00
"promise-filter": "^1.1.0",
"promise-to-callback": "^1.0.0",
2019-06-18 10:57:36 -07:00
"prop-types": "^15.7.2",
2018-03-09 11:51:03 -08:00
"pump": "^3.0.0",
"qrcode-npm": "0.0.3",
"ramda": "^0.24.1",
"raven-js": "^3.24.2",
2020-03-20 11:30:31 -07:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
2017-07-18 15:41:30 -07:00
"react-hyperscript": "^3.0.0",
2018-09-10 14:11:57 -07:00
"react-inspector": "^2.3.0",
"react-markdown": "^3.0.0",
"react-media": "^1.8.0",
2019-06-18 13:39:45 -07:00
"react-modal": "^3.8.1",
"react-router-dom": "^4.2.2",
2017-11-23 17:33:44 -08:00
"react-select": "^1.0.0",
"react-simple-file-input": "^2.0.0",
"react-tippy": "^1.2.2",
"react-toggle-button": "^2.2.0",
2019-06-18 10:57:36 -07:00
"react-tooltip": "^3.10.0",
2019-06-18 13:39:45 -07:00
"react-transition-group": "^1.2.1",
2017-10-03 14:43:11 -07:00
"react-trigger-change": "^1.0.2",
"readable-stream": "^2.3.3",
2017-08-21 04:56:09 -07:00
"recompose": "^0.25.0",
2020-03-20 11:30:31 -07:00
"redux": "^4.0.5",
2017-07-18 15:41:30 -07:00
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
2017-09-22 10:41:14 -07:00
"request-promise": "^4.2.1",
"reselect": "^3.0.1",
2018-07-26 03:02:21 -07:00
"rockicon": "^1.0.0",
2021-09-20 10:00:05 -07:00
"rpc-cap": "^3.2.1",
2021-01-20 02:57:30 -08:00
"safe-event-emitter": "^1.0.1",
"sandwich-expando": "^1.1.3",
"semaphore": "^1.0.5",
"semver": "^5.4.1",
"sw-controller": "^1.0.3",
"sw-stream": "^2.0.2",
"swappable-obj-proxy": "^1.1.0",
2019-03-26 13:20:54 -07:00
"url-parse": "^1.4.4",
2016-12-20 16:41:04 -08:00
"valid-url": "^1.0.9",
2016-05-13 17:02:33 -07:00
"vreme": "^3.0.2",
"web3": "^0.20.7",
2020-12-25 05:29:25 -08:00
"web3-eth-abi": "^1.3.1",
"web3-eth-contract": "^1.3.1",
"web3-stream-provider": "^4.0.0",
"xtend": "^4.0.1"
2015-07-31 18:38:02 -07:00
},
"devDependencies": {
2020-03-20 11:30:31 -07:00
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@sentry/cli": "^1.49.0",
2020-03-11 06:22:00 -07:00
"@storybook/addon-info": "^5.3.14",
2020-03-20 11:30:31 -07:00
"@storybook/addon-knobs": "^5.3.14",
"@storybook/react": "^5.3.14",
2020-06-09 23:22:57 -07:00
"addons-linter": "^1.25.0",
2020-03-20 11:30:31 -07:00
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babelify": "^10.0.0",
"brfs": "^1.6.1",
2018-12-11 14:14:18 -08:00
"browserify": "^16.2.3",
2020-03-20 11:30:31 -07:00
"browserify-derequire": "^1.0.1",
2017-07-18 15:41:30 -07:00
"chai": "^4.1.0",
"chromedriver": "^87.0.4",
"clipboardy": "^1.2.3",
2018-01-22 16:08:00 -08:00
"compression": "^1.7.1",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
2019-11-24 13:00:57 -08:00
"css-loader": "^3.2.0",
"deep-freeze-strict": "^1.1.1",
2017-07-18 15:41:30 -07:00
"del": "^3.0.0",
2020-03-20 11:30:31 -07:00
"envify": "^4.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.0.1",
"eslint-plugin-babel": "^5.3.0",
2018-04-02 14:47:47 -07:00
"eslint-plugin-json": "^1.2.0",
2020-03-20 11:30:31 -07:00
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-react": "^7.18.3",
2019-11-24 13:00:57 -08:00
"expect": "^25.0.0",
"fetch-mock": "^6.5.2",
"file-loader": "^1.1.11",
2018-08-17 09:56:07 -07:00
"fs-extra": "^6.0.1",
2021-01-20 02:57:30 -08:00
"ganache-cli": "^6.12.1",
"ganache-core": "^2.13.1",
2019-11-24 13:00:57 -08:00
"geckodriver": "^1.19.1",
2018-03-29 17:02:40 -07:00
"gifencoder": "^1.1.0",
2020-03-20 11:30:31 -07:00
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-json-editor": "^2.2.1",
2018-12-11 14:14:18 -08:00
"gulp-livereload": "^4.0.0",
"gulp-multi-process": "^1.3.1",
2020-03-20 11:30:31 -07:00
"gulp-replace": "^1.0.0",
2017-07-18 15:41:30 -07:00
"gulp-sourcemaps": "^2.6.0",
"gulp-stylefmt": "^1.1.0",
"gulp-stylelint": "^7.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.1",
2016-03-02 23:29:43 -08:00
"gulp-util": "^3.0.7",
2020-03-20 11:30:31 -07:00
"gulp-watch": "^5.0.1",
2017-07-18 15:41:30 -07:00
"gulp-zip": "^4.0.0",
2020-06-09 23:22:57 -07:00
"http-server": "^0.12.3",
2018-03-29 17:02:40 -07:00
"image-size": "^0.6.2",
2017-01-10 12:39:01 -08:00
"isomorphic-fetch": "^2.2.1",
2019-08-29 12:16:19 -07:00
"jsdoc": "^3.6.3",
2017-09-12 14:14:24 -07:00
"jsdom": "^11.2.0",
2017-07-18 15:41:30 -07:00
"jsdom-global": "^3.0.2",
"jshint-stylish": "~2.2.1",
2020-06-09 23:22:57 -07:00
"karma": "^5.0.9",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^1.2.1",
2016-03-02 23:29:43 -08:00
"lodash.assign": "^4.0.6",
2020-03-11 06:22:00 -07:00
"mocha": "^7.1.0",
"mocha-eslint": "^6.0.0",
"mocha-jsdom": "^1.1.0",
2017-07-18 15:41:30 -07:00
"mocha-sinon": "^2.0.0",
"nock": "^9.0.14",
2020-06-09 23:22:57 -07:00
"node-sass": "^4.14.1",
2020-03-20 11:30:31 -07:00
"nyc": "^15.0.0",
"path": "^0.12.7",
2018-12-11 14:14:18 -08:00
"png-file-stream": "^1.1.0",
2018-08-17 09:56:07 -07:00
"prepend-file": "^1.3.1",
"prompt": "^1.0.0",
2020-03-20 11:30:31 -07:00
"proxyquire": "^2.1.3",
2016-06-30 18:22:16 -07:00
"qs": "^6.2.0",
2017-11-27 11:49:49 -08:00
"qunitjs": "^2.4.1",
"radgrad-jsdoc-template": "^1.1.3",
"rc": "^1.2.8",
2020-03-20 11:30:31 -07:00
"react-redux": "^7.2.0",
"react-test-renderer": "^16.12.0",
2019-06-18 10:57:36 -07:00
"react-testutils-additions": "^16.0.2",
2020-03-20 11:30:31 -07:00
"redux-mock-store": "^1.5.4",
"redux-test-utils": "^0.2.2",
"resolve-url-loader": "^2.3.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
2020-03-20 11:30:31 -07:00
"selenium-webdriver": "^4.0.0-alpha.5",
2018-04-02 15:50:26 -07:00
"shell-parallel": "^1.0.3",
"sinon": "^5.0.0",
"source-map": "^0.7.2",
2018-08-06 09:08:41 -07:00
"static-server": "^2.2.1",
"style-loader": "^0.21.0",
2020-06-09 23:22:57 -07:00
"stylelint": "^13.6.0",
"stylelint-config-standard": "^18.2.0",
2016-04-14 15:26:26 -07:00
"tape": "^4.5.1",
2020-03-20 11:30:31 -07:00
"testem": "^2.16.0",
"through2": "^2.0.3",
2018-01-04 04:40:38 -08:00
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
2020-03-20 11:30:31 -07:00
"watchify": "^3.11.1"
2015-07-31 18:38:02 -07:00
},
"engines": {
2021-09-20 10:00:05 -07:00
"node": "14.17.6",
"npm": "^7.22.0"
2015-07-31 18:38:02 -07:00
}
}