forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 931 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 931 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
{
"name": "webui-node-modules",
"version": "1.0.0",
"author": "[email protected]",
"dependencies": {
"@types/chai": "4.2.22",
"@types/d3": "5.16.0",
"@types/dom-mediacapture-record": "1.0.11",
"@types/dom-speech-recognition": "0.0.1",
"@types/filesystem": "0.0.32",
"@types/filewriter": "0.0.29",
"@types/google.analytics": "0.0.42",
"@types/mocha": "9.0.0",
"@types/offscreencanvas": "2019.6.4",
"@types/trusted-types": "1.0.6",
"@types/w3c-css-typed-object-model-level-1": "20180410.0.4",
"@types/w3c-image-capture": "1.0.4",
"@types/webrtc": "0.0.31",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"babel-eslint": "10.0.2",
"eslint": "7.11.0",
"eslint-plugin-jsdoc": "37.5.1",
"html-minifier": "4.0.0",
"rollup": "2.58.0",
"svgo": "2.8.0",
"terser": "5.3.3",
"typescript": "4.6.3"
}
}