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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "type": "module",
  3. "engines": {
  4. "node": ">= 18.0.0"
  5. },
  6. "dependencies": {
  7. "@citation-js/core": "0.7.9",
  8. "@citation-js/plugin-bibtex": "0.7.9",
  9. "@citation-js/plugin-csl": "0.7.9",
  10. "@citation-js/plugin-software-formats": "0.6.1",
  11. "@claviska/jquery-minicolors": "2.3.6",
  12. "@github/markdown-toolbar-element": "2.2.3",
  13. "@github/relative-time-element": "4.3.1",
  14. "@github/text-expander-element": "2.6.1",
  15. "@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
  16. "@primer/octicons": "19.8.0",
  17. "add-asset-webpack-plugin": "2.0.1",
  18. "ansi_up": "6.0.2",
  19. "asciinema-player": "3.7.0",
  20. "chart.js": "4.4.2",
  21. "chartjs-adapter-dayjs-4": "1.0.4",
  22. "chartjs-plugin-zoom": "2.0.1",
  23. "clippie": "4.0.7",
  24. "css-loader": "6.10.0",
  25. "dayjs": "1.11.10",
  26. "dropzone": "6.0.0-beta.2",
  27. "easymde": "2.18.0",
  28. "esbuild-loader": "4.1.0",
  29. "escape-goat": "4.0.0",
  30. "fast-glob": "3.3.2",
  31. "htmx.org": "1.9.11",
  32. "idiomorph": "0.3.0",
  33. "jquery": "3.7.1",
  34. "katex": "0.16.9",
  35. "license-checker-webpack-plugin": "0.2.1",
  36. "mermaid": "10.9.0",
  37. "mini-css-extract-plugin": "2.8.1",
  38. "minimatch": "9.0.3",
  39. "monaco-editor": "0.47.0",
  40. "monaco-editor-webpack-plugin": "7.1.0",
  41. "pdfobject": "2.3.0",
  42. "postcss": "8.4.35",
  43. "postcss-loader": "8.1.1",
  44. "postcss-nesting": "12.1.0",
  45. "pretty-ms": "9.0.0",
  46. "sortablejs": "1.15.2",
  47. "swagger-ui-dist": "5.12.0",
  48. "tailwindcss": "3.4.1",
  49. "temporal-polyfill": "0.2.3",
  50. "throttle-debounce": "5.0.0",
  51. "tinycolor2": "1.6.0",
  52. "tippy.js": "6.3.7",
  53. "toastify-js": "1.12.0",
  54. "tributejs": "5.1.3",
  55. "uint8-to-base64": "0.2.0",
  56. "vue": "3.4.21",
  57. "vue-bar-graph": "2.0.0",
  58. "vue-chartjs": "5.3.0",
  59. "vue-loader": "17.4.2",
  60. "vue3-calendar-heatmap": "2.0.5",
  61. "webpack": "5.90.3",
  62. "webpack-cli": "5.1.4",
  63. "wrap-ansi": "9.0.0"
  64. },
  65. "devDependencies": {
  66. "@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
  67. "@playwright/test": "1.42.1",
  68. "@stoplight/spectral-cli": "6.11.0",
  69. "@stylistic/eslint-plugin-js": "1.7.0",
  70. "@stylistic/stylelint-plugin": "2.1.0",
  71. "@vitejs/plugin-vue": "5.0.4",
  72. "eslint": "8.57.0",
  73. "eslint-plugin-array-func": "4.0.0",
  74. "eslint-plugin-github": "4.10.2",
  75. "eslint-plugin-i": "2.29.1",
  76. "eslint-plugin-jquery": "1.5.1",
  77. "eslint-plugin-no-jquery": "2.7.0",
  78. "eslint-plugin-no-use-extend-native": "0.5.0",
  79. "eslint-plugin-regexp": "2.3.0",
  80. "eslint-plugin-sonarjs": "0.24.0",
  81. "eslint-plugin-unicorn": "51.0.1",
  82. "eslint-plugin-vitest": "0.3.26",
  83. "eslint-plugin-vitest-globals": "1.4.0",
  84. "eslint-plugin-vue": "9.23.0",
  85. "eslint-plugin-vue-scoped-css": "2.7.2",
  86. "eslint-plugin-wc": "2.0.4",
  87. "happy-dom": "14.2.0",
  88. "markdownlint-cli": "0.39.0",
  89. "postcss-html": "1.6.0",
  90. "stylelint": "16.2.1",
  91. "stylelint-declaration-block-no-ignored-properties": "2.8.0",
  92. "stylelint-declaration-strict-value": "1.10.4",
  93. "svgo": "3.2.0",
  94. "updates": "15.3.1",
  95. "vite-string-plugin": "1.1.5",
  96. "vitest": "1.3.1"
  97. },
  98. "browserslist": [
  99. "defaults"
  100. ]
  101. }