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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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.4.0",
  17. "@webcomponents/custom-elements": "1.6.0",
  18. "add-asset-webpack-plugin": "2.0.1",
  19. "ansi_up": "5.2.1",
  20. "asciinema-player": "3.5.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.3.0",
  28. "jquery": "3.7.0",
  29. "jquery.are-you-sure": "1.9.0",
  30. "katex": "0.16.8",
  31. "license-checker-webpack-plugin": "0.2.1",
  32. "lightningcss-loader": "2.1.0",
  33. "mermaid": "10.2.4",
  34. "mini-css-extract-plugin": "2.7.6",
  35. "minimatch": "9.0.3",
  36. "monaco-editor": "0.40.0",
  37. "monaco-editor-webpack-plugin": "7.0.1",
  38. "pdfobject": "2.2.12",
  39. "pretty-ms": "8.0.0",
  40. "sortablejs": "1.15.0",
  41. "swagger-ui-dist": "5.1.0",
  42. "throttle-debounce": "5.0.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.2.2",
  50. "vue3-calendar-heatmap": "2.0.5",
  51. "webpack": "5.88.1",
  52. "webpack-cli": "5.1.4",
  53. "wrap-ansi": "8.1.0"
  54. },
  55. "devDependencies": {
  56. "@eslint-community/eslint-plugin-eslint-comments": "3.2.1",
  57. "@playwright/test": "1.35.1",
  58. "@stoplight/spectral-cli": "6.8.0",
  59. "@vitejs/plugin-vue": "4.2.3",
  60. "eslint": "8.44.0",
  61. "eslint-plugin-array-func": "3.1.8",
  62. "eslint-plugin-custom-elements": "0.0.8",
  63. "eslint-plugin-import": "2.27.5",
  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.19.0",
  69. "eslint-plugin-unicorn": "47.0.0",
  70. "eslint-plugin-vue": "9.15.1",
  71. "eslint-plugin-wc": "1.5.0",
  72. "jsdom": "22.1.0",
  73. "markdownlint-cli": "0.35.0",
  74. "postcss-html": "1.5.0",
  75. "stylelint": "15.9.0",
  76. "stylelint-declaration-block-no-ignored-properties": "2.7.0",
  77. "stylelint-declaration-strict-value": "1.9.2",
  78. "stylelint-stylistic": "0.4.2",
  79. "svgo": "3.0.2",
  80. "updates": "14.3.2",
  81. "vite-string-plugin": "1.1.0",
  82. "vitest": "0.33.0"
  83. },
  84. "browserslist": [
  85. "defaults",
  86. "not ie > 0",
  87. "not ie_mob > 0"
  88. ]
  89. }