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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "@github/markdown-toolbar-element": "2.2.3",
  12. "@github/relative-time-element": "4.4.0",
  13. "@github/text-expander-element": "2.6.1",
  14. "@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
  15. "@primer/octicons": "19.9.0",
  16. "add-asset-webpack-plugin": "2.0.1",
  17. "ansi_up": "6.0.2",
  18. "asciinema-player": "3.7.1",
  19. "chart.js": "4.4.2",
  20. "chartjs-adapter-dayjs-4": "1.0.4",
  21. "chartjs-plugin-zoom": "2.0.1",
  22. "clippie": "4.0.7",
  23. "css-loader": "7.1.1",
  24. "dayjs": "1.11.10",
  25. "dropzone": "6.0.0-beta.2",
  26. "easymde": "2.18.0",
  27. "esbuild-loader": "4.1.0",
  28. "escape-goat": "4.0.0",
  29. "fast-glob": "3.3.2",
  30. "htmx.org": "1.9.11",
  31. "idiomorph": "0.3.0",
  32. "jquery": "3.7.1",
  33. "katex": "0.16.10",
  34. "license-checker-webpack-plugin": "0.2.1",
  35. "mermaid": "10.9.0",
  36. "mini-css-extract-plugin": "2.8.1",
  37. "minimatch": "9.0.4",
  38. "monaco-editor": "0.47.0",
  39. "monaco-editor-webpack-plugin": "7.1.0",
  40. "pdfobject": "2.3.0",
  41. "postcss": "8.4.38",
  42. "postcss-loader": "8.1.1",
  43. "postcss-nesting": "12.1.1",
  44. "pretty-ms": "9.0.0",
  45. "sortablejs": "1.15.2",
  46. "swagger-ui-dist": "5.15.1",
  47. "tailwindcss": "3.4.3",
  48. "temporal-polyfill": "0.2.4",
  49. "throttle-debounce": "5.0.0",
  50. "tinycolor2": "1.6.0",
  51. "tippy.js": "6.3.7",
  52. "toastify-js": "1.12.0",
  53. "tributejs": "5.1.3",
  54. "uint8-to-base64": "0.2.0",
  55. "vanilla-colorful": "0.7.2",
  56. "vue": "3.4.21",
  57. "vue-bar-graph": "2.0.0",
  58. "vue-chartjs": "5.3.1",
  59. "vue-loader": "17.4.2",
  60. "vue3-calendar-heatmap": "2.0.5",
  61. "webpack": "5.91.0",
  62. "webpack-cli": "5.1.4",
  63. "wrap-ansi": "9.0.0"
  64. },
  65. "devDependencies": {
  66. "@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
  67. "@playwright/test": "1.43.1",
  68. "@stoplight/spectral-cli": "6.11.1",
  69. "@stylistic/eslint-plugin-js": "1.7.0",
  70. "@stylistic/stylelint-plugin": "2.1.1",
  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.5.0",
  80. "eslint-plugin-sonarjs": "0.25.1",
  81. "eslint-plugin-unicorn": "52.0.0",
  82. "eslint-plugin-vitest": "0.4.1",
  83. "eslint-plugin-vitest-globals": "1.5.0",
  84. "eslint-plugin-vue": "9.24.1",
  85. "eslint-plugin-vue-scoped-css": "2.8.0",
  86. "eslint-plugin-wc": "2.1.0",
  87. "happy-dom": "14.7.1",
  88. "markdownlint-cli": "0.39.0",
  89. "postcss-html": "1.6.0",
  90. "stylelint": "16.3.1",
  91. "stylelint-declaration-block-no-ignored-properties": "2.8.0",
  92. "stylelint-declaration-strict-value": "1.10.4",
  93. "stylelint-value-no-unknown-custom-properties": "6.0.1",
  94. "svgo": "3.2.0",
  95. "updates": "16.0.1",
  96. "vite-string-plugin": "1.1.5",
  97. "vitest": "1.5.0"
  98. },
  99. "browserslist": [
  100. "defaults"
  101. ]
  102. }