@ntxmjs/react-custom-video-player
Version:
A modern, fully customizable React video player with HLS streaming + mp4 as well, custom subtitle support, and theme customization. Lightweight, responsive, and built for developers who need control over media playback in React JS.
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "@ntxmjs/react-custom-video-player",
"version": "0.1.1",
"description": "A modern, fully customizable React video player with HLS streaming + mp4 as well, custom subtitle support, and theme customization. Lightweight, responsive, and built for developers who need control over media playback in React JS.",
"author": {
"name": "Nitiksh",
"url": "https://github.com/nitiksh"
},
"homepage": "https://www.npmjs.com/package/@ntxmjs/react-custom-video-player",
"main": "dist/react-custom-video-player.cjs.js",
"module": "dist/react-custom-video-player.es.js",
"exports": {
".": {
"import": "./dist/react-custom-video-player.es.js",
"require": "./dist/react-custom-video-player.cjs.js"
}
},
"files": [
"dist"
],
"keywords": [
"react",
"video",
"player",
"custom video player",
"react video player",
"react hls player",
"react media player",
"hls.js",
"m3u8",
"video streaming",
"react component library",
"responsive video player",
"modern ui",
"cinematic video player",
"customizable player",
"subtitles",
"captions",
"themeable",
"ntxm",
"ntxmjs",
"nitiksh"
],
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"hls.js": "^1.6.13"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.0.0",
"globals": "^16.3.0",
"vite": "^7.1.2",
"vite-plugin-css-injected-by-js": "^3.5.2"
}
}