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",
|
2020-01-02 00:12:11 +03:00
|
|
|
"test": "NODE_ENV=test jest --passWithNoTests src/",
|
|
|
|
"test:coverage": "NODE_ENV=test jest --coverage src/"
|
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",
|
2021-12-17 15:16:23 +03:00
|
|
|
"@nextcloud/axios": "^1.8.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",
|
2021-10-04 13:16:47 +03:00
|
|
|
"@nextcloud/event-bus": "^2.1.0",
|
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",
|
2020-06-05 20:06:13 +03:00
|
|
|
"@nextcloud/moment": "^1.1.1",
|
2021-10-06 12:39:15 +03:00
|
|
|
"@nextcloud/router": "^2.0.0",
|
2022-01-11 00:15:59 +03:00
|
|
|
"@nextcloud/vue": "^4.3.0",
|
2021-10-16 05:02:03 +03:00
|
|
|
"core-js": "^3.18.3",
|
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-01-10 13:47:08 +03:00
|
|
|
"markdown-it": "^12.3.2",
|
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-01-12 09:07:46 +03:00
|
|
|
"prosemirror-markdown": "^1.7.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",
|
2021-10-05 10:42:42 +03:00
|
|
|
"prosemirror-transform": "^1.3.3",
|
2021-11-02 13:24:09 +03:00
|
|
|
"prosemirror-utils": "^1.0.0-0",
|
2021-11-05 19:01:22 +03:00
|
|
|
"prosemirror-view": "^1.21.0",
|
2020-08-11 11:41:11 +03:00
|
|
|
"proxy-polyfill": "^0.3.2",
|
2021-04-16 18:58:14 +03:00
|
|
|
"tiptap": "^1.32.2",
|
|
|
|
"tiptap-commands": "^1.17.1",
|
|
|
|
"tiptap-extensions": "^1.35.2",
|
|
|
|
"tiptap-utils": "^1.13.1",
|
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",
|
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",
|
2021-12-25 05:00:45 +03:00
|
|
|
"@nextcloud/eslint-config": "^6.1.2",
|
2022-01-11 00:16:10 +03:00
|
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
2021-12-18 08:31:58 +03:00
|
|
|
"@nextcloud/webpack-vue-config": "^4.2.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-01-12 19:09:37 +03:00
|
|
|
"cypress": "^9.2.1",
|
2022-01-07 14:58:10 +03:00
|
|
|
"cypress-file-upload": "^5.0.8",
|
2022-01-12 15:29:24 +03:00
|
|
|
"jest": "^27.4.7",
|
2022-01-12 14:39:38 +03:00
|
|
|
"jest-environment-jsdom": "^27.4.6",
|
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",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
2019-06-12 18:56:19 +03:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"<rootDir>/src/tests/fixtures/",
|
|
|
|
"<rootDir>/build"
|
2019-06-12 12:26:01 +03:00
|
|
|
],
|
2019-03-18 19:15:31 +03:00
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
2022-01-05 14:34:52 +03:00
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/@vue/vue2-jest"
|
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": [
|
|
|
|
"/node_modules/(?!vue-material-design-icons)"
|
2021-11-04 12:55:20 +03:00
|
|
|
]
|
2019-03-18 19:15:31 +03:00
|
|
|
}
|
|
|
|
}
|