123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "name": "ux",
- "version": "0.0.1",
- "description": "The most powerful and extensible open source Wiki software",
- "productName": "Wiki.js",
- "author": "Nicolas Giard <nick@requarks.io>",
- "private": true,
- "scripts": {
- "dev": "quasar dev",
- "build": "quasar build",
- "lint": "eslint --ext .js,.vue ./"
- },
- "dependencies": {
- "@apollo/client": "3.6.9",
- "@codemirror/autocomplete": "6.0.2",
- "@codemirror/basic-setup": "0.20.0",
- "@codemirror/closebrackets": "0.19.2",
- "@codemirror/commands": "6.0.1",
- "@codemirror/comment": "0.19.1",
- "@codemirror/fold": "0.19.4",
- "@codemirror/gutter": "0.19.9",
- "@codemirror/highlight": "0.19.8",
- "@codemirror/history": "0.19.2",
- "@codemirror/lang-css": "6.0.0",
- "@codemirror/lang-html": "6.1.0",
- "@codemirror/lang-javascript": "6.0.1",
- "@codemirror/lang-json": "6.0.0",
- "@codemirror/lang-markdown": "6.0.0",
- "@codemirror/matchbrackets": "0.19.4",
- "@codemirror/search": "6.0.0",
- "@codemirror/state": "6.0.1",
- "@codemirror/tooltip": "0.19.16",
- "@codemirror/view": "6.0.2",
- "@lezer/common": "1.0.0",
- "@quasar/extras": "1.15.1",
- "@tiptap/core": "2.0.0-beta.176",
- "@tiptap/extension-code-block": "2.0.0-beta.37",
- "@tiptap/extension-code-block-lowlight": "2.0.0-beta.68",
- "@tiptap/extension-color": "2.0.0-beta.9",
- "@tiptap/extension-dropcursor": "2.0.0-beta.25",
- "@tiptap/extension-font-family": "2.0.0-beta.21",
- "@tiptap/extension-gapcursor": "2.0.0-beta.34",
- "@tiptap/extension-hard-break": "2.0.0-beta.30",
- "@tiptap/extension-highlight": "2.0.0-beta.33",
- "@tiptap/extension-history": "2.0.0-beta.21",
- "@tiptap/extension-image": "2.0.0-beta.27",
- "@tiptap/extension-mention": "2.0.0-beta.97",
- "@tiptap/extension-placeholder": "2.0.0-beta.48",
- "@tiptap/extension-table": "2.0.0-beta.49",
- "@tiptap/extension-table-cell": "2.0.0-beta.20",
- "@tiptap/extension-table-header": "2.0.0-beta.22",
- "@tiptap/extension-table-row": "2.0.0-beta.19",
- "@tiptap/extension-task-item": "2.0.0-beta.32",
- "@tiptap/extension-task-list": "2.0.0-beta.26",
- "@tiptap/extension-text-align": "2.0.0-beta.29",
- "@tiptap/extension-text-style": "2.0.0-beta.23",
- "@tiptap/extension-typography": "2.0.0-beta.20",
- "@tiptap/starter-kit": "2.0.0-beta.185",
- "@tiptap/vue-3": "2.0.0-beta.91",
- "apollo-upload-client": "17.0.0",
- "browser-fs-access": "0.31.0",
- "clipboard": "2.0.11",
- "codemirror": "6.0.1",
- "filesize": "9.0.11",
- "filesize-parser": "1.5.0",
- "graphql": "16.6.0",
- "graphql-tag": "2.12.6",
- "js-cookie": "3.0.1",
- "jwt-decode": "3.1.2",
- "lodash-es": "4.17.21",
- "luxon": "3.0.1",
- "pinia": "2.0.20",
- "pug": "3.0.2",
- "quasar": "2.7.7",
- "socket.io-client": "4.5.2",
- "tippy.js": "6.3.7",
- "uuid": "8.3.2",
- "v-network-graph": "0.6.6",
- "vue": "3.2.37",
- "vue-codemirror": "6.0.2",
- "vue-i18n": "9.2.2",
- "vue-router": "4.1.3",
- "vue3-otp-input": "0.3.6",
- "vuedraggable": "4.1.0",
- "xterm": "4.19.0",
- "zxcvbn": "4.4.2"
- },
- "devDependencies": {
- "@intlify/vite-plugin-vue-i18n": "6.0.1",
- "@quasar/app-vite": "1.0.6",
- "@types/lodash": "4.14.184",
- "@volar/vue-language-plugin-pug": "1.0.1",
- "browserlist": "latest",
- "eslint": "8.22.0",
- "eslint-config-standard": "17.0.0",
- "eslint-plugin-import": "2.26.0",
- "eslint-plugin-n": "15.2.4",
- "eslint-plugin-promise": "6.0.0",
- "eslint-plugin-vue": "9.3.0"
- },
- "engines": {
- "node": "^18 || ^16",
- "npm": ">= 6.13.4",
- "yarn": ">= 1.21.1"
- },
- "eslint.packageManager": "yarn",
- "packageManager": "yarn@3.2.0"
- }
|