github.com/hyperion-hyn/go-ethereum@v2.4.0+incompatible/dashboard/assets/package.json (about) 1 { 2 "dependencies": { 3 "babel-core": "^6.26.3", 4 "babel-eslint": "^8.2.6", 5 "babel-loader": "^7.1.5", 6 "babel-plugin-transform-class-properties": "^6.24.1", 7 "babel-plugin-transform-decorators-legacy": "^1.3.5", 8 "babel-plugin-transform-flow-strip-types": "^6.22.0", 9 "babel-plugin-transform-runtime": "^6.23.0", 10 "babel-preset-env": "^1.7.0", 11 "babel-preset-react": "^6.24.1", 12 "babel-preset-stage-0": "^6.24.1", 13 "babel-runtime": "^6.26.0", 14 "classnames": "^2.2.6", 15 "css-loader": "^2.1.1", 16 "escape-html": "^1.0.3", 17 "eslint": "^4.19.1", 18 "eslint-config-airbnb": "^16.1.0", 19 "eslint-loader": "^2.1.2", 20 "eslint-plugin-flowtype": "^2.50.3", 21 "eslint-plugin-import": "^2.17.3", 22 "eslint-plugin-jsx-a11y": "^6.2.1", 23 "eslint-plugin-react": "^7.13.0", 24 "file-loader": "^1.1.11", 25 "flow-bin": "^0.63.1", 26 "flow-bin-loader": "^1.0.3", 27 "flow-typed": "^2.5.2", 28 "material-ui": "^1.0.0-beta.47", 29 "material-ui-icons": "^1.0.0-beta.36", 30 "path": "^0.12.7", 31 "react": "^16.8.6", 32 "react-dom": "^16.8.6", 33 "react-fa": "^5.0.0", 34 "react-transition-group": "^2.9.0", 35 "recharts": "^1.6.2", 36 "style-loader": "^0.19.1", 37 "url": "^0.11.0", 38 "url-loader": "^0.6.2", 39 "webpack": "^3.12.0", 40 "webpack-dev-server": "^2.11.5" 41 }, 42 "scripts": { 43 "build": "NODE_ENV=production webpack", 44 "stats": "webpack --profile --json > stats.json", 45 "dev": "webpack-dev-server --port 8081", 46 "flow": "flow-typed install" 47 } 48 }