-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.2 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
{
"name": "workspace",
"private": true,
"scripts": {
"build": "nx run-many --target=build --all",
"ci": "yarn lint && yarn test && yarn build",
"knip": "knip",
"lint": "nx workspace-lint && nx run-many --target=lint --all --max-warnings=0",
"nx": "nx",
"test": "nx run-many --target=test --all"
},
"engines": {
"node": "18.20.4",
"yarn": "1.22.22"
},
"volta": {
"node": "18.20.4",
"yarn": "1.22.22"
},
"dependencies": {
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"@ngrx/component-store": "15.0.0",
"@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0",
"@nrwl/angular": "15.4.8",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.4",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "15.0.4",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@ngrx/eslint-plugin": "15.0.0",
"@ngworker/spectacular": "15.0.0",
"@nrwl/cli": "15.4.8",
"@nrwl/eslint-plugin-nx": "15.4.8",
"@nrwl/jest": "15.4.8",
"@nrwl/linter": "15.4.8",
"@nrwl/workspace": "15.4.8",
"@types/jest": "28.1.8",
"@types/node": "18.19.47",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
"knip": "5.28.0",
"ng-packagr": "15.0.3",
"nx": "15.4.8",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"resolutions": {
"jest/typescript": "4.8.4",
"knip/typescript": "5.5.4",
"ts-jest/typescript": "4.8.4",
"ts-node/typescript": "4.8.4"
}
}