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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "type": "module",
  3. "engines": {
  4. "node": ">= 16.0.0"
  5. },
  6. "dependencies": {
  7. "@citation-js/core": "0.6.8",
  8. "@citation-js/plugin-bibtex": "0.6.8",
  9. "@citation-js/plugin-csl": "0.6.8",
  10. "@citation-js/plugin-software-formats": "0.6.1",
  11. "@claviska/jquery-minicolors": "2.3.6",
  12. "@github/markdown-toolbar-element": "2.1.1",
  13. "@github/relative-time-element": "4.3.0",
  14. "@github/text-expander-element": "2.5.0",
  15. "@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
  16. "@primer/octicons": "19.3.0",
  17. "@webcomponents/custom-elements": "1.6.0",
  18. "add-asset-webpack-plugin": "2.0.1",
  19. "ansi-to-html": "0.7.2",
  20. "asciinema-player": "3.4.0",
  21. "clippie": "4.0.1",
  22. "css-loader": "6.8.1",
  23. "dropzone": "6.0.0-beta.2",
  24. "easymde": "2.18.0",
  25. "esbuild-loader": "3.0.1",
  26. "escape-goat": "4.0.0",
  27. "fast-glob": "3.2.12",
  28. "jquery": "3.7.0",
  29. "jquery.are-you-sure": "1.9.0",
  30. "katex": "0.16.7",
  31. "license-checker-webpack-plugin": "0.2.1",
  32. "mermaid": "10.2.3",
  33. "mini-css-extract-plugin": "2.7.6",
  34. "minimatch": "9.0.1",
  35. "monaco-editor": "0.39.0",
  36. "monaco-editor-webpack-plugin": "7.0.1",
  37. "pdfobject": "2.2.12",
  38. "pretty-ms": "8.0.0",
  39. "sortablejs": "1.15.0",
  40. "swagger-ui-dist": "5.0.0",
  41. "throttle-debounce": "5.0.0",
  42. "tippy.js": "6.3.7",
  43. "tributejs": "5.1.3",
  44. "uint8-to-base64": "0.2.0",
  45. "vue": "3.3.4",
  46. "vue-bar-graph": "2.0.0",
  47. "vue-loader": "17.2.2",
  48. "vue3-calendar-heatmap": "2.0.5",
  49. "webpack": "5.87.0",
  50. "webpack-cli": "5.1.4",
  51. "wrap-ansi": "8.1.0"
  52. },
  53. "devDependencies": {
  54. "@eslint-community/eslint-plugin-eslint-comments": "3.2.1",
  55. "@playwright/test": "1.35.1",
  56. "@rollup/pluginutils": "5.0.2",
  57. "@stoplight/spectral-cli": "6.8.0",
  58. "@vitejs/plugin-vue": "4.2.3",
  59. "eslint": "8.43.0",
  60. "eslint-plugin-array-func": "3.1.8",
  61. "eslint-plugin-custom-elements": "0.0.8",
  62. "eslint-plugin-import": "2.27.5",
  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.19.0",
  68. "eslint-plugin-unicorn": "47.0.0",
  69. "eslint-plugin-vue": "9.14.1",
  70. "eslint-plugin-wc": "1.5.0",
  71. "jsdom": "22.1.0",
  72. "markdownlint-cli": "0.35.0",
  73. "postcss-html": "1.5.0",
  74. "stylelint": "15.8.0",
  75. "stylelint-declaration-block-no-ignored-properties": "2.7.0",
  76. "stylelint-declaration-strict-value": "1.9.2",
  77. "stylelint-stylistic": "0.4.2",
  78. "svgo": "3.0.2",
  79. "updates": "14.2.4",
  80. "vitest": "0.32.2"
  81. },
  82. "browserslist": [
  83. "defaults",
  84. "not ie > 0",
  85. "not ie_mob > 0"
  86. ]
  87. }