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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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": "16.1.1",
  11. "add-asset-webpack-plugin": "2.0.1",
  12. "codemirror": "5.63.3",
  13. "css-loader": "6.5.1",
  14. "dropzone": "6.0.0-beta.1",
  15. "easymde": "2.15.0",
  16. "esbuild-loader": "2.16.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.2",
  23. "less-loader": "10.2.0",
  24. "license-checker-webpack-plugin": "0.2.1",
  25. "mermaid": "8.13.3",
  26. "mini-css-extract-plugin": "2.4.4",
  27. "monaco-editor": "0.30.1",
  28. "monaco-editor-webpack-plugin": "6.0.0",
  29. "pretty-ms": "7.0.1",
  30. "sortablejs": "1.14.0",
  31. "swagger-ui-dist": "4.1.0",
  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.63.0",
  39. "webpack-cli": "4.9.1",
  40. "workbox-routing": "6.3.0",
  41. "workbox-strategies": "6.3.0",
  42. "worker-loader": "3.0.8",
  43. "wrap-ansi": "8.0.1"
  44. },
  45. "devDependencies": {
  46. "editorconfig-checker": "4.0.2",
  47. "eslint": "8.2.0",
  48. "eslint-plugin-github": "4.3.5",
  49. "eslint-plugin-html": "6.2.0",
  50. "eslint-plugin-import": "2.25.3",
  51. "eslint-plugin-unicorn": "38.0.1",
  52. "eslint-plugin-vue": "8.0.3",
  53. "jest": "27.3.1",
  54. "jest-extended": "1.1.0",
  55. "jest-raw-loader": "1.0.1",
  56. "postcss-less": "5.0.0",
  57. "stylelint": "14.0.1",
  58. "stylelint-config-standard": "23.0.0",
  59. "svgo": "2.8.0",
  60. "updates": "12.2.2"
  61. },
  62. "browserslist": [
  63. "defaults",
  64. "not ie > 0",
  65. "not ie_mob > 0"
  66. ]
  67. }