mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
57 lines
2 KiB
JSON
57 lines
2 KiB
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "7.1.2",
|
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/preset-env": "7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-stage-0": "^7.0.0",
|
|
"@material-ui/core": "3.2.0",
|
|
"@material-ui/icons": "^3.0.1",
|
|
"babel-eslint": "10.0.1",
|
|
"babel-loader": "8.0.4",
|
|
"classnames": "^2.2.6",
|
|
"css-loader": "^1.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"eslint": "5.7.0",
|
|
"eslint-config-airbnb": "^17.0.0",
|
|
"eslint-loader": "2.1.1",
|
|
"eslint-plugin-flowtype": "3.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-jsx-a11y": "6.1.2",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "4.0.1",
|
|
"eslint-plugin-react": "7.11.1",
|
|
"file-loader": "2.0.0",
|
|
"flow-bin": "0.83.0",
|
|
"flow-bin-loader": "^1.0.3",
|
|
"flow-typed": "^2.5.1",
|
|
"path": "^0.12.7",
|
|
"react": "16.5.2",
|
|
"react-dom": "16.5.2",
|
|
"react-fa": "^5.0.0",
|
|
"react-hot-loader": "4.3.11",
|
|
"react-transition-group": "2.5.0",
|
|
"recharts": "1.3.4",
|
|
"style-loader": "0.23.1",
|
|
"uglifyjs-webpack-plugin": "2.0.1",
|
|
"url": "^0.11.0",
|
|
"url-loader": "1.1.2",
|
|
"webpack": "4.20.2",
|
|
"webpack-cli": "3.1.2",
|
|
"webpack-dev-server": "3.1.9",
|
|
"webpack-merge": "^4.1.4"
|
|
},
|
|
"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",
|
|
"install-flow": "flow-typed install",
|
|
"flow": "flow status --show-all-errors",
|
|
"eslint": "eslint **/*"
|
|
},
|
|
"sideEffects": false,
|
|
"license": "LGPL-3.0-or-later"
|
|
}
|