mirror of
https://github.com/nextcloud/mail.git
synced 2025-07-20 18:19:09 +00:00
158 lines
5.5 KiB
JSON
158 lines
5.5 KiB
JSON
{
|
|
"name": "nextcloud-mail",
|
|
"description": "Nextcloud Mail",
|
|
"version": "5.2.0-alpha.1",
|
|
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
|
"license": "AGPL-3.0-only",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
|
|
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
|
"lint": "eslint --ext .js,.ts,.vue --ignore-pattern tests src",
|
|
"lint:fix": "eslint --ext .js,.ts,.vue --ignore-pattern tests src --fix",
|
|
"stylelint": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\"",
|
|
"stylelint:fix": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\" --fix",
|
|
"test:unit": "jest src/tests/unit",
|
|
"test:unit:watch": "jest --watch src/tests/unit",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@ckeditor/ckeditor5-alignment": "44.3.0",
|
|
"@ckeditor/ckeditor5-basic-styles": "44.3.0",
|
|
"@ckeditor/ckeditor5-block-quote": "44.3.0",
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "44.3.0",
|
|
"@ckeditor/ckeditor5-core": "44.3.0",
|
|
"@ckeditor/ckeditor5-dev-utils": "44.2.1",
|
|
"@ckeditor/ckeditor5-dev-webpack-plugin": "~31.1.13",
|
|
"@ckeditor/ckeditor5-editor-balloon": "44.3.0",
|
|
"@ckeditor/ckeditor5-editor-classic": "44.3.0",
|
|
"@ckeditor/ckeditor5-essentials": "44.3.0",
|
|
"@ckeditor/ckeditor5-find-and-replace": "44.3.0",
|
|
"@ckeditor/ckeditor5-font": "44.3.0",
|
|
"@ckeditor/ckeditor5-heading": "44.3.0",
|
|
"@ckeditor/ckeditor5-html-support": "44.3.0",
|
|
"@ckeditor/ckeditor5-image": "44.3.0",
|
|
"@ckeditor/ckeditor5-link": "44.3.0",
|
|
"@ckeditor/ckeditor5-list": "44.3.0",
|
|
"@ckeditor/ckeditor5-mention": "44.3.0",
|
|
"@ckeditor/ckeditor5-paragraph": "44.3.0",
|
|
"@ckeditor/ckeditor5-remove-format": "44.3.0",
|
|
"@ckeditor/ckeditor5-source-editing": "44.3.0",
|
|
"@ckeditor/ckeditor5-table": "44.3.0",
|
|
"@ckeditor/ckeditor5-theme-lark": "44.3.0",
|
|
"@ckeditor/ckeditor5-ui": "44.3.0",
|
|
"@ckeditor/ckeditor5-upload": "44.3.0",
|
|
"@ckeditor/ckeditor5-vue2": "^3.0.1",
|
|
"@iframe-resizer/child": "^5.4.7",
|
|
"@iframe-resizer/parent": "^5.4.7",
|
|
"@mdi/svg": "^7.4.47",
|
|
"@nextcloud/auth": "^2.5.2",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/calendar-js": "^8.1.3",
|
|
"@nextcloud/cdav-library": "^2.1.0",
|
|
"@nextcloud/dialogs": "^6.3.1",
|
|
"@nextcloud/files": "^3.10.2",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.3.0",
|
|
"@nextcloud/logger": "^3.0.2",
|
|
"@nextcloud/moment": "^1.3.4",
|
|
"@nextcloud/paths": "^2.2.1",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/timezones": "^0.2.0",
|
|
"@nextcloud/vue": "^8.27.0",
|
|
"@pinia/testing": "^0.1.7",
|
|
"@riophae/vue-treeselect": "^0.4.0",
|
|
"@vue/babel-preset-app": "^5.0.8",
|
|
"address-rfc2822": "^2.2.3",
|
|
"color-convert": "^2.0.1",
|
|
"core-js": "^3.43.0",
|
|
"debounce-promise": "^3.1.2",
|
|
"dompurify": "^3.2.6",
|
|
"escape-html": "^1.0.3",
|
|
"html-to-text": "^9.0.5",
|
|
"ical.js": "^2.2.0",
|
|
"js-base64": "^3.7.7",
|
|
"jstz": "^2.1.1",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"mitt": "^3.0.1",
|
|
"nextcloud_issuetemplate_builder": "^0.1.0",
|
|
"node-forge": "^1.3.1",
|
|
"p-limit": "^5.0.0",
|
|
"pinia": "^2.3.1",
|
|
"printscout": "2.0.3",
|
|
"process": "^0.11.10",
|
|
"ramda": "^0.31.3",
|
|
"raw-loader": "^4.0.2",
|
|
"stylelint": "^16.20.0",
|
|
"uuid": "^9.0.1",
|
|
"v-tooltip": "^2.1.3",
|
|
"vue": "^2.7.16",
|
|
"vue-autosize": "^1.0.2",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-frag": "^1.4.3",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-on-click-outside": "^1.0.3",
|
|
"vue-router": "^3.6.5",
|
|
"vue-scroll": "^2.1.13",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue-tabs-component": "^1.5.0",
|
|
"webdav": "4.11.5"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.4",
|
|
"@babel/eslint-parser": "^7.27.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.27.2",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/eslint-plugin": "^2.2.1",
|
|
"@nextcloud/stylelint-config": "^3.1.0",
|
|
"@playwright/test": "^1.53.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@vue/test-utils": "^1.3.6",
|
|
"@vue/vue2-jest": "^29.2.6",
|
|
"autoprefixer": "^10.4.21",
|
|
"babel-jest": "^29.7.0",
|
|
"babel-loader": "^9.2.1",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"css-loader": "^7.1.2",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-perfectionist": "^4.14.0",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"file-loader": "^6.2.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"jest-watch-typeahead": "^2.2.2",
|
|
"node-polyfill-webpack-plugin": "^3.0.0",
|
|
"postcss": "^8.5.5",
|
|
"postcss-loader": "^4.3.0",
|
|
"sass": "^1.89.2",
|
|
"sass-loader": "^16.0.5",
|
|
"style-loader": "^4.0.0",
|
|
"svg-inline-loader": "^0.8.2",
|
|
"ts-jest": "^29.3.4",
|
|
"ts-loader": "^9.5.2",
|
|
"typescript": "^5.8.3",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^15.11.1",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-merge": "^5.10.0"
|
|
}
|
|
}
|