react-streamify-play
Version:
react-streamify-play is a simple yet customizable video player for reactjs.
58 lines • 1.4 kB
JSON
{
"name": "react-streamify-play",
"version": "1.2.1",
"description": "react-streamify-play is a simple yet customizable video player for reactjs.",
"main": "dist/index.js",
"type": "module",
"module": "dist/index.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DEEPAKsingh74/react-streamify-play.git"
},
"homepage": "https://github.com/DEEPAKsingh74/react-streamify-play",
"peerDependencies": {
"react": "^17.0.0"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c"
},
"keywords": [
"react-video-player",
"media",
"stream",
"streamify",
"react-streamify",
"react-streamify-play",
"v-player",
"reactplay",
"react-player",
"player",
"video-player",
"video"
],
"author": "deepak singh bisht",
"license": "ISC",
"dependencies": {
"dashjs": "^4.7.4",
"hls.js": "^1.5.17",
"lucide-react": "^0.468.0",
"prop-types": "^15.8.1",
"react": "^17.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/react": "^19.0.1",
"eslint": "^9.16.0",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.7.2"
}
}