2020-10-05 03:43:31 +02:00
|
|
|
{
|
|
|
|
"name": "owncast-dependencies",
|
|
|
|
"version": "1.0.0",
|
2020-10-28 22:59:17 +01:00
|
|
|
"description": "Javascript dependencies for Owncast web app",
|
2020-10-05 03:43:31 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-11-04 03:48:09 +01:00
|
|
|
"@joeattardi/emoji-button": "^4.3.0",
|
2020-10-21 00:15:56 +02:00
|
|
|
"@justinribeiro/lite-youtube": "^0.9.1",
|
2020-10-28 21:22:46 +01:00
|
|
|
"@videojs/themes": "^1.0.1",
|
2020-10-05 03:43:31 +02:00
|
|
|
"htm": "^3.0.4",
|
2020-10-21 00:15:56 +02:00
|
|
|
"preact": "^10.5.5",
|
2020-10-26 09:05:00 +01:00
|
|
|
"tailwindcss": "^1.9.6",
|
2020-10-14 23:07:38 +02:00
|
|
|
"video.js": "7.8.3",
|
|
|
|
"@videojs/http-streaming": "2.2.0"
|
2020-10-05 03:43:31 +02:00
|
|
|
},
|
2020-10-26 16:49:33 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"cssnano": "^4.1.10",
|
2020-10-30 07:57:37 +01:00
|
|
|
"postcss-cli": "^8.2.0"
|
2020-10-26 16:49:33 +01:00
|
|
|
},
|
2020-10-05 03:43:31 +02:00
|
|
|
"snowpack": {
|
|
|
|
"install": [
|
2020-10-14 23:07:38 +02:00
|
|
|
"video.js/core.js",
|
2020-10-05 03:43:31 +02:00
|
|
|
"@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"
|
2020-10-14 23:07:38 +02:00
|
|
|
],
|
|
|
|
"alias": {
|
|
|
|
"video.js": "video.js/core.js"
|
|
|
|
}
|
2020-10-05 03:43:31 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-10-14 23:07:38 +02:00
|
|
|
"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"
|
2020-10-05 03:43:31 +02:00
|
|
|
},
|
2020-10-21 03:38:37 +02:00
|
|
|
"author": "Owncast",
|
2020-10-05 03:43:31 +02:00
|
|
|
"license": "ISC"
|
|
|
|
}
|