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-12-04 23:13:27 +01:00
|
|
|
"@joeattardi/emoji-button": "^4.6.0",
|
2020-10-21 00:15:56 +02:00
|
|
|
"@justinribeiro/lite-youtube": "^0.9.1",
|
2021-01-21 07:11:50 +01:00
|
|
|
"@videojs/http-streaming": "2.5.0",
|
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-11-18 02:29:03 +01:00
|
|
|
"mark.js": "^8.11.1",
|
2021-01-26 19:32:07 +01:00
|
|
|
"preact": "10.5.10",
|
2020-10-26 09:05:00 +01:00
|
|
|
"tailwindcss": "^1.9.6",
|
2021-02-05 07:17:20 +01:00
|
|
|
"video.js": "7.11.4"
|
2020-10-05 03:43:31 +02:00
|
|
|
},
|
2020-10-26 16:49:33 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"cssnano": "^4.1.10",
|
2021-02-08 08:06:15 +01:00
|
|
|
"postcss": "^8.2.5",
|
2020-12-15 00:47:09 +01:00
|
|
|
"postcss-cli": "^8.3.1"
|
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",
|
2020-11-18 02:29:03 +01:00
|
|
|
"mark.js/dist/mark.es6.min.js",
|
2020-10-05 03:43:31 +02:00
|
|
|
"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",
|
2021-01-13 08:38:26 +01:00
|
|
|
"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"
|
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"
|
|
|
|
}
|