add novnc in preparation for cloud sync of vnc streaming web component (#2743)

This commit is contained in:
Jonathan Dobson
2025-06-18 12:33:42 -04:00
committed by GitHub
parent f183e4cec7
commit 13887b944d
2 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"@codemirror/lang-python": "^6.1.6",
"@dagrejs/dagre": "^1.1.4",
"@hookform/resolvers": "^3.3.4",
"@novnc/novnc": "1.5.x",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^1.1.1",
@@ -1059,6 +1060,12 @@
"node": ">= 8"
}
},
"node_modules/@novnc/novnc": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.5.0.tgz",
"integrity": "sha512-4yGHOtUCnEJUCsgEt/L78eeJu00kthurLBWXFiaXfonNx0pzbs6R/3gJb1byZe6iAE8V9MF0syQb0xIL8MSOtQ==",
"license": "MPL-2.0"
},
"node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",

View File

@@ -21,6 +21,7 @@
"@codemirror/lang-python": "^6.1.6",
"@dagrejs/dagre": "^1.1.4",
"@hookform/resolvers": "^3.3.4",
"@novnc/novnc": "1.5.x",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^1.1.1",