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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "license": "MIT",
  3. "private": true,
  4. "type": "module",
  5. "engines": {
  6. "node": ">= 12.17.0"
  7. },
  8. "dependencies": {
  9. "@claviska/jquery-minicolors": "2.3.5",
  10. "@primer/octicons": "13.0.0",
  11. "add-asset-webpack-plugin": "2.0.1",
  12. "clipboard": "2.0.8",
  13. "codemirror": "5.61.0",
  14. "css-loader": "5.2.4",
  15. "dropzone": "5.9.2",
  16. "easymde": "2.15.0",
  17. "esbuild-loader": "2.13.0",
  18. "escape-goat": "4.0.0",
  19. "fast-glob": "3.2.5",
  20. "font-awesome": "4.7.0",
  21. "jquery": "3.6.0",
  22. "jquery.are-you-sure": "1.9.0",
  23. "less": "4.1.1",
  24. "less-loader": "8.1.1",
  25. "license-checker-webpack-plugin": "0.2.1",
  26. "mermaid": "8.10.1",
  27. "mini-css-extract-plugin": "1.6.0",
  28. "monaco-editor": "0.24.0",
  29. "monaco-editor-webpack-plugin": "3.1.0",
  30. "pretty-ms": "7.0.1",
  31. "sortablejs": "1.13.0",
  32. "swagger-ui-dist": "3.48.0",
  33. "tributejs": "5.1.3",
  34. "vue": "2.6.12",
  35. "vue-bar-graph": "1.2.2",
  36. "vue-calendar-heatmap": "0.8.4",
  37. "vue-loader": "15.9.7",
  38. "vue-template-compiler": "2.6.12",
  39. "webpack": "5.37.0",
  40. "webpack-cli": "4.7.0",
  41. "workbox-routing": "6.1.5",
  42. "workbox-strategies": "6.1.5",
  43. "worker-loader": "3.0.8",
  44. "wrap-ansi": "8.0.0"
  45. },
  46. "devDependencies": {
  47. "editorconfig-checker": "4.0.2",
  48. "eslint": "7.26.0",
  49. "eslint-plugin-html": "6.1.2",
  50. "eslint-plugin-import": "2.22.1",
  51. "eslint-plugin-unicorn": "32.0.1",
  52. "eslint-plugin-vue": "7.9.0",
  53. "jest": "26.6.3",
  54. "jest-extended": "0.11.5",
  55. "stylelint": "13.13.1",
  56. "stylelint-config-standard": "22.0.0",
  57. "svgo": "2.3.0",
  58. "updates": "12.1.0"
  59. },
  60. "browserslist": [
  61. "defaults",
  62. "not ie > 0",
  63. "not ie_mob > 0"
  64. ]
  65. }