-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.52 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
{
"name": "mls-frontend",
"version": "3.0.0-SNAPSHOT",
"scripts": {
"build-common": "ng build common-i18n && ng build common-forms && ng build common-ui && ng build common-data",
"build-auth": "ng build auth-api && ng build auth-login && ng build auth-components",
"build-coceso": "ng build coceso-api && ng build coceso-components",
"build-all": "npm run build-common && npm run build-auth && npm run build-coceso",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
"_comment": "See https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3 for compatibility matrix",
"private": true,
"dependencies": {
"@angular/animations": "^13.3.1",
"@angular/cdk": "^13.3.2",
"@angular/common": "^13.3.1",
"@angular/compiler": "^13.3.1",
"@angular/core": "^13.3.1",
"@angular/forms": "^13.3.1",
"@angular/material": "^13.3.2",
"@angular/platform-browser": "^13.3.1",
"@angular/platform-browser-dynamic": "^13.3.1",
"@angular/router": "^13.3.1",
"@ngx-translate/core": "^14.0.0",
"@stomp/ng2-stompjs": "^8.0.0",
"material-design-icons-iconfont": "^6.5.0",
"mls-auth-api": "file:auth-api",
"mls-auth-components": "file:auth-components",
"mls-auth-login": "file:auth-login",
"mls-coceso-api": "file:coceso-api",
"mls-coceso-components": "file:coceso-components",
"mls-common-data": "file:common-data",
"mls-common-forms": "file:common-forms",
"mls-common-i18n": "file:common-i18n",
"mls-common-ui": "file:common-ui",
"ng-qrcode": "^6.0.0",
"ngx-logger": "^5.0.9",
"rxjs": "^7.5.5",
"tslib": "^2.3.1",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.1",
"@angular-eslint/builder": "^13.1.0",
"@angular-eslint/eslint-plugin": "^13.1.0",
"@angular-eslint/eslint-plugin-template": "^13.1.0",
"@angular-eslint/schematics": "^13.1.0",
"@angular-eslint/template-parser": "^13.1.0",
"@angular/cli": "^13.3.1",
"@angular/compiler-cli": "^13.3.1",
"@types/jasmine": "^4.0.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-openapi-gen": "^0.21.2",
"ng-packagr": "^13.3.0",
"typescript": "~4.6.3"
}
}