feat: add hls.js dependency for video streaming.

This commit is contained in:
kuekhaoyang
2025-11-28 21:48:38 +08:00
parent 39ef730b88
commit 55240606a9
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -12,6 +12,7 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@vercel/analytics": "^1.5.0",
"hls.js": "^1.6.15",
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",
@@ -4027,6 +4028,12 @@
"hermes-estree": "0.25.1"
}
},
"node_modules/hls.js": {
"version": "1.6.15",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.15.tgz",
"integrity": "sha512-E3a5VwgXimGHwpRGV+WxRTKeSp2DW5DI5MWv34ulL3t5UNmyJWCQ1KmLEHbYzcfThfXG8amBL+fCYPneGHC4VA==",
"license": "Apache-2.0"
},
"node_modules/ignore": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
+1
View File
@@ -13,6 +13,7 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@vercel/analytics": "^1.5.0",
"hls.js": "^1.6.15",
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",