зеркало из https://github.com/nextcloud/text.git
175 строки
6.1 KiB
JSON
175 строки
6.1 KiB
JSON
{
|
|
"name": "@nextcloud/text",
|
|
"description": "Collaborative document editing",
|
|
"version": "26.0.0-alpha.5",
|
|
"authors": [
|
|
{
|
|
"name": "Julius Härtl",
|
|
"email": "jus@bitgrid.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "agpl",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"module": "dist/index.js",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development webpack --config webpack.js",
|
|
"dev:package": "vite",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
|
"build:package": "vite build",
|
|
"lint": "eslint --ext .js,.vue src cypress",
|
|
"lint:fix": "eslint --ext .js,.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 jest",
|
|
"test:cypress": "cd cypress && ./runLocal.sh run",
|
|
"test:cypress:open": "cd cypress && ./runLocal.sh open",
|
|
"test:coverage": "NODE_ENV=test jest --coverage"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@hedgedoc/markdown-it-task-lists": "^2.0.1",
|
|
"@nextcloud/auth": "^2.0.0",
|
|
"@nextcloud/axios": "^2.3.0",
|
|
"@nextcloud/browser-storage": "^0.2.0",
|
|
"@nextcloud/dialogs": "^4.0.0-beta.2",
|
|
"@nextcloud/event-bus": "^3.0.2",
|
|
"@nextcloud/initial-state": "^2.0.0",
|
|
"@nextcloud/l10n": "^1.6.0",
|
|
"@nextcloud/logger": "^2.4.0",
|
|
"@nextcloud/moment": "^1.2.1",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^7.1.0",
|
|
"@nextcloud/vue-richtext": "^2.0.4",
|
|
"@quartzy/markdown-it-mentions": "^0.2.0",
|
|
"@tiptap/core": "^2.0.0-beta.209",
|
|
"@tiptap/extension-blockquote": "^2.0.0-beta.209",
|
|
"@tiptap/extension-bold": "^2.0.0-beta.209",
|
|
"@tiptap/extension-bullet-list": "^2.0.0-beta.209",
|
|
"@tiptap/extension-character-count": "^2.0.0-beta.209",
|
|
"@tiptap/extension-code": "^2.0.0-beta.209",
|
|
"@tiptap/extension-code-block": "^2.0.0-beta.209",
|
|
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.209",
|
|
"@tiptap/extension-document": "^2.0.0-beta.209",
|
|
"@tiptap/extension-dropcursor": "^2.0.0-beta.209",
|
|
"@tiptap/extension-hard-break": "^2.0.0-beta.209",
|
|
"@tiptap/extension-heading": "^2.0.0-beta.209",
|
|
"@tiptap/extension-history": "^2.0.0-beta.209",
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.209",
|
|
"@tiptap/extension-image": "^2.0.0-beta.209",
|
|
"@tiptap/extension-italic": "^2.0.0-beta.209",
|
|
"@tiptap/extension-link": "^2.0.0-beta.209",
|
|
"@tiptap/extension-list-item": "^2.0.0-beta.209",
|
|
"@tiptap/extension-mention": "^2.0.0-beta.209",
|
|
"@tiptap/extension-ordered-list": "^2.0.0-beta.209",
|
|
"@tiptap/extension-paragraph": "^2.0.0-beta.209",
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.209",
|
|
"@tiptap/extension-strike": "^2.0.0-beta.209",
|
|
"@tiptap/extension-table": "^2.0.0-beta.209",
|
|
"@tiptap/extension-table-cell": "^2.0.0-beta.209",
|
|
"@tiptap/extension-table-header": "^2.0.0-beta.209",
|
|
"@tiptap/extension-table-row": "^2.0.0-beta.209",
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.209",
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.209",
|
|
"@tiptap/extension-text": "^2.0.0-beta.209",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.209",
|
|
"@tiptap/prosemirror-tables": "^1.1.3",
|
|
"@tiptap/suggestion": "^2.0.0-beta.209",
|
|
"@tiptap/vue-2": "^2.0.0-beta.209",
|
|
"debounce": "^1.2.1",
|
|
"escape-html": "^1.0.3",
|
|
"highlight.js": "^10.7.3",
|
|
"lowlight": "^1.20.0",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-container": "^3.0.0",
|
|
"markdown-it-front-matter": "^0.2.3",
|
|
"markdown-it-image-figures": "^2.1.0",
|
|
"mitt": "^3.0.0",
|
|
"path-normalize": "^6.0.9",
|
|
"prosemirror-collab": "^1.3.0",
|
|
"prosemirror-inputrules": "^1.2.0",
|
|
"prosemirror-markdown": "^1.10.1",
|
|
"prosemirror-model": "^1.18.3",
|
|
"prosemirror-schema-list": "^1.2.2",
|
|
"prosemirror-state": "^1.4.2",
|
|
"prosemirror-tables-contently": "^1.1.4",
|
|
"prosemirror-transform": "^1.7.0",
|
|
"prosemirror-utils": "^1.0.0-0",
|
|
"prosemirror-view": "^1.29.1",
|
|
"proxy-polyfill": "^0.3.2",
|
|
"slug": "^8.2.2",
|
|
"tippy.js": "^6.3.7",
|
|
"uuid": "^9.0.0",
|
|
"vue": "^2.7.14",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-material-design-icons": "^5.1.2",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0",
|
|
"npm": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/browserify-preprocessor": "^3.0.2",
|
|
"@cypress/webpack-preprocessor": "^5.15.7",
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.3.0",
|
|
"@nextcloud/cypress": "^1.0.0-beta.2",
|
|
"@nextcloud/eslint-config": "^8.1.4",
|
|
"@nextcloud/stylelint-config": "^2.3.0",
|
|
"@nextcloud/webpack-vue-config": "^5.4.0",
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
"@vue/test-utils": "^1.3.0 <2",
|
|
"@vue/vue2-jest": "^29.2.2",
|
|
"cypress": "^12.1.0",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"prosemirror-test-builder": "^1.1.0",
|
|
"vite": "^4.0.2",
|
|
"vite-plugin-commonjs": "^0.6.1",
|
|
"vue-demi": "^0.13.11",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"jest": {
|
|
"verbose": true,
|
|
"testEnvironment": "jest-environment-jsdom",
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue",
|
|
"md",
|
|
"html"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1",
|
|
"\\.(css)$": "identity-obj-proxy"
|
|
},
|
|
"testPathIgnorePatterns": [
|
|
"<rootDir>/src/tests/fixtures/",
|
|
"<rootDir>/build",
|
|
"<rootDir>/cypress"
|
|
],
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/@vue/vue2-jest",
|
|
"\\.(html|xml|svg|md)$": "<rootDir>/jest-raw-loader.js"
|
|
},
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/src/tests/setup.js"
|
|
],
|
|
"transformIgnorePatterns": []
|
|
}
|
|
}
|