зеркало из https://github.com/nextcloud/text.git
150 строки
4.8 KiB
JSON
150 строки
4.8 KiB
JSON
{
|
|
"name": "text",
|
|
"description": "Collaborative document editing",
|
|
"version": "3.5.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julius Härtl",
|
|
"email": "jus@bitgrid.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"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",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
|
|
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
|
|
"test": "NODE_ENV=test jest",
|
|
"test:coverage": "NODE_ENV=test jest --coverage"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^1.3.0",
|
|
"@nextcloud/axios": "^1.9.0",
|
|
"@nextcloud/browser-storage": "^0.1.1",
|
|
"@nextcloud/dialogs": "^3.1.2",
|
|
"@nextcloud/event-bus": "^2.1.1",
|
|
"@nextcloud/initial-state": "^1.2.1",
|
|
"@nextcloud/l10n": "^1.4.1",
|
|
"@nextcloud/moment": "^1.2.0",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^5.2.1",
|
|
"@tiptap/core": "^2.0.0-beta.174",
|
|
"@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",
|
|
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.60",
|
|
"@tiptap/extension-document": "^2.0.0-beta.15",
|
|
"@tiptap/extension-heading": "^2.0.0-beta.24",
|
|
"@tiptap/extension-history": "^2.0.0-beta.21",
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",
|
|
"@tiptap/extension-image": "^2.0.0-beta.27",
|
|
"@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",
|
|
"@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",
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.31",
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.26",
|
|
"@tiptap/extension-text": "^2.0.0-beta.15",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.22",
|
|
"@tiptap/suggestion": "^2.0.0-beta.90",
|
|
"@tiptap/vue-2": "^2.0.0-beta.69",
|
|
"core-js": "^3.21.1",
|
|
"entities": "^3.0.1",
|
|
"escape-html": "^1.0.3",
|
|
"highlight.js": "^10.7.2",
|
|
"lowlight": "^1.20.0",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-container": "^3.0.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"prosemirror-collab": "^1.2.2",
|
|
"prosemirror-inputrules": "^1.1.3",
|
|
"prosemirror-markdown": "^1.8.0",
|
|
"prosemirror-model": "^1.16.1",
|
|
"prosemirror-schema-list": "^1.1.6",
|
|
"prosemirror-state": "^1.3.4",
|
|
"prosemirror-tables": "^1.1.1",
|
|
"prosemirror-transform": "^1.4.0",
|
|
"prosemirror-utils": "^1.0.0-0",
|
|
"prosemirror-view": "^1.23.10",
|
|
"proxy-polyfill": "^0.3.2",
|
|
"tippy.js": "^6.3.7",
|
|
"vue": "^2.6.14",
|
|
"vue-click-outside": "^1.0.7",
|
|
"vue-material-design-icons": "^5.0.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0",
|
|
"npm": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/browserify-preprocessor": "^3.0.2",
|
|
"@cypress/webpack-preprocessor": "^5.11.1",
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.2.0",
|
|
"@nextcloud/eslint-config": "^7.0.2",
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
|
"@nextcloud/webpack-vue-config": "^5.0.0",
|
|
"@vue/test-utils": "^1.3.0",
|
|
"@vue/vue2-jest": "^27.0.0-alpha.4",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"cypress": "^9.5.3",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"jest": "^27.5.1",
|
|
"jest-environment-jsdom": "^27.5.1",
|
|
"jest-raw-loader": "^1.0.1",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"regenerator-runtime": "^0.13.9"
|
|
},
|
|
"jest": {
|
|
"verbose": true,
|
|
"testEnvironment": "jest-environment-jsdom",
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue",
|
|
"md",
|
|
"html"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
},
|
|
"testPathIgnorePatterns": [
|
|
"<rootDir>/src/tests/fixtures/",
|
|
"<rootDir>/build",
|
|
"<rootDir>/cypress"
|
|
],
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/@vue/vue2-jest",
|
|
".*\\.md$": "jest-raw-loader",
|
|
".*\\.html$": "jest-raw-loader"
|
|
},
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/src/tests/setup.js"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!vue-material-design-icons)"
|
|
]
|
|
}
|
|
}
|