Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aad394e9a3cce1eebeb5c05e5351b2b8a7dbce32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
  "name": "nextcloud-mail",
  "description": "Nextcloud Mail",
  "version": "2.2.0-alpha0",
  "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": "~35.1.0",
    "@ckeditor/ckeditor5-basic-styles": "~35.1.0",
    "@ckeditor/ckeditor5-block-quote": "~35.1.0",
    "@ckeditor/ckeditor5-build-balloon": "~35.1.0",
    "@ckeditor/ckeditor5-core": "~35.1.0",
    "@ckeditor/ckeditor5-dev-utils": "~31.1.0",
    "@ckeditor/ckeditor5-dev-webpack-plugin": "~31.1.0",
    "@ckeditor/ckeditor5-editor-balloon": "~35.1.0",
    "@ckeditor/ckeditor5-essentials": "~35.1.0",
    "@ckeditor/ckeditor5-font": "~35.1.0",
    "@ckeditor/ckeditor5-heading": "~35.1.0",
    "@ckeditor/ckeditor5-image": "^35.1.0",
    "@ckeditor/ckeditor5-link": "~35.1.0",
    "@ckeditor/ckeditor5-list": "~35.1.0",
    "@ckeditor/ckeditor5-paragraph": "~35.1.0",
    "@ckeditor/ckeditor5-remove-format": "~35.1.0",
    "@ckeditor/ckeditor5-theme-lark": "~35.1.0",
    "@ckeditor/ckeditor5-upload": "^35.1.0",
    "@ckeditor/ckeditor5-vue2": "^3.0.1",
    "@nextcloud/auth": "^2.0.0",
    "@nextcloud/axios": "^2.1.0",
    "@nextcloud/calendar-js": "^3.1.0",
    "@nextcloud/cdav-library": "^1.1.0",
    "@nextcloud/dialogs": "^3.2.0",
    "@nextcloud/files": "^2.1.0",
    "@nextcloud/initial-state": "^2.0.0",
    "@nextcloud/l10n": "^1.6.0",
    "@nextcloud/logger": "^2.3.0",
    "@nextcloud/moment": "^1.2.1",
    "@nextcloud/paths": "^2.1.0",
    "@nextcloud/router": "^2.0.0",
    "@nextcloud/vue": "^7.0.0",
    "@nextcloud/vue-dashboard": "^2",
    "@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.26.0",
    "debounce-promise": "^3.1.2",
    "dompurify": "^2.4.0",
    "html-to-text": "^8.2.1",
    "ical.js": "^1.5.0",
    "iframe-resizer": "^4.3.2",
    "js-base64": "^3.7.2",
    "jstz": "^2.1.1",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "nextcloud_issuetemplate_builder": "^0.1.0",
    "p-limit": "^4.0.0",
    "printscout": "2.0.3",
    "ramda": "^0.28.0",
    "raw-loader": "^4.0.2",
    "stream-browserify": "^3.0.0",
    "stylelint": "^14.13.0",
    "util": "^0.12.4",
    "uuid": "^8.3.2",
    "v-tooltip": "^2.1.3",
    "vue": "^2.7.10",
    "vue-autosize": "^1.0.2",
    "vue-click-outside": "^1.1.0",
    "vue-clipboard2": "^0.3.3",
    "vue-material-design-icons": "^5.1.2",
    "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.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^16.0.0",
    "npm": "^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.20.2",
    "@nextcloud/browserslist-config": "^2.3.0",
    "@nextcloud/eslint-config": "^6.1.0",
    "@nextcloud/eslint-plugin": "^2.0.0",
    "@types/jest": "^28.1.7",
    "@vue/test-utils": "^1.3.0",
    "@vue/vue2-jest": "^28.1.0",
    "autoprefixer": "^10.4.12",
    "babel-jest": "^28.0.0",
    "babel-loader": "^8.2.5",
    "babel-loader-exclude-node-modules-except": "^1.2.1",
    "css-loader": "^6.7.1",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-standard": "^4.1.0",
    "eslint-plugin-vue": "^7.20.0",
    "file-loader": "^6.2.0",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^29.2.2",
    "jest-serializer-vue": "^2.0.2",
    "jest-transform-stub": "^2.0.0",
    "jest-watch-typeahead": "^2.2.0",
    "postcss": "^8.4.17",
    "postcss-loader": "^7.0.1",
    "sass": "^1.55.0",
    "sass-loader": "^13.1.0",
    "style-loader": "^3.3.1",
    "svg-inline-loader": "^0.8.2",
    "url-loader": "^4.1.1",
    "vue-loader": "^15.10.0",
    "vue-server-renderer": "^2.7.10",
    "vue-template-compiler": "^2.7.10",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-merge": "^5.8.0"
  }
}