UNPKG

react-hls-video-player

Version:

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

69 lines (68 loc) 2.13 kB
{ "name": "react-hls-video-player", "version": "3.2.4", "description": "A simple and easy to use react component for playing an hls live stream", "main": "./dist/index.js", "types": "./dist", "scripts": { "start": "webpack serve --config webpack/webpack.dev.js", "test": "jest", "build": "tsc", "prepublishOnly": "npm run build", "prepare": "install-peers" }, "repository": { "type": "git", "url": "git+https://github.com/cgilly2fast/react-hls.git" }, "keywords": [ "hls", "rtmp", "react", "component", "video player" ], "author": "Colby Gilbert", "license": "MIT", "bugs": { "url": "https://github.com/cgilly2fast/react-hls/issues" }, "homepage": "https://github.com/cgilly2fast/react-hls#README", "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "dependencies": { "hls.js": "^1.5.15" }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", "@types/jest": "^29.5.12", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "eventemitter3": "^5.0.1", "html-webpack-plugin": "^5.3.1", "install-peers-cli": "^2.2.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "typescript": "^5.5.4", "webpack": "^5.26.3", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4", "webpack-merge": "^6.0.1" } }