mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
09a46289c0
Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/videojs/http-streaming/releases) - [Changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/http-streaming/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: "@videojs/http-streaming" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "owncast-dependencies",
|
|
"version": "1.0.0",
|
|
"description": "Javascript dependencies for Owncast web app",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@joeattardi/emoji-button": "^4.6.0",
|
|
"@videojs/http-streaming": "2.9.2",
|
|
"@videojs/themes": "^1.0.1",
|
|
"htm": "^3.1.0",
|
|
"mark.js": "^8.11.1",
|
|
"micromodal": "^0.4.6",
|
|
"preact": "10.5.10",
|
|
"tailwindcss": "^1.9.6",
|
|
"video.js": "7.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"cssnano": "^5.0.6",
|
|
"postcss": "^8.3.5",
|
|
"postcss-cli": "^8.3.1"
|
|
},
|
|
"snowpack": {
|
|
"install": [
|
|
"video.js/core.js",
|
|
"@videojs/themes/fantasy/*",
|
|
"@videojs/http-streaming/dist/videojs-http-streaming.min.js",
|
|
"video.js/dist/video-js.min.css",
|
|
"@joeattardi/emoji-button",
|
|
"htm",
|
|
"preact",
|
|
"mark.js/dist/mark.es6.min.js",
|
|
"tailwindcss/dist/tailwind.min.css",
|
|
"micromodal/dist/micromodal.min.js"
|
|
],
|
|
"alias": {
|
|
"video.js": "video.js/core.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js"
|
|
},
|
|
"author": "Owncast",
|
|
"license": "ISC"
|
|
}
|