-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
81 lines (81 loc) · 2.33 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": "barinb",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.1",
"@angular/cdk": "^12.1.1",
"@angular/common": "^12.1.1",
"@angular/compiler": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/forms": "^12.1.1",
"@angular/google-maps": "^12.1.1",
"@angular/material": "^12.1.1",
"@angular/platform-browser": "^12.1.1",
"@angular/platform-browser-dynamic": "^12.1.1",
"@angular/router": "^12.1.1",
"@ngrx/effects": "^12.2.0",
"@ngrx/entity": "^12.2.0",
"@ngrx/router-store": "^12.2.0",
"@ngrx/store": "^12.2.0",
"@ngrx/store-devtools": "^12.2.0",
"rxjs": "^6.6.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.0",
"@angular-builders/jest": "^12.1.0",
"@angular-devkit/build-angular": "^12.1.1",
"@angular-eslint/builder": "^12.2.0",
"@angular-eslint/eslint-plugin": "^12.2.0",
"@angular-eslint/eslint-plugin-template": "^12.2.0",
"@angular-eslint/schematics": "^12.2.0",
"@angular-eslint/template-parser": "^12.2.0",
"@angular/cli": "^12.1.1",
"@angular/compiler-cli": "^12.1.1",
"@angular/localize": "^12.1.1",
"@ngrx/schematics": "^12.2.0",
"@types/dotenv-webpack": "^7.0.3",
"@types/google.maps": "^3.45.6",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.4.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jasmine-marbles": "^0.8.1",
"jest": "^27.0.6",
"jest-preset-angular": "9.0.3",
"ng-mocks": "^12.3.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"ts-mockito": "^2.6.1",
"ts-node": "~10.1.0",
"typescript": "~4.2.4"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"resolutions": {
"rxjs": "^6.6.7"
},
"engines": {
"node": ">=14.0.0"
}
}