-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 976 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 976 Bytes
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
{
"name": "mail_roundcube_bridge",
"version": "1.2.0",
"description": "Nextcloud integration bridge for RoundCube",
"author": "Laurent Dinclaux <laurent@gecka.nc>",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^6.4.2",
"@nextcloud/files": "^3.12.2",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^3.2.0",
"@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.10.0",
"vue": "^2.7.15"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/webpack-vue-config": "~6.2.0",
"ts-loader": "^9.0.0",
"typescript": "^5.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}