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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "type": "module",
  3. "engines": {
  4. "node": ">= 18.0.0"
  5. },
  6. "dependencies": {
  7. "@citation-js/core": "0.7.1",
  8. "@citation-js/plugin-bibtex": "0.7.1",
  9. "@citation-js/plugin-csl": "0.7.1",
  10. "@citation-js/plugin-software-formats": "0.6.1",
  11. "@claviska/jquery-minicolors": "2.3.6",
  12. "@github/markdown-toolbar-element": "2.2.1",
  13. "@github/relative-time-element": "4.3.1",
  14. "@github/text-expander-element": "2.5.0",
  15. "@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
  16. "@primer/octicons": "19.8.0",
  17. "@webcomponents/custom-elements": "1.6.0",
  18. "add-asset-webpack-plugin": "2.0.1",
  19. "ansi_up": "6.0.2",
  20. "asciinema-player": "3.6.2",
  21. "clippie": "4.0.6",
  22. "css-loader": "6.8.1",
  23. "dropzone": "6.0.0-beta.2",
  24. "easymde": "2.18.0",
  25. "esbuild-loader": "4.0.2",
  26. "escape-goat": "4.0.0",
  27. "fast-glob": "3.3.1",
  28. "jquery": "3.7.1",
  29. "katex": "0.16.9",
  30. "license-checker-webpack-plugin": "0.2.1",
  31. "lightningcss-loader": "2.1.0",
  32. "mermaid": "10.6.1",
  33. "mini-css-extract-plugin": "2.7.6",
  34. "minimatch": "9.0.3",
  35. "monaco-editor": "0.44.0",
  36. "monaco-editor-webpack-plugin": "7.1.0",
  37. "pdfobject": "2.2.12",
  38. "pretty-ms": "8.0.0",
  39. "sortablejs": "1.15.0",
  40. "swagger-ui-dist": "5.9.0",
  41. "throttle-debounce": "5.0.0",
  42. "tinycolor2": "1.6.0",
  43. "tippy.js": "6.3.7",
  44. "toastify-js": "1.12.0",
  45. "tributejs": "5.1.3",
  46. "uint8-to-base64": "0.2.0",
  47. "vue": "3.3.4",
  48. "vue-bar-graph": "2.0.0",
  49. "vue-loader": "17.3.0",
  50. "vue3-calendar-heatmap": "2.0.5",
  51. "webpack": "5.88.2",
  52. "webpack-cli": "5.1.4",
  53. "wrap-ansi": "8.1.0"
  54. },
  55. "devDependencies": {
  56. "@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
  57. "@playwright/test": "1.38.1",
  58. "@stoplight/spectral-cli": "6.11.0",
  59. "@vitejs/plugin-vue": "4.4.0",
  60. "eslint": "8.51.0",
  61. "eslint-plugin-array-func": "4.0.0",
  62. "eslint-plugin-import": "2.28.1",
  63. "eslint-plugin-jquery": "1.5.1",
  64. "eslint-plugin-no-jquery": "2.7.0",
  65. "eslint-plugin-no-use-extend-native": "0.5.0",
  66. "eslint-plugin-regexp": "1.15.0",
  67. "eslint-plugin-sonarjs": "0.21.0",
  68. "eslint-plugin-unicorn": "48.0.1",
  69. "eslint-plugin-vitest-globals": "1.4.0",
  70. "eslint-plugin-vue": "9.17.0",
  71. "eslint-plugin-vue-scoped-css": "2.5.1",
  72. "eslint-plugin-wc": "2.0.4",
  73. "jsdom": "22.1.0",
  74. "markdownlint-cli": "0.37.0",
  75. "postcss-html": "1.5.0",
  76. "stylelint": "15.10.3",
  77. "stylelint-declaration-block-no-ignored-properties": "2.7.0",
  78. "stylelint-declaration-strict-value": "1.9.2",
  79. "stylelint-stylistic": "0.4.3",
  80. "svgo": "3.0.2",
  81. "updates": "15.0.2",
  82. "vite-string-plugin": "1.1.2",
  83. "vitest": "0.34.6"
  84. },
  85. "browserslist": [
  86. "defaults",
  87. "not ie > 0",
  88. "not ie_mob > 0"
  89. ]
  90. }