react-pro-video-player
Version:
A fully customizable and responsive React video player with fullscreen, captions, playback speed control, advertisement support, DRM solution and modern UI support — perfect for all your professional video needs.
65 lines (64 loc) • 1.73 kB
JSON
{
"name": "react-pro-video-player",
"version": "1.0.0",
"description": "A fully customizable and responsive React video player with fullscreen, captions, playback speed control, advertisement support, DRM solution and modern UI support — perfect for all your professional video needs.",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"!dist/*.js.map"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"video-player",
"react-video-player",
"fullscreen",
"responsive",
"media-player",
"custom-controls",
"react-component",
"advertisement",
"hls",
"streaming"
],
"author": "Hitesh Sukhpal",
"license": "MIT",
"peerDependencies": {
"hls.js": "^1.6.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.22.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"hls.js": "^1.6.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^3.0.0",
"rollup-plugin-postcss": "^4.0.2",
"terser": "^5.43.1",
"tslib": "^2.6.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@remixicon/react": "^4.6.0"
}
}