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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "license": "MIT",
  3. "private": true,
  4. "engines": {
  5. "node": ">= 10.13.0"
  6. },
  7. "dependencies": {
  8. "@babel/core": "7.12.9",
  9. "@babel/plugin-transform-runtime": "7.12.1",
  10. "@babel/preset-env": "7.12.7",
  11. "@babel/runtime": "7.12.5",
  12. "@claviska/jquery-minicolors": "2.3.5",
  13. "@primer/octicons": "11.1.0",
  14. "add-asset-webpack-plugin": "1.0.0",
  15. "babel-loader": "8.2.2",
  16. "clipboard": "2.0.6",
  17. "codemirror": "5.58.3",
  18. "core-js": "3.8.0",
  19. "css-loader": "5.0.1",
  20. "css-minimizer-webpack-plugin": "1.1.5",
  21. "dropzone": "5.7.2",
  22. "easymde": "2.13.0",
  23. "escape-goat": "3.0.0",
  24. "fast-glob": "3.2.4",
  25. "file-loader": "6.2.0",
  26. "font-awesome": "4.7.0",
  27. "jquery": "3.5.1",
  28. "jquery.are-you-sure": "1.9.0",
  29. "less": "3.12.2",
  30. "less-loader": "7.1.0",
  31. "license-webpack-plugin": "2.3.1",
  32. "mermaid": "8.8.3",
  33. "mini-css-extract-plugin": "1.3.1",
  34. "monaco-editor": "0.21.2",
  35. "monaco-editor-webpack-plugin": "2.0.0",
  36. "postcss": "8.1.10",
  37. "raw-loader": "4.0.2",
  38. "sortablejs": "1.12.0",
  39. "swagger-ui": "3.37.2",
  40. "terser-webpack-plugin": "4.2.3",
  41. "tributejs": "5.1.3",
  42. "vue": "2.6.12",
  43. "vue-bar-graph": "1.2.0",
  44. "vue-calendar-heatmap": "0.8.4",
  45. "vue-loader": "15.9.5",
  46. "vue-template-compiler": "2.6.12",
  47. "webpack": "4.44.1",
  48. "webpack-cli": "3.3.12",
  49. "webpack-fix-style-only-entries": "0.6.0",
  50. "workbox-routing": "5.1.4",
  51. "workbox-strategies": "5.1.4",
  52. "worker-loader": "3.0.5",
  53. "wrap-ansi": "7.0.0"
  54. },
  55. "optionalDependencies": {
  56. "fomantic-ui": "2.8.7"
  57. },
  58. "devDependencies": {
  59. "eslint": "7.14.0",
  60. "eslint-plugin-html": "6.1.1",
  61. "eslint-plugin-import": "2.22.1",
  62. "eslint-plugin-unicorn": "23.0.0",
  63. "eslint-plugin-vue": "7.1.0",
  64. "stylelint": "13.8.0",
  65. "stylelint-config-standard": "20.0.0",
  66. "svgo": "1.3.2",
  67. "updates": "11.4.0"
  68. },
  69. "browserslist": [
  70. "defaults",
  71. "not ie > 0",
  72. "not ie_mob > 0"
  73. ]
  74. }