-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 2.04 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
{
"name": "sendent",
"version": "1.0.18",
"repository": "[email protected]:v3/sendent/Sendent/Sendent%20Nextcloud%20app",
"author": "Sendent",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"lint:script": "eslint --ext .ts src",
"lint:fix:script": "eslint --ext .ts src --fix"
},
"devDependencies": {
"@eastdesire/jscolor": "^2.4.5",
"@nextcloud/axios": "^1.11.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^8.12.0",
"@types/jquery": "^3.3.6",
"@types/jqueryui": "^1.12.16",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"css-loader": "^6.11.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^17.1",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-webpack-plugin": "^3.1.1",
"node-sass": "7.0.1",
"sanitize-html": "^2.3.1",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.8.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "~2.5.0",
"@nextcloud/password-confirmation": "^5.1.0",
"@nextcloud/vue": "^8.12.0",
"path-browserify":"^1.0.1",
"jquery": "^3.6.2",
"jquery-ui": "^1.13.2",
"process": "^0.11.10",
"tinymce": "^5.8.2",
"typescript-formatter": "^7.2.2"
},
"engines": {
"node": ">=20"
}
}