-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 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
42
{
"name": "sendent",
"version": "1.0.18",
"repository": "git@ssh.dev.azure.com:v3/sendent/Sendent/Sendent%20Nextcloud%20app",
"author": "Sendent",
"license": "agpl",
"private": true,
"scripts": {
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint --ext .ts,.vue src --fix",
"lint:script": "eslint --ext .ts,.vue src"
},
"dependencies": {
"@nextcloud/axios": "^2.5.0",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.8.0",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/password-confirmation": "^6.0.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.5.0",
"pinia": "^2.1.0",
"sanitize-html": "^2.3.1",
"sortablejs": "^1.15.6",
"tinymce": "^7.0.0",
"vue": "^3.4.0"
},
"devDependencies": {
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/webpack-vue-config": "^6.3.2",
"@types/sanitize-html": "^2.6.2",
"@types/sortablejs": "^1.15.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=20"
}
}