143 строки
4.8 KiB
JSON
143 строки
4.8 KiB
JSON
{
|
|
"name": "nextcloud-mail",
|
|
"description": "Nextcloud Mail",
|
|
"version": "3.4.0-beta.2",
|
|
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
|
"license": "agpl",
|
|
"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,.vue --ignore-pattern tests src",
|
|
"lint:fix": "eslint --ext .js,.vue --ignore-pattern tests src --fix",
|
|
"test:unit": "jest src/tests/unit",
|
|
"test:unit:watch": "jest --watch src/tests/unit"
|
|
},
|
|
"dependencies": {
|
|
"@ckeditor/ckeditor5-alignment": "37.1.0",
|
|
"@ckeditor/ckeditor5-basic-styles": "37.1.0",
|
|
"@ckeditor/ckeditor5-block-quote": "37.1.0",
|
|
"@ckeditor/ckeditor5-build-balloon": "37.1.0",
|
|
"@ckeditor/ckeditor5-core": "37.1.0",
|
|
"@ckeditor/ckeditor5-dev-utils": "~37.0.1",
|
|
"@ckeditor/ckeditor5-dev-webpack-plugin": "~31.1.13",
|
|
"@ckeditor/ckeditor5-editor-balloon": "37.1.0",
|
|
"@ckeditor/ckeditor5-essentials": "37.1.0",
|
|
"@ckeditor/ckeditor5-font": "37.1.0",
|
|
"@ckeditor/ckeditor5-heading": "37.1.0",
|
|
"@ckeditor/ckeditor5-image": "37.1.0",
|
|
"@ckeditor/ckeditor5-link": "37.1.0",
|
|
"@ckeditor/ckeditor5-list": "37.1.0",
|
|
"@ckeditor/ckeditor5-paragraph": "37.1.0",
|
|
"@ckeditor/ckeditor5-remove-format": "37.1.0",
|
|
"@ckeditor/ckeditor5-theme-lark": "37.1.0",
|
|
"@ckeditor/ckeditor5-upload": "37.1.0",
|
|
"@ckeditor/ckeditor5-vue2": "^3.0.1",
|
|
"@nextcloud/auth": "^2.1.0",
|
|
"@nextcloud/axios": "^2.4.0",
|
|
"@nextcloud/calendar-js": "^6.0.1",
|
|
"@nextcloud/cdav-library": "^1.1.0",
|
|
"@nextcloud/dialogs": "^4.1.0",
|
|
"@nextcloud/files": "^2.1.0",
|
|
"@nextcloud/initial-state": "^2.1.0",
|
|
"@nextcloud/l10n": "^2.1.0",
|
|
"@nextcloud/logger": "^2.5.0",
|
|
"@nextcloud/moment": "^1.2.1",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/router": "^2.1.2",
|
|
"@nextcloud/vue": "^7.12.1",
|
|
"@nextcloud/vue-dashboard": "^2.0.1",
|
|
"@riophae/vue-treeselect": "^0.4.0",
|
|
"@vue/babel-preset-app": "^5.0.8",
|
|
"buffer": "^6.0.3",
|
|
"color-convert": "^2.0.1",
|
|
"core-js": "^3.31.1",
|
|
"debounce-promise": "^3.1.2",
|
|
"dompurify": "^3.0.5",
|
|
"html-to-text": "^9.0.5",
|
|
"ical.js": "^1.5.0",
|
|
"iframe-resizer": "^4.3.6",
|
|
"js-base64": "^3.7.5",
|
|
"jstz": "^2.1.1",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"nextcloud_issuetemplate_builder": "^0.1.0",
|
|
"node-forge": "^1.3.1",
|
|
"p-limit": "^4.0.0",
|
|
"printscout": "2.0.3",
|
|
"process": "^0.11.10",
|
|
"ramda": "^0.29.0",
|
|
"raw-loader": "^4.0.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"stylelint": "^15.10.2",
|
|
"util": "^0.12.5",
|
|
"uuid": "^9",
|
|
"v-tooltip": "^2.1.3",
|
|
"vue": "^2.7.14",
|
|
"vue-autosize": "^1.0.2",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-frag": "^1.4.3",
|
|
"vue-material-design-icons": "^5.2.0",
|
|
"vue-on-click-outside": "^1.0.3",
|
|
"vue-router": "^3.6.5",
|
|
"vue-scroll": "^2.1.13",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue-slide-up-down": "^2.0.1",
|
|
"vue-tabs-component": "^1.5.0",
|
|
"vuex": "^3.6.2",
|
|
"vuex-router-sync": "^5.0.0",
|
|
"webdav": "^4.11.2"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.5",
|
|
"@babel/eslint-parser": "^7.21.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@nextcloud/browserslist-config": "^2.3.0",
|
|
"@nextcloud/eslint-config": "^6.1.2",
|
|
"@nextcloud/eslint-plugin": "^2.0.0",
|
|
"@types/jest": "^29.5.1",
|
|
"@vue/test-utils": "^1.3.5",
|
|
"@vue/vue2-jest": "^29.2.4",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-jest": "^29.5.0",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"css-loader": "^6.7.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"file-loader": "^6.2.0",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"jest-watch-typeahead": "^2.2.2",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"postcss": "^8.4.23",
|
|
"postcss-loader": "^4.3.0",
|
|
"sass": "^1.62.1",
|
|
"sass-loader": "^13.2.2",
|
|
"style-loader": "^3.3.2",
|
|
"svg-inline-loader": "^0.8.2",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^15.10.1",
|
|
"vue-server-renderer": "^2.7.14",
|
|
"vue-template-compiler": "^2.7.14",
|
|
"webpack": "^5.81.0",
|
|
"webpack-cli": "^5.0.2",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|