package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "ux",
  3. "version": "0.0.1",
  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. "scripts": {
  9. "dev": "quasar dev",
  10. "build": "quasar build",
  11. "lint": "eslint --ext .js,.vue ./"
  12. },
  13. "dependencies": {
  14. "@apollo/client": "3.6.9",
  15. "@codemirror/autocomplete": "6.0.2",
  16. "@codemirror/basic-setup": "0.20.0",
  17. "@codemirror/closebrackets": "0.19.2",
  18. "@codemirror/commands": "6.0.1",
  19. "@codemirror/comment": "0.19.1",
  20. "@codemirror/fold": "0.19.4",
  21. "@codemirror/gutter": "0.19.9",
  22. "@codemirror/highlight": "0.19.8",
  23. "@codemirror/history": "0.19.2",
  24. "@codemirror/lang-css": "6.0.0",
  25. "@codemirror/lang-html": "6.1.0",
  26. "@codemirror/lang-javascript": "6.0.1",
  27. "@codemirror/lang-json": "6.0.0",
  28. "@codemirror/lang-markdown": "6.0.0",
  29. "@codemirror/matchbrackets": "0.19.4",
  30. "@codemirror/search": "6.0.0",
  31. "@codemirror/state": "6.0.1",
  32. "@codemirror/tooltip": "0.19.16",
  33. "@codemirror/view": "6.0.2",
  34. "@lezer/common": "1.0.0",
  35. "@quasar/extras": "1.15.1",
  36. "@tiptap/core": "2.0.0-beta.176",
  37. "@tiptap/extension-code-block": "2.0.0-beta.37",
  38. "@tiptap/extension-code-block-lowlight": "2.0.0-beta.68",
  39. "@tiptap/extension-color": "2.0.0-beta.9",
  40. "@tiptap/extension-dropcursor": "2.0.0-beta.25",
  41. "@tiptap/extension-font-family": "2.0.0-beta.21",
  42. "@tiptap/extension-gapcursor": "2.0.0-beta.34",
  43. "@tiptap/extension-hard-break": "2.0.0-beta.30",
  44. "@tiptap/extension-highlight": "2.0.0-beta.33",
  45. "@tiptap/extension-history": "2.0.0-beta.21",
  46. "@tiptap/extension-image": "2.0.0-beta.27",
  47. "@tiptap/extension-mention": "2.0.0-beta.97",
  48. "@tiptap/extension-placeholder": "2.0.0-beta.48",
  49. "@tiptap/extension-table": "2.0.0-beta.49",
  50. "@tiptap/extension-table-cell": "2.0.0-beta.20",
  51. "@tiptap/extension-table-header": "2.0.0-beta.22",
  52. "@tiptap/extension-table-row": "2.0.0-beta.19",
  53. "@tiptap/extension-task-item": "2.0.0-beta.32",
  54. "@tiptap/extension-task-list": "2.0.0-beta.26",
  55. "@tiptap/extension-text-align": "2.0.0-beta.29",
  56. "@tiptap/extension-text-style": "2.0.0-beta.23",
  57. "@tiptap/extension-typography": "2.0.0-beta.20",
  58. "@tiptap/starter-kit": "2.0.0-beta.185",
  59. "@tiptap/vue-3": "2.0.0-beta.91",
  60. "apollo-upload-client": "17.0.0",
  61. "browser-fs-access": "0.31.0",
  62. "clipboard": "2.0.11",
  63. "codemirror": "6.0.1",
  64. "filesize": "9.0.11",
  65. "filesize-parser": "1.5.0",
  66. "graphql": "16.6.0",
  67. "graphql-tag": "2.12.6",
  68. "js-cookie": "3.0.1",
  69. "jwt-decode": "3.1.2",
  70. "lodash-es": "4.17.21",
  71. "luxon": "3.0.1",
  72. "pinia": "2.0.20",
  73. "pug": "3.0.2",
  74. "quasar": "2.7.7",
  75. "socket.io-client": "4.5.2",
  76. "tippy.js": "6.3.7",
  77. "uuid": "8.3.2",
  78. "v-network-graph": "0.6.6",
  79. "vue": "3.2.37",
  80. "vue-codemirror": "6.0.2",
  81. "vue-i18n": "9.2.2",
  82. "vue-router": "4.1.3",
  83. "vue3-otp-input": "0.3.6",
  84. "vuedraggable": "4.1.0",
  85. "xterm": "4.19.0",
  86. "zxcvbn": "4.4.2"
  87. },
  88. "devDependencies": {
  89. "@intlify/vite-plugin-vue-i18n": "6.0.1",
  90. "@quasar/app-vite": "1.0.6",
  91. "@types/lodash": "4.14.184",
  92. "@volar/vue-language-plugin-pug": "1.0.1",
  93. "browserlist": "latest",
  94. "eslint": "8.22.0",
  95. "eslint-config-standard": "17.0.0",
  96. "eslint-plugin-import": "2.26.0",
  97. "eslint-plugin-n": "15.2.4",
  98. "eslint-plugin-promise": "6.0.0",
  99. "eslint-plugin-vue": "9.3.0"
  100. },
  101. "engines": {
  102. "node": "^18 || ^16",
  103. "npm": ">= 6.13.4",
  104. "yarn": ">= 1.21.1"
  105. },
  106. "eslint.packageManager": "yarn",
  107. "packageManager": "yarn@3.2.0"
  108. }