6766ef988d
* Update plugin references * Update dapp references * Update console references
177 lines
6.7 KiB
JSON
177 lines
6.7 KiB
JSON
{
|
|
"name": "Parity",
|
|
"version": "1.9.48",
|
|
"main": "src/index.parity.js",
|
|
"jsnext:main": "src/index.parity.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [
|
|
"Jaco Greeff",
|
|
"Nicolas Gotchac"
|
|
],
|
|
"contributors": [
|
|
"Jannis Redmann"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paritytech/parity.git"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"Parity"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build:inject && npm run build:app && npm run build:embed",
|
|
"build:app": "webpack --config webpack/app",
|
|
"build:inject": "webpack --config webpack/inject",
|
|
"build:embed": "cross-env EMBED=1 node webpack/embed",
|
|
"build:i18n": "npm run clean && npm run build && babel-node ./scripts/build-i18n.js",
|
|
"ci:build": "cross-env NODE_ENV=production npm run build",
|
|
"clean": "rimraf ./.build ./.coverage ./.happypack",
|
|
"coveralls": "npm run testCoverage && coveralls < coverage/lcov.info",
|
|
"lint": "npm run lint:css && npm run lint:js",
|
|
"lint:cached": "npm run lint:css && npm run lint:js:cached",
|
|
"lint:css": "stylelint ./src/**/*.css",
|
|
"lint:fix": "npm run lint:js:fix",
|
|
"lint:i18n": "babel-node ./scripts/lint-i18n.js",
|
|
"lint:js": "eslint --ignore-path .gitignore ./src/",
|
|
"lint:js:cached": "eslint --cache --ignore-path .gitignore ./src/",
|
|
"lint:js:fix": "eslint --fix --ignore-path .gitignore ./src/",
|
|
"start": "npm run clean && npm install && npm run build:inject && npm run start:app",
|
|
"start:app": "node webpack/dev.server",
|
|
"start:electron": "npm run build:app && electron .build/",
|
|
"test": "cross-env NODE_ENV=test mocha 'src/**/*.spec.js'",
|
|
"test:coverage": "cross-env NODE_ENV=test istanbul cover _mocha -- 'src/**/*.spec.js'"
|
|
},
|
|
"devDependencies": {
|
|
"@parity/dapp-console": "parity-js/dapp-console#5562e6c11783dc82c1ee37fd85dc3403ff28f8f5",
|
|
"@parity/dapp-dapp-methods": "js-dist-paritytech/dapp-dapp-methods",
|
|
"@parity/dapp-dapp-visible": "js-dist-paritytech/dapp-dapp-visible",
|
|
"@parity/dapp-dappreg": "parity-js/dapp-dappreg#66f2e52dfa9a783cc0ca616505460e5e34ebdf54",
|
|
"@parity/dapp-githubhint": "parity-js/dapp-githubhint#b5cdef016e8bead7669ca077be526897ee42f83a",
|
|
"@parity/dapp-localtx": "parity-js/dapp-localtx#ac1d82c7f55bf0b6e2bf0e56044f95fa49c52ea9",
|
|
"@parity/dapp-registry": "parity-js/dapp-registry#d3aeab6437ebcc5537e5f71a1cd49c8de8329f34",
|
|
"@parity/dapp-signaturereg": "parity-js/dapp-signaturereg#f597e976bd89b07809173d7a35e3929ac81e7e75",
|
|
"@parity/dapp-status": "js-dist-paritytech/dapp-status",
|
|
"@parity/dapp-tokendeploy": "parity-js/dapp-tokendeploy#0f6f9f2adb82c02e35056dba792a75e95f440cdd",
|
|
"@parity/dapp-tokenreg": "parity-js/dapp-tokenreg#9750a2c10a934f9ae0e6e7fd6fa5b9e25a7b0785",
|
|
"babel-cli": "6.26.0",
|
|
"babel-core": "6.26.0",
|
|
"babel-eslint": "7.1.1",
|
|
"babel-loader": "7.1.1",
|
|
"babel-plugin-react-intl": "2.3.1",
|
|
"babel-plugin-transform-class-properties": "6.23.0",
|
|
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "6.23.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "0.3.2",
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
|
"babel-plugin-webpack-alias": "2.1.2",
|
|
"babel-polyfill": "6.26.0",
|
|
"babel-preset-env": "1.6.1",
|
|
"babel-preset-react": "6.24.1",
|
|
"babel-preset-stage-0": "6.24.1",
|
|
"babel-register": "6.26.0",
|
|
"chai": "3.5.0",
|
|
"chai-as-promised": "6.0.0",
|
|
"chai-enzyme": "1.0.0-beta.0",
|
|
"chalk": "1.1.3",
|
|
"copy-webpack-plugin": "4.0.1",
|
|
"core-js": "2.4.1",
|
|
"coveralls": "2.11.16",
|
|
"cross-env": "5.1.1",
|
|
"css-loader": "0.28.4",
|
|
"ejs-loader": "0.3.0",
|
|
"electron": "1.7.5",
|
|
"empty-module": "0.0.2",
|
|
"enzyme": "3.2.0",
|
|
"enzyme-adapter-react-16": "1.1.0",
|
|
"eslint": "3.16.1",
|
|
"eslint-config-semistandard": "7.0.0",
|
|
"eslint-config-standard": "6.2.1",
|
|
"eslint-config-standard-react": "4.2.0",
|
|
"eslint-plugin-promise": "3.4.2",
|
|
"eslint-plugin-react": "6.10.0",
|
|
"eslint-plugin-standard": "2.0.1",
|
|
"express": "4.14.1",
|
|
"extract-loader": "0.1.0",
|
|
"extract-text-webpack-plugin": "3.0.0",
|
|
"file-loader": "0.10.0",
|
|
"flow-bin": "^0.46.0",
|
|
"happypack": "3.1.0",
|
|
"html-loader": "0.4.4",
|
|
"html-webpack-plugin": "2.30.1",
|
|
"http-proxy-middleware": "0.17.3",
|
|
"istanbul": "1.0.0-alpha.2",
|
|
"jsdom": "9.11.0",
|
|
"json-loader": "0.5.4",
|
|
"markdown-loader": "2.0.1",
|
|
"marked": "0.3.9",
|
|
"mocha": "3.2.0",
|
|
"mock-local-storage": "1.0.2",
|
|
"mock-socket": "6.0.4",
|
|
"nock": "9.0.7",
|
|
"postcss-import": "10.0.0",
|
|
"postcss-loader": "2.0.6",
|
|
"postcss-nested": "2.1.0",
|
|
"postcss-simple-vars": "4.0.0",
|
|
"progress": "1.1.8",
|
|
"raw-loader": "0.5.1",
|
|
"react-addons-perf": "15.4.2",
|
|
"react-addons-test-utils": "15.6.2",
|
|
"react-hot-loader": "3.1.3",
|
|
"react-intl-aggregate-webpack-plugin": "0.0.1",
|
|
"rimraf": "2.6.2",
|
|
"sinon": "1.17.7",
|
|
"sinon-as-promised": "4.0.2",
|
|
"sinon-chai": "2.8.0",
|
|
"style-loader": "0.18.2",
|
|
"stylelint": "7.11.0",
|
|
"stylelint-config-standard": "16.0.0",
|
|
"to-source": "2.0.3",
|
|
"uglify-js": "2.8.22",
|
|
"url-loader": "0.5.7",
|
|
"webpack": "3.5.5",
|
|
"webpack-bundle-size-analyzer": "2.5.0",
|
|
"webpack-dev-middleware": "1.12.0",
|
|
"webpack-dev-server": "2.6.1",
|
|
"webpack-error-notification": "0.1.6",
|
|
"webpack-hot-middleware": "2.17.1",
|
|
"websocket": "1.0.24",
|
|
"yargs": "6.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@parity/api": "2.1.15",
|
|
"@parity/plugin-signer-account": "parity-js/plugin-signer-account#c1272caa242c8b97dac78e5d0b1e068614657fdc",
|
|
"@parity/plugin-signer-default": "parity-js/plugin-signer-default#9a47bded9d6d70b69bb2f719732bd6f7854d1842",
|
|
"@parity/plugin-signer-hardware": "parity-js/plugin-signer-hardware#4320d818a053d4efae890b74a7476e4c8dc6ba10",
|
|
"@parity/plugin-signer-qr": "parity-js/plugin-signer-qr#2d1fafad347ba53eaf58c14265d4d07631d6a45c",
|
|
"@parity/shared": "2.2.21",
|
|
"@parity/ui": "3.0.22",
|
|
"keythereum": "1.0.2",
|
|
"lodash.flatten": "4.4.0",
|
|
"lodash.omitby": "4.6.0",
|
|
"lodash.throttle": "4.1.1",
|
|
"lodash.uniq": "4.5.0",
|
|
"material-ui": "0.16.5",
|
|
"mobx": "3.3.2",
|
|
"mobx-react": "4.3.5",
|
|
"prop-types": "15.5.10",
|
|
"query-string": "5.0.1",
|
|
"react": "16.1.1",
|
|
"react-dom": "16.1.1",
|
|
"react-intl": "2.4.0",
|
|
"react-markdown": "3.0.2",
|
|
"react-redux": "^5.0.6",
|
|
"react-router": "3.2.0",
|
|
"react-router-redux": "4.0.8",
|
|
"react-tap-event-plugin": "3.0.2",
|
|
"react-transition-group": "2.2.1",
|
|
"redux": "3.7.2",
|
|
"semantic-ui-react": "0.77.0",
|
|
"solc": "ngotchac/solc-js",
|
|
"store": "1.3.20",
|
|
"web3": "1.0.0-beta.26"
|
|
}
|
|
}
|