-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
129 lines (129 loc) · 5.07 KB
/
package.json
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
{
"name": "perun-web-apps",
"version": "0.0.0-development",
"license": "MIT",
"scripts": {
"build:stats": "ng 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",
"ng": "nx",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx run-many --all --target=lint --cache",
"e2e-watch": "ng e2e admin-gui-e2e --watch",
"e2e": "ng 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": "ng update",
"dep-graph": "nx dep-graph",
"help": "nx help",
"start-dev-admin-gui": "ng 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": "ng serve user-profile --public-host=http://localhost:4200 --disable-host-check",
"start-publications": "ng serve publications --public-host=http://localhost:4200 --disable-host-check",
"start-password-reset": "ng serve password-reset --public-host=http://localhost:4200 --disable-host-check",
"start-dev-admin-gui-with-external-database": "sudo ng 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": "17.1.3",
"@angular/cdk": "17.1.2",
"@angular/common": "17.1.3",
"@angular/compiler": "17.1.3",
"@angular/core": "17.1.3",
"@angular/forms": "17.1.3",
"@angular/material": "17.1.2",
"@angular/material-moment-adapter": "17.1.2",
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@angular/router": "17.1.3",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@nx/angular": "18.0.8",
"angular-oauth2-oidc": "17.0.1",
"bootstrap": "5.3.3",
"eslint-plugin-unused-imports": "3.1.0",
"file-saver": "2.0.5",
"moment-timezone": "0.5.45",
"ngx-mat-select-search": "7.0.5",
"ngx-scrollbar": "13.0.3",
"npm": "10.5.0",
"pdfmake": "0.2.10",
"rxjs": "7.8.1",
"tinycolor2": "1.6.0",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.4",
"@angular-devkit/core": "17.1.4",
"@angular-devkit/schematics": "17.1.4",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "17.1.3",
"@angular/language-service": "17.1.3",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.6.1",
"@nx/cypress": "18.0.8",
"@nx/eslint": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/workspace": "18.0.8",
"@openapitools/openapi-generator-cli": "2.12.0",
"@schematics/angular": "17.1.4",
"@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.12",
"@types/node": "18.19.24",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"cypress": "13.7.0",
"cypress-fail-on-console-error": "5.1.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"inquirer": "^9.3.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "13.1.6",
"nx": "18.0.8",
"prettier": "3.2.5",
"semantic-release": "23.0.2",
"ts-jest": "29.1.2",
"typescript": "5.3.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"
}
}