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: b0a1455f84e79eff5851e86c4045915135b9766a (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
{
  "name": "nextcloud-mail",
  "description": "Nextcloud Mail",
  "version": "1.5.5",
  "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": "mochapack --webpack-config webpack.test.js --require src/tests/setup.js \"src/tests/**/*.spec.js\"",
    "test:watch": "mochapack -w --webpack-config webpack.test.js --require src/tests/setup.js \"src/tests/**/*.spec.js\""
  },
  "dependencies": {
    "@bundle-analyzer/webpack-plugin": "^0.5.1",
    "@ckeditor/ckeditor5-alignment": "^22.0.0",
    "@ckeditor/ckeditor5-basic-styles": "^22.0.0",
    "@ckeditor/ckeditor5-block-quote": "^22.0.0",
    "@ckeditor/ckeditor5-build-balloon": "^22.0.0",
    "@ckeditor/ckeditor5-dev-utils": "^23.5.1",
    "@ckeditor/ckeditor5-dev-webpack-plugin": "^23.5.1",
    "@ckeditor/ckeditor5-editor-balloon": "^22.0.0",
    "@ckeditor/ckeditor5-essentials": "^22.0.0",
    "@ckeditor/ckeditor5-heading": "^22.0.0",
    "@ckeditor/ckeditor5-link": "^22.0.0",
    "@ckeditor/ckeditor5-paragraph": "^22.0.0",
    "@ckeditor/ckeditor5-theme-lark": "^22.0.0",
    "@ckeditor/ckeditor5-vue": "^1.0.3",
    "@riophae/vue-treeselect": "^0.4.0",
    "@nextcloud/auth": "^1.3.0",
    "@nextcloud/axios": "^1.4.0",
    "@nextcloud/dialogs": "^2.0.1",
    "@nextcloud/files": "^1.1.0",
    "@nextcloud/initial-state": "^1.1.2",
    "@nextcloud/l10n": "^1.4.1",
    "@nextcloud/logger": "^1.1.2",
    "@nextcloud/moment": "^1.1.1",
    "@nextcloud/router": "^1.2.0",
    "@nextcloud/vue": "^2.6.5",
    "@nextcloud/vue-dashboard": "^1.0.1",
    "@vue/babel-preset-app": "^4.5.6",
    "color-convert": "^2.0.1",
    "core-js": "^3.6.5",
    "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
    "debounce-promise": "^3.1.2",
    "html-to-text": "^5.1.1",
    "ical.js": "^1.4.0",
    "lodash": "^4.17.20",
    "md5": "^2.3.0",
    "nextcloud_issuetemplate_builder": "^0.1.0",
    "postcss-loader": "^3.0.0",
    "printscout": "2.0.3",
    "ramda": "^0.27.0",
    "raw-loader": "^4.0.1",
    "stylelint": "^13.7.2",
    "v-tooltip": "^2.0.3",
    "vue": "^2.6.12",
    "vue-autosize": "^1.0.2",
    "vue-click-outside": "^1.1.0",
    "vue-infinite-scroll": "^2.0.2",
    "vue-material-design-icons": "^4.9.0",
    "vue-on-click-outside": "^1.0.3",
    "vue-router": "^3.4.4",
    "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.4.0",
    "vuex-router-sync": "^5.0.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.11.5",
    "@nextcloud/browserslist-config": "^1.0.0",
    "@nextcloud/eslint-config": "^2.0.0",
    "@nextcloud/eslint-plugin": "^1.4.0",
    "@vue/test-utils": "^1.1.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "chai": "^4.2.0",
    "css-loader": "^4.3.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^6.2.2",
    "file-loader": "^6.1.0",
    "jsdom": "^16.4.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^7.2.0",
    "mochapack": "^1.1.15",
    "node-sass": "^4.14.1",
    "sass-loader": "^10.0.2",
    "sinon": "^9.0.3",
    "sinon-chai": "^3.4.0",
    "style-loader": "^1.2.1",
    "svg-inline-loader": "^0.8.2",
    "url-loader": "^4.1.0",
    "vue-loader": "^15.9.3",
    "vue-server-renderer": "^2.6.12",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-merge": "^5.1.4",
    "webpack-node-externals": "^2.5.2"
  }
}