UNPKG

@streamspark/react-video-player

Version:

A fully-featured, YouTube-like video player built completely from scratch using React and TypeScript.

86 lines (85 loc) 2.25 kB
{ "name": "@streamspark/react-video-player", "version": "1.0.6", "description": "A fully-featured, YouTube-like video player built completely from scratch using React and TypeScript.", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "dist/player.css", "README.md" ], "scripts": { "dev": "vite", "start:demo": "vite", "build": "tsc && vite build", "build:package": "rollup -c", "preview": "vite preview", "prepublishOnly": "npm run build:package" }, "keywords": [ "react", "video", "player", "typescript", "custom", "media", "html5", "responsive", "youtube-like", "react-video-player", "video-component", "react-component", "react-media-player" ], "author": "Arun YT", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/arun59ay/react-video-player.git" }, "bugs": { "url": "https://github.com/arun59ay/react-video-player/issues" }, "homepage": "https://github.com/arun59ay/react-video-player#readme", "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "lucide-react": "^0.344.0" }, "devDependencies": { "@eslint/js": "^9.9.1", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^24.0.10", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.18", "eslint": "^9.9.1", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.11", "globals": "^15.9.0", "postcss": "^8.4.35", "react": "^18.3.1", "react-dom": "^18.3.1", "rollup": "^4.13.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.36.0", "tailwindcss": "^3.4.1", "tslib": "^2.8.1", "typescript": "^5.5.3", "typescript-eslint": "^8.3.0", "vite": "^5.4.2" } }