-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
32 lines (32 loc) · 1022 Bytes
/
package.json
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
{
"name": "webui-node-modules",
"version": "1.0.0",
"author": "[email protected]",
"dependencies": {
"@types/chai": "4.2.22",
"@types/d3": "7.4.0",
"@types/dom-mediacapture-transform": "0.1.4",
"@types/dom-speech-recognition": "0.0.1",
"@types/dom-webcodecs": "0.1.5",
"@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.33",
"@types/wicg-file-system-access": "2020.09.05",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"babel-eslint": "10.0.2",
"eslint": "8.33.0",
"eslint-plugin-jsdoc": "37.5.1",
"html-minifier": "4.0.0",
"rollup": "3.12.0",
"svgo": "2.8.0",
"terser": "5.16.2",
"typescript": "5.0.3"
}
}