forked from CESNET/perun-web-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 5.5 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "perun-web-apps",
"version": "0.0.0-development",
"license": "MIT",
"scripts": {
"analyze": "webpack-bundle-analyzer",
"build:stats": "ng build --stats-json",
"openapi-gen": "openapi-generator-cli generate -i https://raw.githubusercontent.com/CESNET/perun/master/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": "16.2.9",
"@angular/cdk": "16.2.8",
"@angular/common": "16.2.9",
"@angular/compiler": "16.2.9",
"@angular/core": "16.2.9",
"@angular/forms": "16.2.9",
"@angular/material": "16.2.8",
"@angular/material-moment-adapter": "16.2.8",
"@angular/platform-browser": "16.2.9",
"@angular/platform-browser-dynamic": "16.2.9",
"@angular/router": "16.2.9",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@swimlane/ngx-charts": "^20.4.1",
"@swimlane/ngx-graph": "^8.2.2",
"angular-oauth2-oidc": "^13.0.1",
"bootstrap": "5.2.3",
"chart.js": "^4.1.1",
"core-js": "^3.27.1",
"d3-graphviz": "^5.0.2",
"d3-shape": "^3.1.0",
"dompurify": "^2.4.3",
"eslint-plugin-unused-imports": "^2.0.0",
"file-saver": "^2.0.5",
"moment-timezone": "^0.5.35",
"ng2-charts": "^4.1.1",
"ngx-mat-select-search": "7.0.2",
"ngx-scrollbar": "^10.0.1",
"npm": "^9.8.0",
"pdfmake": "^0.2.7",
"rxjs": "7.8.1",
"save": "^2.4.0",
"tinycolor2": "1.6.0",
"tslib": "^2.3.1",
"y18n": "^5.0.8",
"zone.js": "0.13.1",
"@nx/angular": "16.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.6",
"@angular-devkit/core": "16.2.6",
"@angular-devkit/schematics": "16.2.6",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.9",
"@angular/language-service": "16.2.9",
"@nestjs/common": "^9.4.2",
"@nx/cypress": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/jest": "16.10.0",
"@nx/linter": "16.10.0",
"@nx/workspace": "16.10.0",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@schematics/angular": "16.2.6",
"@types/dompurify": "^2.4.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "29.4.4",
"@types/node": "16.11.25",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ajv": "^8.12.0",
"cypress": "^13.3.1",
"cypress-fail-on-console-error": "^4.0.2",
"dotenv": "10.0.0",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.4",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.2",
"nx": "16.10.0",
"prettier": "2.7.1",
"ts-jest": "29.1.1",
"ts-node": "10.8.2",
"typescript": "4.9.3",
"webpack-bundle-analyzer": "^4.5.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cz-commitlint": "^17.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"inquirer": "^8.2.5",
"semantic-release": "^21.0.7"
},
"config": {
"commitizen": {
"path": "./node_modules/@commitlint/cz-commitlint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/CESNET/perun-web-apps.git"
}
}