-
-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 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
{
"name": "nx",
"description": "NX",
"version": "0.0.0",
"private": true,
"scripts": {
"npm": "npm",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"dependencies": {
"@angular/animations": "20.3.18",
"@angular/common": "20.3.18",
"@angular/compiler": "20.3.18",
"@angular/core": "20.3.18",
"@angular/forms": "20.3.18",
"@angular/platform-browser": "20.3.18",
"@angular/platform-browser-dynamic": "20.3.18",
"@angular/router": "20.3.18",
"@nx/angular": "22.5.4",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "21.2.2",
"@angular/cli": "21.2.2",
"@angular/compiler-cli": "20.3.18",
"@angular/language-service": "20.3.18",
"@nx/jest": "22.5.4",
"@nx/workspace": "22.5.4",
"@types/jasmine": "6.0.0",
"@types/jest": "30.0.0",
"@types/node": "24.12.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-preset-angular": "16.1.1",
"ng-packagr": "20.3.2",
"npm": "11.11.1",
"nx": "22.5.4",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"engines": {
"npm": "11.11.1"
}
}