You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "license": "MIT",
  3. "private": true,
  4. "engines": {
  5. "node": ">=10"
  6. },
  7. "dependencies": {
  8. "@babel/core": "7.8.7",
  9. "@babel/plugin-proposal-object-rest-spread": "7.8.3",
  10. "@babel/plugin-transform-runtime": "7.8.3",
  11. "@babel/preset-env": "7.8.7",
  12. "@babel/runtime": "7.8.7",
  13. "@primer/octicons": "9.6.0",
  14. "babel-loader": "8.0.6",
  15. "clipboard": "2.0.6",
  16. "copy-webpack-plugin": "5.1.1",
  17. "core-js": "3.6.4",
  18. "css-loader": "3.4.2",
  19. "cssnano": "4.1.10",
  20. "dropzone": "5.7.0",
  21. "fast-glob": "3.2.2",
  22. "fomantic-ui": "2.8.4",
  23. "highlight.js": "9.18.1",
  24. "imports-loader": "0.8.0",
  25. "jquery": "3.4.1",
  26. "jquery-datetimepicker": "2.5.21",
  27. "jquery-migrate": "3.1.0",
  28. "jquery.are-you-sure": "1.9.0",
  29. "less-loader": "5.0.0",
  30. "mini-css-extract-plugin": "0.9.0",
  31. "optimize-css-assets-webpack-plugin": "5.0.3",
  32. "postcss-loader": "3.0.0",
  33. "postcss-preset-env": "6.7.0",
  34. "postcss-safe-parser": "4.0.2",
  35. "svg-sprite-loader": "4.2.1",
  36. "svgo": "1.3.2",
  37. "svgo-loader": "2.2.1",
  38. "swagger-ui": "3.25.0",
  39. "terser-webpack-plugin": "2.3.5",
  40. "vue": "2.6.11",
  41. "vue-bar-graph": "1.2.0",
  42. "vue-calendar-heatmap": "0.8.4",
  43. "vue-loader": "15.9.0",
  44. "vue-template-compiler": "2.6.11",
  45. "webpack": "4.42.0",
  46. "webpack-cli": "3.3.11",
  47. "webpack-fix-style-only-entries": "0.4.0"
  48. },
  49. "devDependencies": {
  50. "eslint": "6.8.0",
  51. "eslint-config-airbnb-base": "14.1.0",
  52. "eslint-plugin-import": "2.20.1",
  53. "stylelint": "13.2.1",
  54. "stylelint-config-standard": "20.0.0",
  55. "updates": "10.2.4"
  56. },
  57. "browserslist": [
  58. "defaults"
  59. ]
  60. }