forked from nextcloud/mail
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 4.02 KB
/
package.json
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
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
"version": "1.3.0",
"author": "Christoph Wurst <[email protected]>",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules --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 src",
"lint:autofix": "eslint --ext .js,.vue 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": "^18.0.0",
"@ckeditor/ckeditor5-basic-styles": "^18.0.0",
"@ckeditor/ckeditor5-block-quote": "^18.0.0",
"@ckeditor/ckeditor5-build-balloon": "^18.0.0",
"@ckeditor/ckeditor5-dev-utils": "^12.0.9",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.9",
"@ckeditor/ckeditor5-editor-balloon": "^18.0.0",
"@ckeditor/ckeditor5-essentials": "^18.0.0",
"@ckeditor/ckeditor5-heading": "^18.0.0",
"@ckeditor/ckeditor5-link": "^18.0.0",
"@ckeditor/ckeditor5-paragraph": "^18.0.0",
"@ckeditor/ckeditor5-theme-lark": "^18.0.0",
"@ckeditor/ckeditor5-vue": "^1.0.1",
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.2.2",
"@nextcloud/files": "^1.0.1",
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "^1.5.0",
"@vue/babel-preset-app": "^4.3.1",
"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.15",
"md5": "^2.2.1",
"mochapack": "^1.1.13",
"nextcloud_issuetemplate_builder": "^0.1.0",
"postcss-loader": "^3.0.0",
"printscout": "2.0.3",
"ramda": "^0.27.0",
"raw-loader": "^4.0.0",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-autosize": "^1.0.2",
"vue-click-outside": "^1.0.7",
"vue-infinite-scroll": "^2.0.2",
"vue-material-design-icons": "^4.5.0",
"vue-on-click-outside": "^1.0.3",
"vue-router": "^3.1.6",
"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.1.3",
"vuex-router-sync": "^5.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-plugin": "^1.1.0",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"browserslist-config-nextcloud": "0.1.0",
"chai": "^4.2.0",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"mocha": "^6.2.2",
"node-sass": "^4.13.1",
"prettier": "2.0.4",
"sass-loader": "^8.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.4.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.1",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"prettier": {
"bracketSpacing": false,
"singleQuote": true,
"semi": false,
"useTabs": true,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5"
}
}