2020-10-04 18:43:31 -07:00
|
|
|
{
|
|
|
|
"name": "owncast-dependencies",
|
|
|
|
"version": "1.0.0",
|
2020-10-28 14:59:17 -07:00
|
|
|
"description": "Javascript dependencies for Owncast web app",
|
2020-10-04 18:43:31 -07:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-12-04 14:13:27 -08:00
|
|
|
"@joeattardi/emoji-button": "^4.6.0",
|
2020-10-20 15:15:56 -07:00
|
|
|
"@justinribeiro/lite-youtube": "^0.9.1",
|
2021-03-15 11:37:27 -07:00
|
|
|
"@videojs/http-streaming": "2.6.4",
|
2020-10-28 13:22:46 -07:00
|
|
|
"@videojs/themes": "^1.0.1",
|
2020-10-04 18:43:31 -07:00
|
|
|
"htm": "^3.0.4",
|
2020-11-17 19:29:03 -06:00
|
|
|
"mark.js": "^8.11.1",
|
2021-01-26 10:32:07 -08:00
|
|
|
"preact": "10.5.10",
|
2020-10-26 01:05:00 -07:00
|
|
|
"tailwindcss": "^1.9.6",
|
2021-02-04 22:17:20 -08:00
|
|
|
"video.js": "7.11.4"
|
2020-10-04 18:43:31 -07:00
|
|
|
},
|
2020-10-26 08:49:33 -07:00
|
|
|
"devDependencies": {
|
|
|
|
"cssnano": "^4.1.10",
|
2021-03-10 10:46:55 -08:00
|
|
|
"postcss": "^8.2.8",
|
2020-12-14 15:47:09 -08:00
|
|
|
"postcss-cli": "^8.3.1"
|
2020-10-26 08:49:33 -07:00
|
|
|
},
|
2020-10-04 18:43:31 -07:00
|
|
|
"snowpack": {
|
|
|
|
"install": [
|
2020-10-14 14:07:38 -07:00
|
|
|
"video.js/core.js",
|
2020-10-04 18:43:31 -07: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-17 19:29:03 -06:00
|
|
|
"mark.js/dist/mark.es6.min.js",
|
2020-10-04 18:43:31 -07:00
|
|
|
"tailwindcss/dist/tailwind.min.css"
|
2020-10-14 14:07:38 -07:00
|
|
|
],
|
|
|
|
"alias": {
|
|
|
|
"video.js": "video.js/core.js"
|
|
|
|
}
|
2020-10-04 18:43:31 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-01-12 23:38:26 -08: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-04 18:43:31 -07:00
|
|
|
},
|
2020-10-20 18:38:37 -07:00
|
|
|
"author": "Owncast",
|
2020-10-04 18:43:31 -07:00
|
|
|
"license": "ISC"
|
|
|
|
}
|