2019-03-18 19:15:31 +03:00
|
|
|
{
|
2019-05-14 10:57:07 +03:00
|
|
|
"name": "text",
|
2019-06-17 14:32:01 +03:00
|
|
|
"description": "Collaborative document editing",
|
2021-11-11 13:01:31 +03:00
|
|
|
"version": "3.5.0",
|
2019-03-18 19:15:31 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
2019-05-14 10:57:07 +03:00
|
|
|
"name": "Julius Härtl",
|
|
|
|
"email": "jus@bitgrid.net",
|
2019-03-18 19:15:31 +03:00
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "agpl",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-06-16 09:44:35 +03:00
|
|
|
"dev": "NODE_ENV=development webpack --config webpack.js",
|
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
|
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
2019-03-18 19:15:31 +03:00
|
|
|
"lint": "eslint --ext .js,.vue src",
|
|
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
2019-07-01 22:08:01 +03:00
|
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
|
|
|
|
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
|
2022-03-23 10:14:59 +03:00
|
|
|
"test": "NODE_ENV=test jest",
|
|
|
|
"test:coverage": "NODE_ENV=test jest --coverage"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
2020-09-09 08:03:42 +03:00
|
|
|
"browserslist": [
|
|
|
|
"extends @nextcloud/browserslist-config"
|
|
|
|
],
|
2019-03-18 19:15:31 +03:00
|
|
|
"dependencies": {
|
2020-08-11 13:09:12 +03:00
|
|
|
"@nextcloud/auth": "^1.3.0",
|
2022-01-22 05:00:45 +03:00
|
|
|
"@nextcloud/axios": "^1.9.0",
|
2020-01-01 16:39:08 +03:00
|
|
|
"@nextcloud/browser-storage": "^0.1.1",
|
2021-10-20 18:35:51 +03:00
|
|
|
"@nextcloud/dialogs": "^3.1.2",
|
2022-01-12 11:48:16 +03:00
|
|
|
"@nextcloud/event-bus": "^2.1.1",
|
2021-12-17 13:09:23 +03:00
|
|
|
"@nextcloud/initial-state": "^1.2.1",
|
2020-11-17 12:19:08 +03:00
|
|
|
"@nextcloud/l10n": "^1.4.1",
|
2022-03-19 05:00:49 +03:00
|
|
|
"@nextcloud/moment": "^1.2.0",
|
2021-10-06 12:39:15 +03:00
|
|
|
"@nextcloud/router": "^2.0.0",
|
2022-03-29 07:42:16 +03:00
|
|
|
"@nextcloud/vue": "^5.2.1",
|
2022-02-13 00:09:50 +03:00
|
|
|
"@tiptap/core": "^2.0.0-beta.174",
|
2021-11-30 14:03:38 +03:00
|
|
|
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
|
|
|
|
"@tiptap/extension-bold": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-bullet-list": "^2.0.0-beta.24",
|
|
|
|
"@tiptap/extension-code-block": "^2.0.0-beta.31",
|
2021-12-14 16:13:16 +03:00
|
|
|
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.60",
|
2021-11-30 14:03:38 +03:00
|
|
|
"@tiptap/extension-document": "^2.0.0-beta.15",
|
|
|
|
"@tiptap/extension-heading": "^2.0.0-beta.24",
|
|
|
|
"@tiptap/extension-history": "^2.0.0-beta.21",
|
2022-02-14 10:34:15 +03:00
|
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",
|
2022-02-13 00:35:46 +03:00
|
|
|
"@tiptap/extension-image": "^2.0.0-beta.27",
|
2021-11-30 14:03:38 +03:00
|
|
|
"@tiptap/extension-italic": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-link": "^2.0.0-beta.28",
|
|
|
|
"@tiptap/extension-list-item": "^2.0.0-beta.20",
|
|
|
|
"@tiptap/extension-ordered-list": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-paragraph": "^2.0.0-beta.22",
|
|
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.44",
|
|
|
|
"@tiptap/extension-strike": "^2.0.0-beta.26",
|
2022-03-09 22:07:17 +03:00
|
|
|
"@tiptap/extension-table": "^2.0.0-beta.48",
|
|
|
|
"@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",
|
2022-02-15 10:02:07 +03:00
|
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.31",
|
|
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.26",
|
2021-11-30 14:03:38 +03:00
|
|
|
"@tiptap/extension-text": "^2.0.0-beta.15",
|
|
|
|
"@tiptap/extension-underline": "^2.0.0-beta.22",
|
2022-02-16 19:27:05 +03:00
|
|
|
"@tiptap/suggestion": "^2.0.0-beta.90",
|
2021-11-30 14:03:38 +03:00
|
|
|
"@tiptap/vue-2": "^2.0.0-beta.69",
|
2022-02-21 18:00:18 +03:00
|
|
|
"core-js": "^3.21.1",
|
2021-08-23 11:19:15 +03:00
|
|
|
"entities": "^3.0.1",
|
2019-10-05 11:35:43 +03:00
|
|
|
"escape-html": "^1.0.3",
|
2021-04-16 18:58:14 +03:00
|
|
|
"highlight.js": "^10.7.2",
|
2022-02-07 12:46:13 +03:00
|
|
|
"lowlight": "^1.20.0",
|
2022-01-10 13:47:08 +03:00
|
|
|
"markdown-it": "^12.3.2",
|
2022-03-04 01:43:21 +03:00
|
|
|
"markdown-it-container": "^3.0.0",
|
2019-11-29 21:36:43 +03:00
|
|
|
"markdown-it-task-lists": "^2.1.1",
|
2019-11-25 17:34:06 +03:00
|
|
|
"prosemirror-collab": "^1.2.2",
|
2020-12-17 12:25:07 +03:00
|
|
|
"prosemirror-inputrules": "^1.1.3",
|
2022-03-17 12:51:52 +03:00
|
|
|
"prosemirror-markdown": "^1.8.0",
|
2022-01-03 13:59:37 +03:00
|
|
|
"prosemirror-model": "^1.16.1",
|
2021-10-05 12:38:12 +03:00
|
|
|
"prosemirror-schema-list": "^1.1.6",
|
2021-04-16 18:58:14 +03:00
|
|
|
"prosemirror-state": "^1.3.4",
|
2022-03-16 16:55:39 +03:00
|
|
|
"prosemirror-tables": "^1.1.1",
|
2022-03-26 19:38:32 +03:00
|
|
|
"prosemirror-transform": "^1.4.0",
|
2021-11-02 13:24:09 +03:00
|
|
|
"prosemirror-utils": "^1.0.0-0",
|
2022-03-29 07:27:12 +03:00
|
|
|
"prosemirror-view": "^1.23.10",
|
2020-08-11 11:41:11 +03:00
|
|
|
"proxy-polyfill": "^0.3.2",
|
2022-02-16 19:27:05 +03:00
|
|
|
"tippy.js": "^6.3.7",
|
2021-06-30 09:03:10 +03:00
|
|
|
"vue": "^2.6.14",
|
2020-01-01 16:39:08 +03:00
|
|
|
"vue-click-outside": "^1.0.7",
|
2022-01-05 14:34:52 +03:00
|
|
|
"vue-material-design-icons": "^5.0.0",
|
2021-03-30 11:09:56 +03:00
|
|
|
"vuex": "^3.6.2"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-11-11 18:03:25 +03:00
|
|
|
"node": "^14.0.0",
|
|
|
|
"npm": "^7.0.0"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-11 10:12:13 +03:00
|
|
|
"@cypress/browserify-preprocessor": "^3.0.2",
|
2022-02-14 10:25:42 +03:00
|
|
|
"@cypress/webpack-preprocessor": "^5.11.1",
|
2021-08-26 00:52:50 +03:00
|
|
|
"@nextcloud/babel-config": "^1.0.0",
|
2021-10-02 07:27:35 +03:00
|
|
|
"@nextcloud/browserslist-config": "^2.2.0",
|
2022-03-01 12:51:50 +03:00
|
|
|
"@nextcloud/eslint-config": "^7.0.2",
|
2022-01-11 00:16:10 +03:00
|
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
2022-03-01 13:54:01 +03:00
|
|
|
"@nextcloud/webpack-vue-config": "^5.0.0",
|
2021-12-17 12:59:51 +03:00
|
|
|
"@vue/test-utils": "^1.3.0",
|
2022-01-05 14:34:52 +03:00
|
|
|
"@vue/vue2-jest": "^27.0.0-alpha.4",
|
2021-11-02 13:24:09 +03:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2022-04-02 04:01:23 +03:00
|
|
|
"cypress": "^9.5.3",
|
2022-01-07 14:58:10 +03:00
|
|
|
"cypress-file-upload": "^5.0.8",
|
2022-03-10 01:12:12 +03:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2022-02-12 08:05:25 +03:00
|
|
|
"jest": "^27.5.1",
|
2022-02-12 05:01:41 +03:00
|
|
|
"jest-environment-jsdom": "^27.5.1",
|
2022-03-09 22:07:17 +03:00
|
|
|
"jest-raw-loader": "^1.0.1",
|
2019-03-18 19:15:31 +03:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2022-01-05 14:34:52 +03:00
|
|
|
"regenerator-runtime": "^0.13.9"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
2019-07-01 21:41:52 +03:00
|
|
|
"verbose": true,
|
2021-11-02 13:24:09 +03:00
|
|
|
"testEnvironment": "jest-environment-jsdom",
|
2019-03-18 19:15:31 +03:00
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
2022-03-09 22:07:17 +03:00
|
|
|
"vue",
|
|
|
|
"md",
|
|
|
|
"html"
|
2019-03-18 19:15:31 +03:00
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
2019-06-12 18:56:19 +03:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"<rootDir>/src/tests/fixtures/",
|
2022-03-23 10:14:59 +03:00
|
|
|
"<rootDir>/build",
|
|
|
|
"<rootDir>/cypress"
|
2019-06-12 12:26:01 +03:00
|
|
|
],
|
2019-03-18 19:15:31 +03:00
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
2022-03-09 22:07:17 +03:00
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/@vue/vue2-jest",
|
|
|
|
".*\\.md$": "jest-raw-loader",
|
|
|
|
".*\\.html$": "jest-raw-loader"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
2019-06-07 11:19:34 +03:00
|
|
|
],
|
2021-11-04 12:55:20 +03:00
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"<rootDir>/src/tests/setup.js"
|
2022-01-05 14:34:52 +03:00
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
2021-11-30 14:03:38 +03:00
|
|
|
"/node_modules/(?!vue-material-design-icons)"
|
2021-11-04 12:55:20 +03:00
|
|
|
]
|
2019-03-18 19:15:31 +03:00
|
|
|
}
|
|
|
|
}
|