First successful VNC connection

This commit is contained in:
2023-10-18 18:00:25 +02:00
parent 4f75cd918d
commit b87306f8ea
14 changed files with 422 additions and 5 deletions

View File

@ -33,6 +33,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-vnc": "^1.0.0",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4"
@ -15283,6 +15284,16 @@
"react-dom": ">=16.6.0"
}
},
"node_modules/react-vnc": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/react-vnc/-/react-vnc-1.0.0.tgz",
"integrity": "sha512-LE9i2H6X/njuzbJTRIsopadgyka18k5avUMWDj6kuRsis5O192qm2EIqJ4l8xRRpwrKVFrOkAC5wIgw+PBNAyw==",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"react-scripts": ">=4.0.0"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
@ -28921,6 +28932,12 @@
"prop-types": "^15.6.2"
}
},
"react-vnc": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/react-vnc/-/react-vnc-1.0.0.tgz",
"integrity": "sha512-LE9i2H6X/njuzbJTRIsopadgyka18k5avUMWDj6kuRsis5O192qm2EIqJ4l8xRRpwrKVFrOkAC5wIgw+PBNAyw==",
"requires": {}
},
"read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",