UNPKG

react-stv-player

Version:

A highly customizable React video player built on Video.js, supporting custom buttons, themes, and advanced playback controls.

106 lines (105 loc) 2.76 kB
{ "name": "react-stv-player", "private": false, "version": "1.0.2", "type": "module", "scripts": { "dev": "vite", "start": "npm run dev -- --port 3000 --host", "build": "tsc && vite build", "lib": "tsc && vite build --config vite.config.lib.ts", "predeploy": "npm run build", "deploy": "gh-pages -d build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "test": "vitest" }, "files": [ "dist" ], "main": "./dist/react-stv-player.cjs", "module": "./dist/react-stv-player.js", "types": "./dist/index.d.ts", "dependencies": { "@noriginmedia/norigin-spatial-navigation": "^2.2.2", "@videojs/http-streaming": "^3.15.0", "mux.js": "^6.3.0", "react-syntax-highlighter": "^15.6.1", "video.js": "^8.21.0", "videojs-contrib-dash": "^5.1.1", "videojs-contrib-eme": "^5.5.1", "zustand": "^5.0.3" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/node": "^22.12.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "clsx": "^2.1.1", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "gh-pages": "^6.3.0", "globals": "^15.14.0", "postcss": "^8.5.1", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.0", "vitest": "^2.1.8" }, "keywords": [ "web", "front-end", "react", "react-component", "player", "component", "youtube", "vimeo", "typescript", "audio", "video", "media", "hls", "dash", "streaming", "video-player", "smart-tv", "soundcloud", "youtube-video", "tv", "xbox", "audio-player", "tizen", "firetv", "webos", "youtube-player", "bigscreen", "remote-control", "spatial-navigation", "ott", "iptv", "leanback", "media-player", "reacttvplayer", "twitch", "live-streaming" ], "repository": { "type": "git", "url": "git+https://github.com/foridpathan/react-stv-player.git" }, "homepage": "https://foridpathan.github.io/react-stv-player", "author": "Forid Pathan <foridpathan45@gmail.com>", "license": "MIT", "packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387" }