-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 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
43
44
45
46
{
"name": "upload_monitor",
"version": "1.0.0",
"private": true,
"description": "Monitor directories for upload inactivity",
"license": "agpl",
"scripts": {
"build": "rspack build --env production",
"dev": "rspack build --env development",
"lint": "eslint",
"lint:fix": "eslint --fix",
"stylelint": "stylelint src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix",
"watch": "rspack build --env development --watch"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/axios": "^2.6.0",
"@nextcloud/dialogs": "^7.3.0",
"@nextcloud/l10n": "^3.2.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.7.0",
"vue": "^3.5.33",
"vue-material-design-icons": "^5.3.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^9.0.0-rc.9",
"@nextcloud/stylelint-config": "^3.2.1",
"@rspack/cli": "^1.7.11",
"@rspack/core": "^1.7.11",
"browserslist": "^4.28.2",
"css-loader": "^7.1.2",
"eslint": "^10.3.0",
"sass": "^1.99.0",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"vue-loader": "^17.4.2"
},
"engines": {
"node": "^24.0.0",
"npm": "^11.3.0"
}
}