{ "dependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.5", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "classnames": "^2.2.6", "css-loader": "^2.1.1", "escape-html": "^1.0.3", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-loader": "^2.1.2", "eslint-plugin-flowtype": "^2.50.3", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0", "file-loader": "^1.1.11", "flow-bin": "^0.63.1", "flow-bin-loader": "^1.0.3", "flow-typed": "^2.5.2", "material-ui": "^1.0.0-beta.47", "material-ui-icons": "^1.0.0-beta.36", "path": "^0.12.7", "react": "^16.8.6", "react-dom": "^16.8.6", "react-fa": "^5.0.0", "react-transition-group": "^2.9.0", "recharts": "^1.6.2", "style-loader": "^0.19.1", "url": "^0.11.0", "url-loader": "^0.6.2", "webpack": "^3.12.0", "webpack-dev-server": "^2.11.5" }, "scripts": { "build": "NODE_ENV=production webpack", "stats": "webpack --profile --json > stats.json", "dev": "webpack-dev-server --port 8081", "flow": "flow-typed install" } }