{ "name": "Parity", "version": "1.9.9", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ", "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 ./build", "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 --compilers ejs:ejsify 'src/**/*.spec.js'", "test:coverage": "cross-env NODE_ENV=test istanbul cover _mocha -- --compilers ejs:ejsify 'src/**/*.spec.js'" }, "devDependencies": { "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.0", "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": "0.6.1", "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", "ejsify": "1.0.0", "electron": "1.7.5", "empty-module": "0.0.2", "enzyme": "2.9.1", "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", "ignore-styles": "5.0.1", "istanbul": "1.0.0-alpha.2", "jsdom": "9.11.0", "json-loader": "0.5.4", "markdown-loader": "2.0.0", "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.4.2", "react-hot-loader": "3.0.0-beta.6", "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.x", "@parity/dapp-accounts": "paritytech/dapp-accounts", "@parity/dapp-console": "paritytech/dapp-console", "@parity/dapp-dapp-accounts": "paritytech/dapp-dapp-accounts", "@parity/dapp-dapp-methods": "paritytech/dapp-dapp-methods", "@parity/dapp-dapp-visible": "paritytech/dapp-dapp-visible", "@parity/dapp-dappreg": "paritytech/dapp-dappreg", "@parity/dapp-githubhint": "paritytech/dapp-githubhint", "@parity/dapp-localtx": "paritytech/dapp-localtx", "@parity/dapp-registry": "paritytech/dapp-registry", "@parity/dapp-signaturereg": "paritytech/dapp-signaturereg", "@parity/dapp-tokendeploy": "paritytech/dapp-tokendeploy", "@parity/dapp-tokenreg": "paritytech/dapp-tokenreg", "@parity/dapp-vaults": "paritytech/dapp-vaults", "@parity/dapp-web": "paritytech/dapp-web", "@parity/plugin-signer-account": "paritytech/plugin-signer-account", "@parity/plugin-signer-default": "paritytech/plugin-signer-default", "@parity/plugin-signer-hardware": "paritytech/plugin-signer-hardware", "@parity/plugin-signer-qr": "paritytech/plugin-signer-qr", "@parity/shared": "2.2.x", "@parity/ui": "2.2.x", "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", "prop-types": "15.5.10", "react": "15.6.1", "react-dom": "15.6.1", "react-intl": "2.1.5", "react-markdown": "2.5.0", "react-router": "3.0.0", "react-tap-event-plugin": "2.0.1", "redux": "3.6.0", "solc": "ngotchac/solc-js", "store": "1.3.20", "web3": "0.17.0-beta" } }