UNPKG

@mottosports/motto-video-player

Version:

React video player component for the Motto platform, powered by Shaka Player

74 lines (73 loc) 1.91 kB
{ "name": "@mottosports/motto-video-player", "version": "1.0.1-rc.59", "description": "React video player component for the Motto platform, powered by Shaka Player", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup", "dev": "NODE_ENV=development tsup --watch", "dev:hot": "NODE_ENV=development tsup --watch --onSuccess \"echo 'Hot reload ready! Package rebuilt successfully.'\"", "clean": "rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "video", "player", "react", "component", "motto", "shaka", "adaptive-streaming", "dash", "hls", "drm" ], "author": "Motto UI Components", "license": "ISC", "dependencies": { "@mux/mux-data-shakaplayer": "^5.14.7", "@tanstack/react-query": "^5.80.3", "shaka-player": "^4.16.0", "tailwind-merge": "^3.3.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.8", "@types/node": "^22.15.29", "@types/react": "^18.2.79", "@types/react-dom": "^19.1.5", "postcss": "^8.5.4", "tailwindcss": "^4.1.8", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/motto-ui-components/motto-players.git", "directory": "packages/motto-video-player" }, "homepage": "https://github.com/motto-ui-components/motto-players#readme", "bugs": { "url": "https://github.com/motto-ui-components/motto-players/issues" }, "publishConfig": { "access": "public" } }