179 lines
5.7 KiB
JSON
179 lines
5.7 KiB
JSON
{
|
|
"name": "parity.js",
|
|
"version": "0.2.79",
|
|
"main": "release/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [
|
|
"Jaco Greeff",
|
|
"Nicolas Gotchac",
|
|
"Jannis Redmann"
|
|
],
|
|
"contributors": [],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethcore/parity.git"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ABI",
|
|
"API",
|
|
"Web3",
|
|
"RPC",
|
|
"Parity",
|
|
"Promise"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build:lib && npm run build:dll && npm run build:app",
|
|
"build:app": "webpack --config webpack/app --progress",
|
|
"build:lib": "webpack --config webpack/libraries --progress",
|
|
"build:dll": "webpack --config webpack/vendor --progress",
|
|
"ci:build": "npm run ci:build:lib && npm run ci:build:dll && npm run ci:build:app",
|
|
"ci:build:app": "NODE_ENV=production webpack --config webpack/app",
|
|
"ci:build:lib": "NODE_ENV=production webpack --config webpack/libraries",
|
|
"ci:build:dll": "NODE_ENV=production webpack --config webpack/vendor",
|
|
"ci:build:npm": "NODE_ENV=production webpack --config webpack/npm",
|
|
"start": "npm install && npm run build:lib && npm run build:dll && npm run start:app",
|
|
"start:app": "node webpack/dev.server",
|
|
"clean": "rm -rf ./build ./coverage",
|
|
"coveralls": "npm run testCoverage && coveralls < coverage/lcov.info",
|
|
"lint": "eslint --ignore-path .gitignore ./src/",
|
|
"lint:cached": "eslint --cache --ignore-path .gitignore ./src/",
|
|
"test": "mocha 'src/**/*.spec.js'",
|
|
"test:coverage": "istanbul cover _mocha -- 'src/**/*.spec.js'",
|
|
"test:e2e": "mocha 'src/**/*.e2e.js'",
|
|
"test:npm": "(cd .npmjs && npm i) && node test/npmLibrary && (rm -rf .npmjs/node_modules)",
|
|
"prepush": "npm run lint:cached"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "~6.18.0",
|
|
"babel-core": "~6.18.2",
|
|
"babel-eslint": "~7.1.0",
|
|
"babel-loader": "~6.2.3",
|
|
"babel-plugin-lodash": "~3.2.2",
|
|
"babel-plugin-transform-class-properties": "~6.19.0",
|
|
"babel-plugin-transform-decorators-legacy": "~1.3.4",
|
|
"babel-plugin-transform-react-remove-prop-types": "~0.2.9",
|
|
"babel-plugin-transform-runtime": "~6.15.0",
|
|
"babel-polyfill": "~6.16.0",
|
|
"babel-preset-es2015": "~6.18.0",
|
|
"babel-preset-es2015-rollup": "~1.2.0",
|
|
"babel-preset-es2016": "~6.16.0",
|
|
"babel-preset-es2017": "~6.16.0",
|
|
"babel-preset-react": "~6.16.0",
|
|
"babel-preset-stage-0": "~6.16.0",
|
|
"babel-register": "6.18.0",
|
|
"babel-runtime": "~6.18.0",
|
|
"chai": "~3.5.0",
|
|
"chai-enzyme": "0.4.2",
|
|
"cheerio": "0.20.0",
|
|
"copy-webpack-plugin": "~4.0.0",
|
|
"core-js": "~2.4.1",
|
|
"coveralls": "~2.11.11",
|
|
"css-loader": "~0.26.0",
|
|
"enzyme": "2.3.0",
|
|
"eslint": "~3.10.2",
|
|
"eslint-config-semistandard": "~7.0.0",
|
|
"eslint-config-standard": "~6.2.1",
|
|
"eslint-config-standard-react": "~4.2.0",
|
|
"eslint-plugin-promise": "~3.4.0",
|
|
"eslint-plugin-react": "~6.7.1",
|
|
"eslint-plugin-standard": "~2.0.0",
|
|
"express": "~4.14.0",
|
|
"extract-loader": "0.1.0",
|
|
"extract-text-webpack-plugin": "~2.0.0-beta.4",
|
|
"file-loader": "~0.9.0",
|
|
"fs-extra": "~0.30.0",
|
|
"happypack": "~3.0.0",
|
|
"history": "~2.0.0",
|
|
"html-loader": "~0.4.4",
|
|
"html-webpack-plugin": "~2.24.1",
|
|
"http-proxy-middleware": "~0.17.2",
|
|
"husky": "~0.11.9",
|
|
"ignore-styles": "2.0.0",
|
|
"image-webpack-loader": "~3.0.0",
|
|
"istanbul": "~1.0.0-alpha.2",
|
|
"jsdom": "9.2.1",
|
|
"json-loader": "~0.5.4",
|
|
"mocha": "~3.0.0-1",
|
|
"mock-local-storage": "1.0.2",
|
|
"mock-socket": "~3.0.1",
|
|
"nock": "~8.0.0",
|
|
"postcss-import": "8.1.0",
|
|
"postcss-loader": "~1.1.1",
|
|
"postcss-nested": "~1.0.0",
|
|
"postcss-simple-vars": "~3.0.0",
|
|
"progress": "~1.1.8",
|
|
"raw-loader": "~0.5.1",
|
|
"react-addons-perf": "~15.3.2",
|
|
"react-addons-test-utils": "~15.3.2",
|
|
"react-dom": "~15.3.2",
|
|
"react-hot-loader": "~3.0.0-beta.6",
|
|
"rucksack-css": "~0.8.6",
|
|
"sinon": "~1.17.4",
|
|
"sinon-as-promised": "~4.0.2",
|
|
"sinon-chai": "~2.8.0",
|
|
"style-loader": "~0.13.0",
|
|
"url-loader": "~0.5.7",
|
|
"webpack": "~2.1.0-beta.27",
|
|
"webpack-dev-middleware": "~1.8.4",
|
|
"webpack-error-notification": "0.1.6",
|
|
"webpack-hot-middleware": "~2.13.2",
|
|
"websocket": "~1.0.23"
|
|
},
|
|
"dependencies": {
|
|
"bignumber.js": "~2.3.0",
|
|
"blockies": "0.0.2",
|
|
"brace": "~0.9.0",
|
|
"bytes": "~2.4.0",
|
|
"chart.js": "~2.3.0",
|
|
"es6-error": "~4.0.0",
|
|
"es6-promise": "~3.2.1",
|
|
"ethereumjs-tx": "~1.1.2",
|
|
"eventemitter3": "~2.0.2",
|
|
"file-saver": "~1.3.3",
|
|
"format-json": "~1.0.3",
|
|
"format-number": "~2.0.1",
|
|
"geopattern": "~1.2.3",
|
|
"isomorphic-fetch": "~2.2.1",
|
|
"js-sha3": "~0.5.2",
|
|
"lodash": "~4.11.1",
|
|
"marked": "~0.3.6",
|
|
"material-ui": "0.16.1",
|
|
"material-ui-chip-input": "~0.8.0",
|
|
"mobx": "~2.6.1",
|
|
"mobx-react": "~3.5.8",
|
|
"mobx-react-devtools": "~4.2.9",
|
|
"moment": "~2.14.1",
|
|
"phoneformat.js": "~1.0.3",
|
|
"qs": "~6.3.0",
|
|
"react": "~15.3.2",
|
|
"react-ace": "~4.0.0",
|
|
"react-addons-css-transition-group": "~15.3.2",
|
|
"react-chartjs-2": "~1.5.0",
|
|
"react-copy-to-clipboard": "~4.2.3",
|
|
"react-dom": "~15.3.2",
|
|
"react-dropzone": "~3.7.3",
|
|
"react-redux": "~4.4.5",
|
|
"react-router": "~2.6.1",
|
|
"react-router-redux": "~4.0.5",
|
|
"react-tap-event-plugin": "~1.0.0",
|
|
"react-tooltip": "~2.0.3",
|
|
"recharts": "~0.15.2",
|
|
"redux": "~3.5.2",
|
|
"redux-actions": "~0.10.1",
|
|
"redux-thunk": "~2.1.0",
|
|
"rlp": "~2.0.0",
|
|
"scryptsy": "~2.0.0",
|
|
"solc": "ngotchac/solc-js",
|
|
"store": "~1.3.20",
|
|
"utf8": "~2.1.1",
|
|
"valid-url": "~1.0.9",
|
|
"validator": "~5.7.0",
|
|
"web3": "~0.17.0-beta",
|
|
"whatwg-fetch": "~1.0.0",
|
|
"worker-loader": "~0.7.1"
|
|
}
|
|
}
|