forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.13 KB
/
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
33
34
35
36
{
"name": "webui-node-modules",
"version": "1.0.0",
"author": "[email protected]",
"dependencies": {
"@mediapipe/tasks-vision": "0.10.9",
"@rollup/wasm-node": "4.21.0",
"@stylistic/eslint-plugin": "2.8.0",
"@types/chai": "4.3.16",
"@types/d3": "7.4.0",
"@types/dom-mediacapture-transform": "0.1.7",
"@types/dom-speech-recognition": "0.0.1",
"@types/dom-webcodecs": "0.1.8",
"@types/emscripten": "1.39.6",
"@types/filesystem": "0.0.32",
"@types/filewriter": "0.0.29",
"@types/google.analytics": "0.0.42",
"@types/mocha": "10.0.6",
"@types/offscreencanvas": "2019.6.4",
"@types/trusted-types": "1.0.6",
"@types/w3c-image-capture": "1.0.8",
"@types/webrtc": "0.0.43",
"@types/wicg-file-system-access": "2020.09.05",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@typescript-eslint/types": "8.4.0",
"@typescript-eslint/utils": "8.4.0",
"eslint": "9.10.0",
"eslint-plugin-jsdoc": "50.2.2",
"html-minifier": "4.0.0",
"lit": "3.0.2",
"svgo": "3.0.2",
"terser": "5.31.6",
"typescript": "5.6.3"
}
}