forked from angular/dev-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 686 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 686 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
{
"name": "@devinfra/bazel",
"dependencies": {
"@microsoft/api-extractor": "7.58.0",
"@types/babel__core": "7.20.5",
"@types/browser-sync": "2.29.1",
"@types/node": "24.12.0",
"@types/selenium-webdriver": "^4.1.28",
"@types/send": "1.2.1",
"@types/wait-on": "^5.3.4",
"@types/source-map-support": "0.5.10",
"browser-sync": "3.0.4",
"get-tsconfig": "4.13.7",
"piscina": "^5.0.0",
"send": "1.2.1",
"true-case-path": "2.2.1",
"typescript": "5.9.3",
"wait-on": "^9.0.0",
"protractor": "7.0.0",
"semver": "7.7.4",
"selenium-webdriver": "4.41.0",
"source-map-support": "0.5.21",
"tinyglobby": "0.2.15"
}
}