forked from apiman/apiman-developer-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.32 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
{
"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"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.5",
"@angular/cdk": "13.3.5",
"@angular/common": "13.3.5",
"@angular/compiler": "13.3.5",
"@angular/core": "13.3.5",
"@angular/forms": "13.3.5",
"@angular/material": "13.3.5",
"@angular/platform-browser": "13.3.5",
"@angular/platform-browser-dynamic": "13.3.5",
"@angular/router": "13.3.5",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@swimlane/ngx-charts": "20.1.0",
"json5": "2.2.1",
"keycloak-angular": "9.1.0",
"keycloak-js": "16.1.1",
"luxon": "2.3.2",
"material-icons": "1.10.9",
"ngx-markdown": "13.1.0",
"prismjs": "1.28.0",
"rxjs": "7.5.5",
"simplebar": "5.3.6",
"swagger-ui": "4.10.3",
"tslib": "2.4.0",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.4",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "13.3.4",
"@angular/compiler-cli": "13.3.5",
"@types/d3-scale": "4.0.2",
"@types/d3-selection": "3.0.2",
"@types/jasmine": "4.0.3",
"@types/luxon": "2.3.1",
"@types/node": "16.11.33",
"@types/swagger-ui": "3.52.0",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"cypress": "9.6.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"jasmine-core": "4.1.0",
"karma": "6.3.19",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.0.0",
"karma-jasmine-html-reporter": "1.7.0",
"prettier": "2.6.2",
"stylelint": "14.8.1",
"stylelint-config-standard-scss": "3.0.0",
"typescript": "4.6.4"
}
}