-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.89 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
{
"name": "http",
"version": "17.0.6",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^17.0",
"@angular-devkit/core": "^17.0",
"@angular-devkit/schematics": "^17.0",
"@angular-eslint/eslint-plugin": "^17.0",
"@angular-eslint/eslint-plugin-template": "^17.0",
"@angular-eslint/template-parser": "^17.0",
"@angular/cli": "^17.0",
"@angular/compiler-cli": "^17.0",
"@angular/language-service": "^17.0",
"@nrwl/eslint-plugin-nx": "18.2.4",
"@nx/angular": "18.2.4",
"@nx/eslint": "18.2.4",
"@nx/jest": "18.2.4",
"@nx/js": "18.2.4",
"@schematics/angular": "^17.0",
"@types/jest": "^29.0",
"@types/node": "^18.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.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": "^29.0",
"jest-environment-jsdom": "^29.0",
"jest-fetch-mock": "^3.0.3",
"jest-preset-angular": "14.0.3",
"ng-packagr": "^17.0",
"nx": "18.2.4",
"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.0"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@angular/common": "^17.0",
"@angular/compiler": "^17.0",
"@angular/core": "^17.0",
"@angular/platform-browser": "^17.0",
"@angular/platform-browser-dynamic": "^17.0",
"rxjs": ">=6.6",
"tslib": "^2.3",
"zone.js": "~0.14"
}
}