UNPKG

react-vnc

Version:

A React Component to connect to a websockified VNC client using noVNC.

34 lines 868 B
{ "name": "react-vnc", "description": "A React Component to connect to a websockified VNC client using noVNC.", "version": "3.1.0", "repository": { "type": "git", "url": "git+https://github.com/roerohan/react-vnc.git" }, "keywords": [ "vnc", "noVNC", "react-vnc", "websocket", "websockify" ], "main": "dist/index.js", "module": "dist/react-vnc.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/react-vnc.js", "require": "./dist/react-vnc.umd.cjs" } }, "typings": "dist/types/lib/index.d.ts", "dependencies": { "@novnc/novnc": "^1.5.0", "@types/novnc__novnc": "^1.6.0" }, "peerDependencies": { "react": ">=19.0.0", "react-dom": ">=19.0.0" } }