-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.1 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": "test-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:docker": "ng serve --host=0.0.0.0 --port=80 --poll=2000 --disableHostCheck=true -c=development",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.0.5",
"@angular/common": "~12.0.5",
"@angular/compiler": "~12.0.5",
"@angular/core": "~12.0.5",
"@angular/forms": "~12.0.5",
"@angular/material": "^12.0.5",
"@angular/platform-browser": "~12.0.5",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/router": "~12.0.5",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"@datorama/akita": "^6.2.0",
"@ngneat/transloco": "^2.21.0",
"@ngx-translate/core": "^13.0.0",
"bootstrap": "^5.0.1",
"date-fns": "^2.22.1",
"flag-icon-css": "^3.5.0",
"i18n-iso-countries": "^6.8.0",
"jest": "^27.0.4",
"lodash": "^4.17.21",
"mobx": "^6.3.2",
"moment": "^2.29.1",
"redux": "^4.1.0",
"request": "^2.88.2",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"typed-countries": "^1.1.1",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.5",
"@angular/cli": "~12.0.5",
"@angular/compiler-cli": "~12.0.5",
"@datorama/akita-ngdevtools": "^6.0.0",
"@openapitools/openapi-generator-cli": "^2.3.5",
"@types/jasmine": "~3.6.0",
"@types/jest": "^26.0.23",
"@types/node": "^12.20.15",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsdoc": "^35.4.0",
"eslint-plugin-typescript": "^0.14.0",
"jasmine-core": "~3.7.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-mocks": "^12.1.2",
"prettier": "^2.3.1",
"typescript": "~4.2.3"
}
}