UNPKG

react-hls-player

Version:

A simple and easy to use react component for playing an hls live stream

62 lines (61 loc) 1.78 kB
{ "name": "react-hls-player", "version": "3.0.7", "description": "A simple and easy to use react component for playing an hls live stream", "main": "./dist/index.js", "types": "./dist", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack serve --config webpack/webpack.dev.js", "build": "tsc", "prepublishOnly": "npm run build", "prepare": "install-peers" }, "repository": { "type": "git", "url": "git+https://github.com/devcshort/react-hls.git" }, "keywords": [ "hls", "rtmp", "react", "component" ], "author": "Christopher Short", "license": "MIT", "bugs": { "url": "https://github.com/devcshort/react-hls/issues" }, "homepage": "https://github.com/devcshort/react-hls#README", "dependencies": { "hls.js": "^0.14.17" }, "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "@types/hls.js": "^0.13.3", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "eslint": "^7.4.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx": "^0.1.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "html-webpack-plugin": "^5.3.1", "install-peers-cli": "^2.2.0", "prettier": "^2.2.1", "ts-loader": "^8.0.18", "typescript": "^4.2.3", "webpack": "^5.26.3", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.0.9" } }