Files
shopxo-uniapp/package.json

25 lines
680 B
JSON
Raw Permalink Normal View History

2025-06-30 13:36:51 +08:00
{
2025-11-24 15:26:22 +08:00
"id": "liusheng22-HlsVideoPlayer",
"name": "HlsVideoPlayer - APP 的 hls 的视频流播放器",
"displayName": "HlsVideoPlayer - APP 的 hls 的视频流播放器",
"version": "0.0.1",
"description": "APP 的视频流播放器支持iOS & Android但是仅支持 hls 视频流flv 不支持原因见下方文档详细说明",
"keywords": [
"hls",
"flv",
"m3u8",
"视频流",
"视频播放器"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
2026-03-09 16:34:54 +08:00
},
"dependencies": {
2026-03-10 11:41:49 +08:00
"hls.js": "^1.6.15",
"jweixin-module": "^1.6.0"
2025-11-24 15:26:22 +08:00
}
2026-03-09 16:34:54 +08:00
}