-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.55 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.55 KB
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
82
83
{
"name": "@angular-monorepo/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@angular/animations": "20.2.4",
"@angular/cdk": "20.2.4",
"@angular/common": "20.2.4",
"@angular/compiler": "20.2.4",
"@angular/core": "20.2.4",
"@angular/forms": "20.2.4",
"@angular/material": "20.2.4",
"@angular/platform-browser": "20.2.4",
"@angular/platform-browser-dynamic": "20.2.4",
"@angular/router": "20.2.4",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@ngrx/component-store": "20.0.1",
"@ngrx/effects": "20.0.1",
"@ngrx/entity": "20.0.1",
"@ngrx/operators": "20.0.1",
"@ngrx/router-store": "20.0.1",
"@ngrx/signals": "20.0.1",
"@ngrx/store": "20.0.1",
"@ngrx/store-devtools": "20.0.1",
"@nx/angular": "21.5.3",
"axios": "1.9.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.2.2",
"@angular-devkit/core": "20.2.2",
"@angular-devkit/schematics": "20.2.2",
"@angular-eslint/eslint-plugin": "20.3.0",
"@angular-eslint/eslint-plugin-template": "20.3.0",
"@angular-eslint/template-parser": "20.3.0",
"@angular/cli": "~20.2.0",
"@angular/compiler-cli": "20.2.4",
"@angular/language-service": "20.2.4",
"@nestjs/schematics": "11.0.7",
"@nestjs/testing": "^10.0.2",
"@nx/esbuild": "21.5.3",
"@nx/eslint": "21.5.3",
"@nx/eslint-plugin": "21.5.3",
"@nx/jest": "21.5.3",
"@nx/js": "21.5.3",
"@nx/nest": "21.5.3",
"@nx/node": "21.5.3",
"@nx/webpack": "21.5.3",
"@nx/workspace": "21.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@schematics/angular": "20.2.2",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@types/jest": "29.5.14",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"esbuild": "^0.19.2",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "14.6.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "21.5.3",
"prettier": "^3.5.3",
"react-refresh": "^0.10.0",
"ts-jest": "29.4.4",
"ts-node": "10.9.1",
"typescript": "5.9.2",
"url-loader": "^4.1.1"
}
}