-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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": "registration",
"version": "2.9.0",
"description": "",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"build": "vite build --mode=production",
"dev": "vite build --mode=development",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix",
"watch": "vite build --mode=development --watch"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^7.3.0",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/vue": "^9.5.0",
"debounce": "^3.0.0",
"vue": "^3.5.28",
"vue-material-design-icons": "^5.1.2",
"vue-template-compiler": "^2.7.15"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^9.0.0-rc.8",
"@nextcloud/stylelint-config": "^3.0.0",
"@nextcloud/vite-config": "^2.5.2",
"@vue/tsconfig": "^0.9.0",
"typescript": "^6.0.2"
},
"engines": {
"node": "^24.0.0",
"npm": "^11.3.0"
}
}