-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.23 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.23 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
{
"name": "oidc_groups_mapping",
"version": "1.1.0",
"private": true,
"description": "OIDC Groups Mapping admin UI",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --watch --progress",
"release": "commit-and-tag-version",
"release:patch": "commit-and-tag-version --release-as patch",
"release:minor": "commit-and-tag-version --release-as minor",
"release:major": "commit-and-tag-version --release-as major"
},
"dependencies": {
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^5.3.8",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.23.1",
"vue": "^2.7.16"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"commit-and-tag-version": "^12.5.0",
"@babel/core": "^7.22.9",
"@nextcloud/webpack-vue-config": "^7.0.2",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.1",
"node-polyfill-webpack-plugin": "4.0.0",
"sass": "^1.64.2",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"vue-loader": "^15.11.1",
"webpack": "^5.88.2",
"webpack-cli": "^6.0.1"
}
}