UNPKG

react-all-player

Version:

react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.

117 lines (116 loc) 3.07 kB
{ "name": "react-all-player", "version": "2.2.1", "module": "dist/index.js", "license": "Apache-2.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Asadbek Karimov <contact@asadk.dev>", "bugs": { "url": "https://github.com/asadbek064/react-all-player/issues" }, "repository": { "type": "git", "url": "git+https://github.com/asadbek064/react-all-player.git" }, "keywords": [ "react-player", "video-player", "HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "HLS", "youtube", "vimeo", "streaming", "accessible", "responsive", "customizable", "picture-in-picture", "captions", "subtitles" ], "homepage": "https://reactallplayer.asadk.dev", "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "eslint src/**/*.{js,jsx,ts,tsx,json}", "lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx,json}", "format": "prettier --write src/**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "release": "shx cp package.json ./dist && np" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "size-limit": [ { "path": "./dist/index.js", "limit": "40 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^7.0.8", "@types/node": "^17.0.35", "@types/react": "16.14.0", "@types/react-dom": "16.9.16", "@types/resize-observer-browser": "^0.1.7", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "autoprefixer": "^10.4.7", "cssnano": "^5.1.9", "eslint": "^8.18.0", "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.1", "np": "^7.6.2", "npm-run-all": "^4.1.5", "postcss": "^8.4.14", "prettier": "^2.7.1", "react": "16.14.0", "react-dom": "16.14.0", "rollup-plugin-postcss": "^4.0.2", "shx": "^0.3.4", "size-limit": "^7.0.8", "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.6.4" }, "dependencies": { "@plussub/srt-vtt-parser": "^1.1.0", "load-script": "^2.0.0", "url-toolkit": "^2.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "description": "react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.", "directories": { "example": "example" }, "engines": { "node": ">=10" } }