-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.11 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
{
"name": "series-workspace",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"postinstall": "husky"
},
"private": true,
"dependencies": {
"@angular/animations": "21.1.0",
"@angular/common": "21.1.0",
"@angular/compiler": "21.1.0",
"@angular/core": "21.1.0",
"@angular/forms": "21.1.0",
"@angular/platform-browser": "21.1.0",
"@angular/platform-browser-dynamic": "21.1.0",
"@angular/router": "21.1.0",
"@commitlint/cli": "^20.3.1",
"@ngrx/operators": "^21.0.1",
"@ngrx/signals": "^21.0.1",
"@nx/angular": "22.3.3",
"ng-zorro-antd": "^21.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.0",
"@angular-devkit/core": "21.1.0",
"@angular-devkit/schematics": "21.1.0",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.0.6",
"@angular/compiler-cli": "21.1.0",
"@angular/language-service": "21.1.0",
"@commitlint/config-conventional": "^20.3.1",
"@nx/devkit": "22.3.3",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/playwright": "22.3.3",
"@nx/workspace": "22.3.3",
"@playwright/test": "^1.41.2",
"@schematics/angular": "21.0.6",
"@types/jest": "30.0.0",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "8.53.1",
"@typescript-eslint/parser": "8.53.1",
"@typescript-eslint/utils": "8.53.1",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-playwright": "^0.15.3",
"husky": "^9.0.6",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-preset-angular": "16.0.0",
"jest-util": "30.0.5",
"jsonc-eslint-parser": "^2.1.0",
"nx": "22.3.3",
"prettier": "^2.6.2",
"ts-jest": "29.4.6",
"ts-node": "^10.9.2",
"typescript": "5.9.3"
},
"packageManager": "pnpm@9.0.0"
}