Roverr/rtsp-stream

View on GitHub
ui/package.json

Summary

Maintainability
Test Coverage
{
  "name": "ui",
  "version": "1.0.0",
  "description": "UI for roverr/rtsp-stream",
  "main": "index.js",
  "scripts": {
    "start": "parcel ./src/index.html",
    "build": "parcel build ./src/index.html",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Roverr",
  "license": "MIT",
  "devDependencies": {
    "parcel-bundler": "^1.12.4"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "bootstrap": ">=4.3.1",
    "lodash": "^4.17.19",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "react-hls": "0.0.8",
    "reactstrap": "^6.5.0"
  }
}