40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "owncast-dependencies",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@joeattardi/emoji-button": "^4.2.0",
|
|
"@justinribeiro/lite-youtube": "^0.9.0",
|
|
"@videojs/themes": "^1.0.0",
|
|
"htm": "^3.0.4",
|
|
"preact": "^10.5.4",
|
|
"tailwindcss": "^1.9.2",
|
|
"video.js": "7.8.3",
|
|
"@videojs/http-streaming": "2.2.0"
|
|
},
|
|
"devDependencies": {},
|
|
"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",
|
|
"@justinribeiro/lite-youtube",
|
|
"htm",
|
|
"preact",
|
|
"tailwindcss/dist/tailwind.min.css"
|
|
],
|
|
"alias": {
|
|
"video.js": "video.js/core.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npm install && npx snowpack install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|