forked from cerc-io/plugeth
4ea9b62b5c
This adds all dashboard changes from the last couple months. We're about to remove the dashboard, but decided that we should get all the recent work in first in case anyone wants to pick up this project later on. * cmd, dashboard, eth, p2p: send peer info to the dashboard * dashboard: update npm packages, improve UI, rebase * dashboard, p2p: remove println, change doc * cmd, dashboard, eth, p2p: cleanup after review * dashboard: send current block to the dashboard client
68 lines
2.5 KiB
JSON
68 lines
2.5 KiB
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/plugin-proposal-function-bind": "7.2.0",
|
|
"@babel/plugin-transform-flow-strip-types": "7.4.4",
|
|
"@babel/preset-env": "7.4.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-stage-0": "^7.0.0",
|
|
"@fortawesome/fontawesome-free-regular": "^5.0.13",
|
|
"@fortawesome/fontawesome-svg-core": "1.2.18",
|
|
"@fortawesome/free-regular-svg-icons": "5.8.2",
|
|
"@fortawesome/free-solid-svg-icons": "5.8.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
"@material-ui/core": "4.0.1",
|
|
"@material-ui/icons": "4.0.1",
|
|
"babel-eslint": "10.0.1",
|
|
"babel-loader": "8.0.6",
|
|
"classnames": "^2.2.6",
|
|
"color-convert": "^2.0.0",
|
|
"css-loader": "2.1.1",
|
|
"escape-html": "^1.0.3",
|
|
"eslint": "5.16.0",
|
|
"eslint-config-airbnb": "^17.0.0",
|
|
"eslint-loader": "2.1.2",
|
|
"eslint-plugin-flowtype": "3.9.1",
|
|
"eslint-plugin-import": "2.17.3",
|
|
"eslint-plugin-jsx-a11y": "6.2.1",
|
|
"eslint-plugin-node": "9.1.0",
|
|
"eslint-plugin-promise": "4.1.1",
|
|
"eslint-plugin-react": "7.13.0",
|
|
"file-loader": "3.0.1",
|
|
"flow-bin": "0.98.1",
|
|
"flow-bin-loader": "^1.0.3",
|
|
"flow-typed": "2.5.2",
|
|
"js-beautify": "1.10.0",
|
|
"path": "^0.12.7",
|
|
"react": "16.8.6",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "16.8.6",
|
|
"react-hot-loader": "4.8.8",
|
|
"react-scrollbar": "0.5.6",
|
|
"react-transition-group": "4.0.1",
|
|
"recharts": "1.6.2",
|
|
"style-loader": "0.23.1",
|
|
"terser-webpack-plugin": "1.3.0",
|
|
"url": "^0.11.0",
|
|
"url-loader": "1.1.2",
|
|
"webpack": "4.32.2",
|
|
"webpack-cli": "3.3.2",
|
|
"webpack-dashboard": "3.0.7",
|
|
"webpack-dev-server": "3.4.1",
|
|
"webpack-merge": "4.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.prod.js",
|
|
"stats": "webpack --config webpack.config.prod.js --profile --json > stats.json",
|
|
"dev": "webpack-dev-server --open --config webpack.config.dev.js",
|
|
"dash": "webpack-dashboard -- yarn dev",
|
|
"install-flow": "flow-typed install",
|
|
"flow": "flow status --show-all-errors",
|
|
"eslint": "eslint **/*"
|
|
},
|
|
"sideEffects": false,
|
|
"license": "LGPL-3.0-or-later"
|
|
}
|