-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 5.54 KB
/
Copy pathpackage.json
File metadata and controls
132 lines (132 loc) · 5.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "perun-web-apps",
"version": "0.0.0-development",
"license": "MIT",
"scripts": {
"build:stats": "npx nx build --stats-json",
"openapi-gen": "openapi-generator-cli generate -i https://gitlab.ics.muni.cz/perun/perun-idm/perun/-/raw/main/perun-openapi/openapi.yml -g typescript-angular -o libs/perun/openapi/src/lib -t .openapi-generator/templates --additional-properties=paramNaming=original,enumPropertyNaming=original",
"openapi-gen-newreg": "openapi-generator-cli generate -i https://gitlab.ics.muni.cz/perun/perun-idm/perun-registrar/-/raw/main/registrar-api/src/main/resources/openapi.yml -g typescript-angular -o libs/perun/registrar-openapi/src/lib -t .openapi-generator/templates --additional-properties=paramNaming=original,enumPropertyNaming=original",
"ng": "nx",
"nx": "nx",
"start": "npx nx serve",
"build": "npx nx build",
"test": "npx nx test",
"lint": "nx run-many --all --target=lint --cache",
"e2e-watch": "npx nx e2e admin-gui-e2e --watch",
"e2e": "npx nx e2e admin-gui-e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "prettier --write .",
"format:check": "prettier --check .",
"update": "nx migrate latest",
"update:check": "npx nx update",
"dep-graph": "nx dep-graph",
"help": "nx help",
"start-dev-admin-gui": "npx nx serve admin-gui --public-host=http://localhost:4200 --disable-host-check",
"preversion": "npm run lint",
"version": "npm run build -- --prod && npm run build -- user-profile --prod && npm run build -- publications --prod && npm run build -- password-reset --prod && npm run build -- consolidator --prod && npm run build -- linker --prod && bash create-version-file.sh",
"start-user-profile": "npx nx serve user-profile --public-host=http://localhost:4200 --disable-host-check",
"start-publications": "npx nx serve publications --public-host=http://localhost:4200 --disable-host-check",
"start-password-reset": "npx nx serve password-reset --public-host=http://localhost:4200 --disable-host-check",
"start-dev-admin-gui-with-external-database": "sudo npx nx serve admin-gui --port=80 --public-host=http://localhost:80 --disable-host-check",
"postinstall": "node ./decorate-angular-cli.js && node color-migration.js",
"workspace-generator": "nx workspace-generator",
"semantic-release": "semantic-release"
},
"private": true,
"dependencies": {
"@angular/animations": "20.3.27",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.27",
"@angular/compiler": "20.3.27",
"@angular/core": "20.3.27",
"@angular/forms": "20.3.27",
"@angular/material": "20.2.14",
"@angular/material-moment-adapter": "20.2.14",
"@angular/platform-browser": "20.3.27",
"@angular/platform-browser-dynamic": "20.3.27",
"@angular/router": "20.3.27",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"angular-oauth2-oidc": "20.0.2",
"bootstrap": "5.3.3",
"eslint-plugin-unused-imports": "4.2.0",
"file-saver": "2.0.5",
"material-design-icons-iconfont": "^6.7.0",
"moment-timezone": "0.5.45",
"ngx-mat-select-search": "8.0.2",
"ngx-scrollbar": "13.0.3",
"npm": "11.10.0",
"pdfmake": "0.2.10",
"rxjs": "7.8.1",
"tinycolor2": "1.6.0",
"tslib": "2.6.2",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.13",
"@angular-devkit/core": "20.3.13",
"@angular-devkit/schematics": "20.3.13",
"@angular-eslint/eslint-plugin": "~20.7.0",
"@angular-eslint/eslint-plugin-template": "~20.7.0",
"@angular-eslint/template-parser": "~20.7.0",
"@angular/cli": "~20.3.0",
"@angular/compiler-cli": "20.3.27",
"@angular/language-service": "20.3.27",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.6.1",
"@nx/angular": "22.7.2",
"@nx/cypress": "22.7.2",
"@nx/eslint": "22.7.2",
"@nx/eslint-plugin": "22.7.2",
"@nx/jest": "22.7.2",
"@nx/workspace": "22.7.2",
"@openapitools/openapi-generator-cli": "2.12.0",
"@schematics/angular": "20.3.13",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.0.3",
"@semantic-release/gitlab-config": "14.0.0",
"@types/file-saver": "2.0.7",
"@types/jest": "29.5.14",
"@types/node": "18.19.24",
"@typescript-eslint/eslint-plugin": "8.42.0",
"@typescript-eslint/parser": "8.42.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"cypress": "14.5.4",
"cypress-fail-on-console-error": "5.1.0",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.29.1",
"inquirer": "^9.3.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.6.1",
"jest-util": "30.0.5",
"nx": "22.7.2",
"prettier": "3.2.5",
"semantic-release": "23.0.2",
"ts-jest": "29.1.2",
"typescript": "5.8.3",
"wait-on": "7.2.0"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"repository": {
"type": "git",
"url": "https://gitlab.ics.muni.cz/perun/perun-idm/perun-web-apps.git"
}
}