-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 955 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 955 Bytes
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
{
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace:*",
"@angular/build": "22.0.0-next.3",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/core": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/localize": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"@angular/platform-browser": "workspace:*",
"@angular/router": "workspace:*",
"@angular/upgrade": "workspace:*",
"@types/jasmine": "6.0.0",
"@types/jasminewd2": "2.0.13",
"@types/node": "24.12.0",
"@types/selenium-webdriver": "3.0.7",
"angular-1.8": "npm:angular@1.8",
"protractor": "7.0.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"selenium-webdriver": "3.6.0",
"source-map": "0.7.6",
"tslib": "2.8.1",
"yargs": "18.0.0",
"zone.js": "0.16.1"
}
}