-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "signotecsignosignuniversal",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --mode development build",
"lint": "eslint src",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
"watch": "vite --mode development build --watch",
"sign": "make sign",
"release": "make release"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/axios": "^2.5.2",
"@nextcloud/dialogs": "^7.3.0",
"@nextcloud/files": "^4.0.0",
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/vue": "^9.5.0",
"vue": "^3.5.29"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.1.1",
"@nextcloud/vite-config": "^2.5.2",
"@types/node": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vue/tsconfig": "^0.8.1",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vue-eslint-parser": "^10.4.0"
},
"engines": {
"node": "^24.0.0",
"npm": "^11.3.0"
}
}