| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "private": true,
- "dependencies": {
- "@babel/core": "7.3.4",
- "@babel/plugin-proposal-class-properties": "7.3.4",
- "@babel/plugin-proposal-function-bind": "7.2.0",
- "@babel/plugin-transform-flow-strip-types": "7.3.4",
- "@babel/preset-env": "7.3.4",
- "@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.15",
- "@fortawesome/free-regular-svg-icons": "^5.7.2",
- "@fortawesome/free-solid-svg-icons": "^5.7.2",
- "@fortawesome/react-fontawesome": "^0.1.4",
- "@material-ui/core": "3.9.2",
- "@material-ui/icons": "3.0.2",
- "babel-eslint": "10.0.1",
- "babel-loader": "8.0.5",
- "classnames": "^2.2.6",
- "color-convert": "^2.0.0",
- "css-loader": "2.1.1",
- "escape-html": "^1.0.3",
- "eslint": "5.15.1",
- "eslint-config-airbnb": "^17.0.0",
- "eslint-loader": "2.1.2",
- "eslint-plugin-flowtype": "3.4.2",
- "eslint-plugin-import": "2.16.0",
- "eslint-plugin-jsx-a11y": "6.2.1",
- "eslint-plugin-node": "8.0.1",
- "eslint-plugin-promise": "4.0.1",
- "eslint-plugin-react": "7.12.4",
- "file-loader": "3.0.1",
- "flow-bin": "0.94.0",
- "flow-bin-loader": "^1.0.3",
- "flow-typed": "^2.5.1",
- "js-beautify": "1.9.0",
- "path": "^0.12.7",
- "react": "16.8.4",
- "react-dom": "16.8.4",
- "react-hot-loader": "4.8.0",
- "react-transition-group": "2.6.0",
- "recharts": "1.5.0",
- "style-loader": "0.23.1",
- "terser-webpack-plugin": "^1.2.3",
- "url": "^0.11.0",
- "url-loader": "1.1.2",
- "webpack": "4.29.6",
- "webpack-cli": "3.2.3",
- "webpack-dashboard": "3.0.0",
- "webpack-dev-server": "3.2.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"
- }
|