-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (40 loc) · 1.27 KB
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
{
"name": "drawio",
"description": "Integrates draw.io diagrams editor with Nextcloud",
"version": "4.2.0",
"author": "draw.io Ltd",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --progress --watch",
"extract-strings": "node scripts/extract-strings.js"
},
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^7.0.0",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^4.0.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.2.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.4.0",
"@nextcloud/vue": "^8.0.0",
"jquery": "^3.7.0",
"path": "^0.12.7",
"process": "^0.11.10",
"vue": "^2.7.16"
},
"devDependencies": {
"css-loader": "^6.7.3",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4"
}
}