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-06-24 16:43:32 +03:00
|
|
|
"version": "3.4.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-01-14 20:47:17 +03:00
|
|
|
"@nextcloud/axios": "^1.6.0",
|
2020-01-01 16:39:08 +03:00
|
|
|
"@nextcloud/browser-storage": "^0.1.1",
|
2021-06-28 12:06:06 +03:00
|
|
|
"@nextcloud/event-bus": "^2.0.0",
|
2020-12-19 05:04:20 +03:00
|
|
|
"@nextcloud/initial-state": "^1.2.0",
|
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",
|
2020-10-10 04:04:30 +03:00
|
|
|
"@nextcloud/router": "^1.2.0",
|
2021-08-23 10:08:56 +03:00
|
|
|
"@nextcloud/vue": "^4.0.3",
|
2021-08-23 10:34:36 +03:00
|
|
|
"core-js": "^3.16.2",
|
2021-04-16 18:58:14 +03:00
|
|
|
"entities": "^2.2.0",
|
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",
|
|
|
|
"markdown-it": "^12.0.6",
|
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",
|
2021-04-16 18:58:14 +03:00
|
|
|
"prosemirror-markdown": "^1.5.1",
|
2021-05-17 18:51:37 +03:00
|
|
|
"prosemirror-model": "^1.14.1",
|
2020-08-11 13:30:36 +03:00
|
|
|
"prosemirror-schema-list": "^1.1.4",
|
2021-04-16 18:58:14 +03:00
|
|
|
"prosemirror-state": "^1.3.4",
|
|
|
|
"prosemirror-transform": "^1.3.2",
|
2019-11-29 21:36:43 +03:00
|
|
|
"prosemirror-utils": "^0.9.6",
|
2021-05-17 18:51:44 +03:00
|
|
|
"prosemirror-view": "^1.18.6",
|
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",
|
2021-03-30 11:09:56 +03:00
|
|
|
"vuex": "^3.6.2"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-06-16 16:03:31 +03:00
|
|
|
"node": ">=14.0.0",
|
|
|
|
"npm": ">=7.0.0"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-11 11:41:11 +03:00
|
|
|
"@cypress/browserify-preprocessor": "^3.0.1",
|
2021-06-16 09:44:35 +03:00
|
|
|
"@nextcloud/babel-config": "^1.0.0-beta.1",
|
2021-04-21 13:11:28 +03:00
|
|
|
"@nextcloud/browserslist-config": "^2.1.0",
|
2021-06-16 09:44:35 +03:00
|
|
|
"@nextcloud/eslint-config": "^5.1.0",
|
|
|
|
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
|
2021-08-23 10:08:55 +03:00
|
|
|
"@nextcloud/webpack-vue-config": "^4.1.0",
|
2021-06-16 09:44:35 +03:00
|
|
|
"@vue/test-utils": "^1.2.0",
|
2021-08-23 10:08:55 +03:00
|
|
|
"cypress": "^8.3.0",
|
2021-07-15 12:26:57 +03:00
|
|
|
"jest": "^27.0.6",
|
2019-12-01 15:26:10 +03:00
|
|
|
"jest-environment-jsdom-fourteen": "^1.0.1",
|
2019-03-18 19:15:31 +03:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2021-06-16 09:44:35 +03:00
|
|
|
"vue-jest": "^3.0.7"
|
2019-03-18 19:15:31 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
2019-07-01 21:41:52 +03:00
|
|
|
"verbose": true,
|
2019-07-02 19:42:04 +03:00
|
|
|
"testEnvironment": "jest-environment-jsdom-fourteen",
|
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",
|
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
2019-06-07 11:19:34 +03:00
|
|
|
],
|
|
|
|
"globalSetup": "<rootDir>/src/tests/setup.js"
|
2019-03-18 19:15:31 +03:00
|
|
|
}
|
|
|
|
}
|