зеркало из https://github.com/nextcloud/text.git
151 строка
5.2 KiB
JSON
151 строка
5.2 KiB
JSON
{
|
|
"name": "text",
|
|
"description": "Collaborative document editing",
|
|
"version": "5.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julius Härtl",
|
|
"email": "jus@bitgrid.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "agpl",
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"module": "dist/index.js",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production NODE_OPTIONS='--max-old-space-size=4096' vite --mode production build",
|
|
"dev": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=4096' vite --mode development build",
|
|
"watch": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=8192' vite --mode development build --watch",
|
|
"lint": "tsc && eslint --ext .js,.ts,.vue src cypress",
|
|
"lint:fix": "tsc && eslint --ext .js,.ts,.vue src cypress --fix",
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss",
|
|
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss --fix",
|
|
"test": "NODE_ENV=test vitest",
|
|
"test:cypress": "cd cypress && ./runLocal.sh run",
|
|
"test:cypress:open": "cd cypress && ./runLocal.sh open",
|
|
"test:coverage": "NODE_ENV=test vitest --coverage"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@mdi/svg": "^7.4.47",
|
|
"@nextcloud/auth": "^2.4.0",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/browser-storage": "^0.4.0",
|
|
"@nextcloud/dialogs": "^6.0.1",
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
"@nextcloud/files": "^3.10.0",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
"@nextcloud/logger": "^3.0.2",
|
|
"@nextcloud/moment": "^1.3.1",
|
|
"@nextcloud/notify_push": "^1.3.0",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/sharing": "^0.2.3",
|
|
"@nextcloud/vue": "^8.21.0",
|
|
"@quartzy/markdown-it-mentions": "^0.2.0",
|
|
"@tiptap/core": "^2.9.1",
|
|
"@tiptap/extension-blockquote": "^2.9.1",
|
|
"@tiptap/extension-bold": "^2.9.1",
|
|
"@tiptap/extension-bullet-list": "^2.9.1",
|
|
"@tiptap/extension-character-count": "^2.9.1",
|
|
"@tiptap/extension-code": "^2.9.1",
|
|
"@tiptap/extension-code-block": "^2.9.1",
|
|
"@tiptap/extension-code-block-lowlight": "^2.9.1",
|
|
"@tiptap/extension-collaboration": "^2.9.1",
|
|
"@tiptap/extension-collaboration-cursor": "^2.9.1",
|
|
"@tiptap/extension-document": "^2.9.1",
|
|
"@tiptap/extension-dropcursor": "^2.9.1",
|
|
"@tiptap/extension-gapcursor": "^2.9.1",
|
|
"@tiptap/extension-hard-break": "^2.9.1",
|
|
"@tiptap/extension-heading": "^2.9.1",
|
|
"@tiptap/extension-history": "^2.9.1",
|
|
"@tiptap/extension-horizontal-rule": "^2.9.1",
|
|
"@tiptap/extension-image": "^2.9.1",
|
|
"@tiptap/extension-italic": "^2.9.1",
|
|
"@tiptap/extension-link": "^2.9.1",
|
|
"@tiptap/extension-list-item": "^2.9.1",
|
|
"@tiptap/extension-mention": "^2.9.1",
|
|
"@tiptap/extension-ordered-list": "^2.9.1",
|
|
"@tiptap/extension-paragraph": "^2.9.1",
|
|
"@tiptap/extension-placeholder": "^2.9.1",
|
|
"@tiptap/extension-strike": "^2.9.1",
|
|
"@tiptap/extension-table": "^2.9.1",
|
|
"@tiptap/extension-table-cell": "^2.9.1",
|
|
"@tiptap/extension-table-header": "^2.9.1",
|
|
"@tiptap/extension-table-row": "^2.9.1",
|
|
"@tiptap/extension-task-item": "^2.9.1",
|
|
"@tiptap/extension-task-list": "^2.9.1",
|
|
"@tiptap/extension-text": "^2.9.1",
|
|
"@tiptap/extension-underline": "^2.9.1",
|
|
"@tiptap/pm": "^2.9.1",
|
|
"@tiptap/suggestion": "^2.9.1",
|
|
"@tiptap/vue-2": "^2.9.1",
|
|
"@vueuse/shared": "^11.3.0",
|
|
"debounce": "^2.2.0",
|
|
"escape-html": "^1.0.3",
|
|
"highlight.js": "^11.10.0",
|
|
"lib0": "^0.2.98",
|
|
"lowlight": "^3.2.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-container": "^4.0.0",
|
|
"markdown-it-front-matter": "^0.2.4",
|
|
"markdown-it-image-figures": "^2.1.1",
|
|
"mermaid": "^11.4.1",
|
|
"mitt": "^3.0.1",
|
|
"path-normalize": "^6.0.13",
|
|
"proxy-polyfill": "^0.3.2",
|
|
"slug": "^10.0.0",
|
|
"tippy.js": "^6.3.7",
|
|
"uuid": "^11.0.3",
|
|
"vue": "^2.7.16",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vuex": "^3.6.2",
|
|
"y-prosemirror": "^1.2.13",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.20"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/cypress": "^1.0.0-beta.8",
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/vite-config": "^1.4.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@vitejs/plugin-vue2": "^2.3.3",
|
|
"@vitest/coverage-v8": "^2.1.7",
|
|
"@vue/test-utils": "^1.3.0 <2",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"@vueuse/core": "^11.3.0",
|
|
"cypress": "^13.6.4",
|
|
"cypress-split": "^1.24.6",
|
|
"cypress-visual-regression": "^5.2.2",
|
|
"cypress-vite": "^1.5.0",
|
|
"eslint-plugin-cypress": "^3.6.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"prosemirror-test-builder": "^1.1.1",
|
|
"raw-loader": "^4.0.2",
|
|
"rollup-plugin-webpack-stats": "^1.1.1",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^5.4.11",
|
|
"vite-plugin-commonjs": "^0.10.4",
|
|
"vitest": "^2.1.7",
|
|
"vue-demi": "^0.14.10",
|
|
"vue-template-compiler": "^2.7.16"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "^4.27.4"
|
|
}
|
|
}
|