github.com/anthdm/go-ethereum@v1.8.4-0.20180412101906-60516c83b011/dashboard/assets/package.json (about) 1 { 2 "dependencies": { 3 "babel-core": "^6.26.0", 4 "babel-eslint": "^8.2.1", 5 "babel-loader": "^7.1.2", 6 "babel-plugin-transform-class-properties": "^6.24.1", 7 "babel-plugin-transform-decorators-legacy": "^1.3.4", 8 "babel-plugin-transform-flow-strip-types": "^6.22.0", 9 "babel-plugin-transform-runtime": "^6.23.0", 10 "babel-preset-env": "^1.6.1", 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.5", 15 "css-loader": "^0.28.9", 16 "eslint": "^4.16.0", 17 "eslint-config-airbnb": "^16.1.0", 18 "eslint-loader": "^2.0.0", 19 "eslint-plugin-flowtype": "^2.41.0", 20 "eslint-plugin-import": "^2.8.0", 21 "eslint-plugin-jsx-a11y": "^6.0.3", 22 "eslint-plugin-react": "^7.5.1", 23 "file-loader": "^1.1.6", 24 "flow-bin": "^0.63.1", 25 "flow-bin-loader": "^1.0.2", 26 "flow-typed": "^2.2.3", 27 "material-ui": "^1.0.0-beta.30", 28 "material-ui-icons": "^1.0.0-beta.17", 29 "path": "^0.12.7", 30 "react": "^16.2.0", 31 "react-dom": "^16.2.0", 32 "react-fa": "^5.0.0", 33 "react-transition-group": "^2.2.1", 34 "recharts": "^1.0.0-beta.9", 35 "style-loader": "^0.19.1", 36 "url": "^0.11.0", 37 "url-loader": "^0.6.2", 38 "webpack": "^3.10.0", 39 "webpack-dev-server": "^2.11.1" 40 }, 41 "scripts": { 42 "build": "NODE_ENV=production webpack", 43 "stats": "webpack --profile --json > stats.json", 44 "dev": "webpack-dev-server --port 8081", 45 "flow": "flow-typed install" 46 } 47 }