forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 985 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 985 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
31
32
{
"private": true,
"type": "module",
"devDependencies": {
"@types/d3-array": "^3.0.0",
"@types/d3-axis": "^3.0.0",
"@types/d3-scale": "^4.0.0",
"@types/d3-selection": "^3.0.0",
"@types/d3-time": "^3.0.0",
"@types/d3-time-format": "^4.0.0",
"@types/jsdom": "^21.1.0",
"@types/json-stable-stringify": "^1.0.0",
"@types/node": "*",
"@types/shelljs": "^0.8.0",
"@types/w3c-xmlserializer": "^2.0.0",
"@types/yargs": "^17.0.0",
"comment-json": "^4.2.3",
"d3-array": "^3.0.2",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.0",
"d3-selection": "^3.0.0",
"d3-time": "^3.0.0",
"d3-time-format": "^4.0.0",
"jsdom": "^17.0.0",
"json-stable-stringify": "^1.0.2",
"octokit": "^4.0.2",
"shelljs": "^0.8.5",
"typescript": "next",
"w3c-xmlserializer": "^2.0.0",
"yargs": "^17.1.1"
}
}