This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
81 lines (81 loc) · 2.63 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
{
"name": "apiman-developer-portal",
"version": "3.0.0-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint && stylelint '**/*.scss'",
"lint-fix": "ng lint --fix && stylelint --fix '**/*.scss'",
"build-production": "ng build --configuration production",
"build-production-mvn": "ng build --configuration production,java --output-path=target/classes/ --base-href=/portal/",
"cy:open": "cypress open",
"cy:run": "cypress run",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.11",
"@angular/cdk": "13.3.9",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/core": "13.3.11",
"@angular/forms": "13.3.11",
"@angular/material": "13.3.9",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@swimlane/ngx-charts": "20.1.0",
"@types/prismjs": "^1.26.0",
"json5": "2.2.1",
"keycloak-angular": "9.3.2",
"keycloak-js": "16.1.1",
"luxon": "2.5.0",
"material-icons": "1.12.0",
"ngx-markdown": "13.1.0",
"prismjs": "1.29.0",
"rxjs": "7.5.7",
"simplebar": "5.3.9",
"swagger-ui": "4.12.0",
"tslib": "2.4.0",
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.10",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "13.3.10",
"@angular/compiler-cli": "13.3.11",
"@types/d3-scale": "4.0.2",
"@types/d3-selection": "3.0.3",
"@types/jasmine": "4.3.1",
"@types/luxon": "2.4.0",
"@types/node": "16.11.62",
"@types/swagger-ui": "3.52.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"cypress": "10.9.0",
"cypress-real-events": "1.7.1",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"jasmine-core": "4.4.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "1.7.0",
"prettier": "2.7.1",
"stylelint": "14.13.0",
"stylelint-config-standard-scss": "3.0.0",
"typescript": "4.6.4"
}
}