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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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": "15.0.1",
  11. "add-asset-webpack-plugin": "2.0.1",
  12. "codemirror": "5.62.2",
  13. "css-loader": "6.2.0",
  14. "dropzone": "5.9.2",
  15. "easymde": "2.15.0",
  16. "esbuild-loader": "2.15.0",
  17. "escape-goat": "4.0.0",
  18. "fast-glob": "3.2.7",
  19. "font-awesome": "4.7.0",
  20. "jquery": "3.6.0",
  21. "jquery.are-you-sure": "1.9.0",
  22. "less": "4.1.1",
  23. "less-loader": "10.0.1",
  24. "license-checker-webpack-plugin": "0.2.1",
  25. "mermaid": "8.11.5",
  26. "mini-css-extract-plugin": "2.2.0",
  27. "monaco-editor": "0.27.0",
  28. "monaco-editor-webpack-plugin": "4.1.2",
  29. "pretty-ms": "7.0.1",
  30. "sortablejs": "1.14.0",
  31. "swagger-ui-dist": "4.0.0-beta.4",
  32. "tributejs": "5.1.3",
  33. "vue": "2.6.14",
  34. "vue-bar-graph": "1.3.0",
  35. "vue-calendar-heatmap": "0.8.4",
  36. "vue-loader": "15.9.8",
  37. "vue-template-compiler": "2.6.14",
  38. "webpack": "5.50.0",
  39. "webpack-cli": "4.8.0",
  40. "workbox-routing": "6.2.4",
  41. "workbox-strategies": "6.2.4",
  42. "worker-loader": "3.0.8",
  43. "wrap-ansi": "8.0.0"
  44. },
  45. "devDependencies": {
  46. "editorconfig-checker": "4.0.2",
  47. "eslint": "7.32.0",
  48. "eslint-plugin-html": "6.1.2",
  49. "eslint-plugin-import": "2.24.0",
  50. "eslint-plugin-unicorn": "35.0.0",
  51. "eslint-plugin-vue": "7.16.0",
  52. "jest": "27.0.6",
  53. "jest-extended": "0.11.5",
  54. "stylelint": "13.13.1",
  55. "stylelint-config-standard": "22.0.0",
  56. "svgo": "2.4.0",
  57. "updates": "12.1.0"
  58. },
  59. "browserslist": [
  60. "defaults",
  61. "not ie > 0",
  62. "not ie_mob > 0"
  63. ]
  64. }