package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "private": true,
  3. "dependencies": {
  4. "@babel/core": "7.3.4",
  5. "@babel/plugin-proposal-class-properties": "7.3.4",
  6. "@babel/plugin-proposal-function-bind": "7.2.0",
  7. "@babel/plugin-transform-flow-strip-types": "7.3.4",
  8. "@babel/preset-env": "7.3.4",
  9. "@babel/preset-react": "^7.0.0",
  10. "@babel/preset-stage-0": "^7.0.0",
  11. "@fortawesome/fontawesome-free-regular": "^5.0.13",
  12. "@fortawesome/fontawesome-svg-core": "^1.2.15",
  13. "@fortawesome/free-regular-svg-icons": "^5.7.2",
  14. "@fortawesome/free-solid-svg-icons": "^5.7.2",
  15. "@fortawesome/react-fontawesome": "^0.1.4",
  16. "@material-ui/core": "3.9.2",
  17. "@material-ui/icons": "3.0.2",
  18. "babel-eslint": "10.0.1",
  19. "babel-loader": "8.0.5",
  20. "classnames": "^2.2.6",
  21. "color-convert": "^2.0.0",
  22. "css-loader": "2.1.1",
  23. "escape-html": "^1.0.3",
  24. "eslint": "5.15.1",
  25. "eslint-config-airbnb": "^17.0.0",
  26. "eslint-loader": "2.1.2",
  27. "eslint-plugin-flowtype": "3.4.2",
  28. "eslint-plugin-import": "2.16.0",
  29. "eslint-plugin-jsx-a11y": "6.2.1",
  30. "eslint-plugin-node": "8.0.1",
  31. "eslint-plugin-promise": "4.0.1",
  32. "eslint-plugin-react": "7.12.4",
  33. "file-loader": "3.0.1",
  34. "flow-bin": "0.94.0",
  35. "flow-bin-loader": "^1.0.3",
  36. "flow-typed": "^2.5.1",
  37. "js-beautify": "1.9.0",
  38. "path": "^0.12.7",
  39. "react": "16.8.4",
  40. "react-dom": "16.8.4",
  41. "react-hot-loader": "4.8.0",
  42. "react-transition-group": "2.6.0",
  43. "recharts": "1.5.0",
  44. "style-loader": "0.23.1",
  45. "terser-webpack-plugin": "^1.2.3",
  46. "url": "^0.11.0",
  47. "url-loader": "1.1.2",
  48. "webpack": "4.29.6",
  49. "webpack-cli": "3.2.3",
  50. "webpack-dashboard": "3.0.0",
  51. "webpack-dev-server": "3.2.1",
  52. "webpack-merge": "4.2.1"
  53. },
  54. "scripts": {
  55. "build": "webpack --config webpack.config.prod.js",
  56. "stats": "webpack --config webpack.config.prod.js --profile --json > stats.json",
  57. "dev": "webpack-dev-server --open --config webpack.config.dev.js",
  58. "dash": "webpack-dashboard -- yarn dev",
  59. "install-flow": "flow-typed install",
  60. "flow": "flow status --show-all-errors",
  61. "eslint": "eslint **/*"
  62. },
  63. "sideEffects": false,
  64. "license": "LGPL-3.0-or-later"
  65. }