package: reduce dependencies where possible

Only list the package dependencies as dependencies in package.json.
Other dependencies of the app are now listed in devDependencies.

Signed-off-by: Max <max@nextcloud.com>
This commit is contained in:
Max 2022-05-18 09:30:47 +02:00
Родитель 464adb24b3
Коммит 9a498eb1cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0F5BFA367A00BACE
2 изменённых файлов: 475 добавлений и 151 удалений

602
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -34,15 +34,8 @@
],
"dependencies": {
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.10.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.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
"@tiptap/core": "^2.0.0-beta.176",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bold": "^2.0.0-beta.26",
@ -73,11 +66,6 @@
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/suggestion": "^2.0.0-beta.92",
"@tiptap/vue-2": "^2.0.0-beta.78",
"core-js": "^3.22.7",
"debounce": "^1.2.1",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",
"markdown-it": "^13.0.0",
"markdown-it-container": "^3.0.0",
"markdown-it-task-lists": "^2.1.1",
@ -105,6 +93,18 @@
"npm": "^7.0.0"
},
"devDependencies": {
"@nextcloud/axios": "^1.10.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/vue": "^5.3.1",
"debounce": "^1.2.1",
"core-js": "^3.22.7",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",
"@babel/core": "^7.17.12",
"@babel/eslint-parser": "^7.18.2",
"@cypress/browserify-preprocessor": "^3.0.2",