-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.93 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.93 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
{
"name": "http",
"version": "20.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^20.0",
"@angular-devkit/core": "^20.0",
"@angular-devkit/schematics": "^20.0",
"@angular-eslint/eslint-plugin": "^18.0",
"@angular-eslint/eslint-plugin-template": "^18.0",
"@angular-eslint/template-parser": "^18.0",
"@angular/cli": "^20.0",
"@angular/compiler-cli": "^20.0",
"@angular/language-service": "^20.0",
"@nx/angular": "21.2.0",
"@nx/eslint": "21.2.0",
"@nx/eslint-plugin": "^22.0.2",
"@nx/jest": "21.2.0",
"@nx/js": "21.2.0",
"@schematics/angular": "^20.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0",
"eslint-plugin-import": "^2.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-preset-angular": "^15.0.0",
"jsdom": "^26.0.0",
"ng-packagr": "^20.0",
"nx": "21.2.0",
"postcss": "^8.0",
"postcss-import": "^14.0",
"postcss-preset-env": "^7.0",
"postcss-url": "^10.0",
"ts-jest": "^29.0",
"ts-node": "10.0",
"typescript": "~5.8.0"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@angular/common": "^20.0",
"@angular/compiler": "^20.0",
"@angular/core": "^20.0",
"@angular/platform-browser": "^20.0",
"@angular/platform-browser-dynamic": "^20.0",
"rxjs": "^7.8",
"tslib": "^2.3",
"zone.js": "~0.15"
}
}