UNPKG

@deepwaterexploration/dwe-controls

Version:

Web Based UVC Control Driver for the DeepWater Exploration exploreHD and HDCam

43 lines (42 loc) 957 B
{ "name": "client", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "keywords": [], "author": "", "license": "GPL-3.0", "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@fontsource/roboto": "^4.5.3", "@mui/icons-material": "^5.3.1", "@mui/material": "^5.4.0", "@mui/styles": "^5.3.0", "material-ui-popup-state": "^4.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "socket.io-client": "^4.5.1" }, "devDependencies": { "react-scripts": "^5.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }