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
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 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
{
"name": "@devinfra/bazel",
"dependencies": {
"@microsoft/api-extractor": "7.52.11",
"@types/babel__core": "7.20.5",
"@types/browser-sync": "2.29.0",
"@types/node": "22.18.1",
"@types/selenium-webdriver": "^4.1.28",
"@types/send": "0.17.5",
"@types/wait-on": "^5.3.4",
"@types/source-map-support": "0.5.10",
"@types/yargs": "17.0.33",
"browser-sync": "3.0.4",
"chalk": "5.6.2",
"get-tsconfig": "4.10.1",
"piscina": "^5.0.0",
"send": "1.2.0",
"true-case-path": "2.2.1",
"typescript": "5.9.2",
"wait-on": "^8.0.3",
"yargs": "18.0.0",
"protractor": "7.0.0",
"semver": "7.7.2",
"selenium-webdriver": "4.35.0",
"source-map-support": "0.5.21",
"tinyglobby": "0.2.15"
}
}