package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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.1",
  15. "@codemirror/autocomplete": "0.20.0",
  16. "@codemirror/basic-setup": "0.20.0",
  17. "@codemirror/closebrackets": "0.19.2",
  18. "@codemirror/commands": "0.20.0",
  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": "0.20.0",
  25. "@codemirror/lang-html": "0.20.0",
  26. "@codemirror/lang-javascript": "0.20.0",
  27. "@codemirror/lang-json": "0.20.0",
  28. "@codemirror/lang-markdown": "0.20.0",
  29. "@codemirror/matchbrackets": "0.19.4",
  30. "@codemirror/search": "0.20.1",
  31. "@codemirror/state": "0.20.0",
  32. "@codemirror/tooltip": "0.19.16",
  33. "@codemirror/view": "0.20.3",
  34. "@lezer/common": "0.16.0",
  35. "@quasar/extras": "1.13.6",
  36. "@tiptap/core": "2.0.0-beta.175",
  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.96",
  48. "@tiptap/extension-placeholder": "2.0.0-beta.48",
  49. "@tiptap/extension-table": "2.0.0-beta.48",
  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.184",
  59. "@tiptap/vue-3": "2.0.0-beta.91",
  60. "@vue/apollo-option": "4.0.0-alpha.16",
  61. "apollo-upload-client": "17.0.0",
  62. "browser-fs-access": "0.29.4",
  63. "clipboard": "2.0.10",
  64. "filesize": "8.0.7",
  65. "filesize-parser": "1.5.0",
  66. "graphql": "16.4.0",
  67. "graphql-tag": "2.12.6",
  68. "js-cookie": "3.0.1",
  69. "jwt-decode": "3.1.2",
  70. "lodash": "4.17.21",
  71. "luxon": "2.3.2",
  72. "pinia": "2.0.13",
  73. "pug": "3.0.2",
  74. "quasar": "2.6.6",
  75. "tippy.js": "6.3.7",
  76. "uuid": "8.3.2",
  77. "v-network-graph": "0.5.13",
  78. "vue": "3.2.31",
  79. "vue-i18n": "9.1.9",
  80. "vue-router": "4.0.14",
  81. "vuedraggable": "4.1.0",
  82. "zxcvbn": "4.4.2"
  83. },
  84. "devDependencies": {
  85. "@intlify/vite-plugin-vue-i18n": "3.4.0",
  86. "@quasar/app-vite": "1.0.0-beta.14",
  87. "@types/lodash": "4.14.182",
  88. "autoprefixer": "10.4.5",
  89. "eslint": "8.14.0",
  90. "eslint-config-standard": "17.0.0",
  91. "eslint-plugin-import": "2.26.0",
  92. "eslint-plugin-n": "15.2.0",
  93. "eslint-plugin-promise": "6.0.0",
  94. "eslint-plugin-vue": "8.7.1"
  95. },
  96. "engines": {
  97. "node": "^18 || ^16",
  98. "npm": ">= 6.13.4",
  99. "yarn": ">= 1.21.1"
  100. },
  101. "eslint.packageManager": "yarn",
  102. "packageManager": "yarn@3.2.0"
  103. }