-
- Downloads
Plugin pro zmenu kvality
Showing
- package.json 14 additions, 12 deletionspackage.json
- public/js/videojs-contrib-quality-levels.min.js 2 additions, 0 deletionspublic/js/videojs-contrib-quality-levels.min.js
- public/js/videojs-hls-quality-selector.min.js 7 additions, 0 deletionspublic/js/videojs-hls-quality-selector.min.js
- templates/layouts/default.html.ep 2 additions, 0 deletionstemplates/layouts/default.html.ep
- templates/stream/player.html.ep 1 addition, 0 deletionstemplates/stream/player.html.ep
- webpack.config.js 5 additions, 1 deletionwebpack.config.js
... | ... | @@ -18,22 +18,24 @@ |
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-free": "^5.13.0", | ||
"autoprefixer": "^9.8.0", | ||
"css-loader": "^3.5.3", | ||
"file-loader": "^6.0.0", | ||
"@fortawesome/fontawesome-free": "^5.15.1", | ||
"autoprefixer": "^9.8.6", | ||
"css-loader": "^3.6.0", | ||
"file-loader": "^6.1.1", | ||
"node-sass": "^4.14.1", | ||
"postcss-loader": "^3.0.0", | ||
"style-loader": "^1.2.1", | ||
"url-loader": "^4.1.0", | ||
"sass-loader": "^8.0.2", | ||
"node-sass": "^4.14.1", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11" | ||
"style-loader": "^1.3.0", | ||
"url-loader": "^4.1.1", | ||
"webpack": "^4.44.2", | ||
"webpack-cli": "^3.3.12" | ||
}, | ||
"dependencies": { | ||
"bootstrap": "^4.5.0", | ||
"bootstrap-icons": "^1.0.0-alpha4", | ||
"bootstrap": "^4.5.3", | ||
"bootstrap-icons": "^1.0.0", | ||
"jquery": "^3.5.1", | ||
"video.js": "^7.8.2" | ||
"video.js": "^7.8.4", | ||
"videojs-contrib-quality-levels": "^2.0.9", | ||
"videojs-hls-quality-selector": "^1.1.4" | ||
} | ||
} |
Please register or sign in to comment