UNPKG

@gumlet/react-hls-player

Version:

Component for video playback using HLS.js in react

62 lines (61 loc) 1.68 kB
{ "name": "@gumlet/react-hls-player", "version": "1.0.1", "description": "Component for video playback using HLS.js in react", "main": "./dist/index.js", "types": "./dist", "files": ["./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/gumlet/react-hls-player.git" }, "keywords": [ "hls", "rtmp", "react", "component" ], "author": "Gumlet", "license": "MIT", "bugs": { "url": "https://www.gumlet.com/contact/" }, "homepage": "https://github.com/gumlet/react-hls-player", "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx": "^0.1.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "html-webpack-plugin": "^5.5.0", "install-peers-cli": "^2.2.0", "prettier": "^2.7.1", "ts-loader": "^9.4.1", "typescript": "^4.9.3", "webpack": "^5.75.0", "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1", "webpack-merge": "^5.8.0" }, "dependencies": { "hls.js": "^1.2.7" } }