package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "wiki-ux",
  3. "version": "3.0.0",
  4. "description": "The most powerful and extensible open source Wiki software",
  5. "productName": "Wiki.js",
  6. "author": "Nicolas Giard <nick@requarks.io>",
  7. "private": true,
  8. "type": "module",
  9. "scripts": {
  10. "dev": "vite --force",
  11. "build": "NODE_OPTIONS=--max-old-space-size=8192 vite build --emptyOutDir"
  12. },
  13. "dependencies": {
  14. "@apollo/client": "3.13.8",
  15. "@lezer/common": "1.2.3",
  16. "@mdi/font": "7.4.47",
  17. "@quasar/extras": "1.17.0",
  18. "@simplewebauthn/browser": "13.1.2",
  19. "@tiptap/core": "2.11.5",
  20. "@tiptap/extension-code-block": "2.11.5",
  21. "@tiptap/extension-code-block-lowlight": "2.11.5",
  22. "@tiptap/extension-color": "2.11.5",
  23. "@tiptap/extension-dropcursor": "2.11.5",
  24. "@tiptap/extension-font-family": "2.11.5",
  25. "@tiptap/extension-gapcursor": "2.11.5",
  26. "@tiptap/extension-hard-break": "2.11.5",
  27. "@tiptap/extension-highlight": "2.11.5",
  28. "@tiptap/extension-history": "2.11.5",
  29. "@tiptap/extension-image": "2.11.5",
  30. "@tiptap/extension-mention": "2.11.5",
  31. "@tiptap/extension-placeholder": "2.11.5",
  32. "@tiptap/extension-table": "2.11.5",
  33. "@tiptap/extension-table-cell": "2.11.5",
  34. "@tiptap/extension-table-header": "2.11.5",
  35. "@tiptap/extension-table-row": "2.11.5",
  36. "@tiptap/extension-task-item": "2.11.5",
  37. "@tiptap/extension-task-list": "2.11.5",
  38. "@tiptap/extension-text-align": "2.11.5",
  39. "@tiptap/extension-text-style": "2.11.5",
  40. "@tiptap/extension-typography": "2.11.5",
  41. "@tiptap/pm": "2.11.5",
  42. "@tiptap/starter-kit": "2.11.5",
  43. "@tiptap/vue-3": "2.11.5",
  44. "@vue/repl": "3.4.0",
  45. "@xterm/xterm": "5.5.0",
  46. "apollo-upload-client": "18.0.1",
  47. "browser-fs-access": "0.38.0",
  48. "clipboard": "2.0.11",
  49. "codemirror": "5.65.11",
  50. "codemirror-asciidoc": "1.0.4",
  51. "dependency-graph": "1.0.0",
  52. "filesize": "11.0.2",
  53. "filesize-parser": "1.5.1",
  54. "fuse.js": "7.1.0",
  55. "graphql": "16.11.0",
  56. "graphql-tag": "2.12.6",
  57. "highlight.js": "11.11.1",
  58. "js-cookie": "3.0.5",
  59. "jwt-decode": "4.0.0",
  60. "katex": "0.16.22",
  61. "lodash-es": "4.17.21",
  62. "lowlight": "3.3.0",
  63. "luxon": "3.7.1",
  64. "markdown-it": "14.1.0",
  65. "markdown-it-abbr": "2.0.0",
  66. "markdown-it-attrs": "4.3.1",
  67. "markdown-it-decorate": "1.2.2",
  68. "markdown-it-emoji": "3.0.0",
  69. "markdown-it-expand-tabs": "1.0.13",
  70. "markdown-it-footnote": "4.0.0",
  71. "markdown-it-imsize": "2.0.1",
  72. "markdown-it-mark": "4.0.0",
  73. "markdown-it-mdc": "0.2.6",
  74. "markdown-it-multimd-table": "4.2.3",
  75. "markdown-it-sub": "2.0.0",
  76. "markdown-it-sup": "2.0.0",
  77. "markdown-it-task-lists": "2.1.1",
  78. "mitt": "3.0.1",
  79. "monaco-editor": "0.52.2",
  80. "pako": "2.1.0",
  81. "pinia": "3.0.3",
  82. "prosemirror-commands": "1.7.1",
  83. "prosemirror-history": "1.4.1",
  84. "prosemirror-keymap": "1.2.3",
  85. "prosemirror-model": "1.25.2",
  86. "prosemirror-schema-list": "1.5.1",
  87. "prosemirror-state": "1.4.3",
  88. "prosemirror-transform": "1.10.4",
  89. "prosemirror-view": "1.40.1",
  90. "pug": "3.0.3",
  91. "quasar": "2.18.2",
  92. "slugify": "1.6.6",
  93. "socket.io-client": "4.8.1",
  94. "sortablejs": "1.15.6",
  95. "sortablejs-vue3": "1.2.11",
  96. "tabulator-tables": "6.3.1",
  97. "tippy.js": "6.3.7",
  98. "twemoji": "14.0.2",
  99. "typescript": "5.8.3",
  100. "uuid": "11.1.0",
  101. "v-network-graph": "0.9.21",
  102. "vue": "3.5.18",
  103. "vue-i18n": "11.1.11",
  104. "vue-router": "4.5.1",
  105. "vue3-otp-input": "0.5.40",
  106. "vuedraggable": "4.1.0",
  107. "zxcvbn": "4.4.2"
  108. },
  109. "devDependencies": {
  110. "@eslint/js": "9.32.0",
  111. "@intlify/unplugin-vue-i18n": "6.0.8",
  112. "@quasar/app-vite": "2.3.0",
  113. "@quasar/vite-plugin": "1.10.0",
  114. "@types/lodash": "4.17.20",
  115. "@vue/language-plugin-pug": "3.0.4",
  116. "autoprefixer": "10.4.21",
  117. "browserlist": "latest",
  118. "eslint": "9.32.0",
  119. "eslint-plugin-import": "2.32.0",
  120. "eslint-plugin-n": "17.21.2",
  121. "eslint-plugin-promise": "7.2.1",
  122. "eslint-plugin-vue": "10.3.0",
  123. "eslint-plugin-vue-pug": "1.0.0-alpha.3",
  124. "neostandard": "0.12.2",
  125. "sass": "1.89.2",
  126. "vite-plugin-vue-devtools": "8.0.0"
  127. },
  128. "engines": {
  129. "node": ">= 18.0",
  130. "npm": ">= 6.13.4"
  131. },
  132. "overrides": {
  133. "typescript": "5.8.2"
  134. },
  135. "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
  136. }