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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "temporal-polyfill": "0.2.3",
  42. "throttle-debounce": "5.0.0",
  43. "tinycolor2": "1.6.0",
  44. "tippy.js": "6.3.7",
  45. "toastify-js": "1.12.0",
  46. "tributejs": "5.1.3",
  47. "uint8-to-base64": "0.2.0",
  48. "vue": "3.3.4",
  49. "vue-bar-graph": "2.0.0",
  50. "vue-loader": "17.3.0",
  51. "vue3-calendar-heatmap": "2.0.5",
  52. "webpack": "5.88.2",
  53. "webpack-cli": "5.1.4",
  54. "wrap-ansi": "8.1.0"
  55. },
  56. "devDependencies": {
  57. "@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
  58. "@playwright/test": "1.38.1",
  59. "@stoplight/spectral-cli": "6.11.0",
  60. "@vitejs/plugin-vue": "4.4.0",
  61. "eslint": "8.51.0",
  62. "eslint-plugin-array-func": "4.0.0",
  63. "eslint-plugin-import": "2.28.1",
  64. "eslint-plugin-jquery": "1.5.1",
  65. "eslint-plugin-no-jquery": "2.7.0",
  66. "eslint-plugin-no-use-extend-native": "0.5.0",
  67. "eslint-plugin-regexp": "1.15.0",
  68. "eslint-plugin-sonarjs": "0.21.0",
  69. "eslint-plugin-unicorn": "48.0.1",
  70. "eslint-plugin-vitest-globals": "1.4.0",
  71. "eslint-plugin-vue": "9.17.0",
  72. "eslint-plugin-vue-scoped-css": "2.5.1",
  73. "eslint-plugin-wc": "2.0.4",
  74. "jsdom": "22.1.0",
  75. "markdownlint-cli": "0.37.0",
  76. "postcss-html": "1.5.0",
  77. "stylelint": "15.10.3",
  78. "stylelint-declaration-block-no-ignored-properties": "2.7.0",
  79. "stylelint-declaration-strict-value": "1.9.2",
  80. "stylelint-stylistic": "0.4.3",
  81. "svgo": "3.0.2",
  82. "updates": "15.0.2",
  83. "vite-string-plugin": "1.1.2",
  84. "vitest": "0.34.6"
  85. },
  86. "browserslist": [
  87. "defaults",
  88. "not ie > 0",
  89. "not ie_mob > 0"
  90. ]
  91. }