Add hls.js for audio only

This commit is contained in:
dragongoose
2023-08-21 15:29:01 -04:00
parent a062eacb30
commit a754961a14
2 changed files with 55 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@tailwindcss/forms": "^0.5.3",
"hls.js": "^1.4.10",
"oh-vue-icons": "^1.0.0-rc3",
"video.js": "^8.0.4",
"videojs-contrib-quality-levels": "^3.0.0",
@ -24,15 +25,16 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"git-describe": "^4.1.1",
"@catppuccin/tailwindcss": "^0.1.1",
"@intlify/vue-i18n-loader": "^3.0.0",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.9",
"@types/hls.js": "^1.0.0",
"@types/node": "^18.14.2",
"@types/video.js": "^7.3.51",
"@types/videojs-contrib-quality-levels": "^2.0.1",
"@types/videojs-hls-quality-selector": "^1.1.0",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
@ -40,6 +42,7 @@
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"git-describe": "^4.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",