@aidenlx/vidstack-react
Version:
UI component library for building high-quality, accessible video and audio experiences on the web.
109 lines • 2.76 kB
JSON
{
"name": "@aidenlx/vidstack-react",
"description": "UI component library for building high-quality, accessible video and audio experiences on the web.",
"version": "1.12.13-mod.3",
"license": "MIT",
"type": "module",
"types": "index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=18"
},
"dependencies": {
"@floating-ui/dom": "^1.6.10",
"media-captions": "^1.0.4"
},
"peerDependencies": {
"@types/react": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0"
},
"contributors": [
"Rahim Alwer <rahim.alwer@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/vidstack/player.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/vidstack/player/issues"
},
"exports": {
".": {
"types": "./index.d.ts",
"worker": "./server/vidstack.js",
"development": "./dev/vidstack.js",
"default": "./prod/vidstack.js"
},
"./icons": {
"types": "./icons.d.ts",
"default": "./prod/vidstack-icons.js"
},
"./player/remotion": {
"types": "./player/remotion.d.ts",
"worker": "./server/vidstack-remotion.js",
"development": "./dev/player/vidstack-remotion.js",
"default": "./prod/player/vidstack-remotion.js"
},
"./player/layouts/default": {
"types": "./player/layouts/default.d.ts",
"worker": "./server/vidstack-default-layout.js",
"development": "./dev/player/vidstack-default-layout.js",
"default": "./prod/player/vidstack-default-layout.js"
},
"./player/layouts/plyr": {
"types": "./player/layouts/plyr.d.ts",
"worker": "./server/vidstack-plyr-layout.js",
"development": "./dev/player/vidstack-plyr-layout.js",
"default": "./prod/player/vidstack-plyr-layout.js"
},
"./player/styles/*": "./player/styles/*",
"./types/*": "./types/*",
"./dom.d.ts": "./dom.d.ts",
"./google-cast.d.ts": "./google-cast.d.ts",
"./package.json": "./package.json",
"./tailwind.cjs": {
"types": "./tailwind.d.cts",
"default": "./tailwind.cjs"
},
"./analyze.json": {
"types": "./analyze.json.d.ts",
"default": "./analyze.json"
}
},
"publishConfig": {
"access": "public"
},
"keywords": [
"accessible",
"analytics",
"audio",
"customizable",
"dailymotion",
"elements",
"extensible",
"file",
"framework-agnostic",
"headless",
"hls",
"html5",
"jwplayer",
"media",
"plyr",
"player",
"react",
"spec-compliant",
"universal",
"uploader",
"vds",
"video",
"videojs",
"vidstack",
"vime",
"vimeo",
"web-component",
"tailwind",
"universal",
"youtube"
]
}