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",
|
2021-07-20 13:27:01 -07:00
|
|
|
"@videojs/http-streaming": "2.9.3",
|
2020-10-28 13:22:46 -07:00
|
|
|
"@videojs/themes": "^1.0.1",
|
2021-07-12 20:44:21 -07:00
|
|
|
"htm": "^3.1.0",
|
2020-11-17 19:29:03 -06:00
|
|
|
"mark.js": "^8.11.1",
|
2021-06-20 17:23:39 -07:00
|
|
|
"micromodal": "^0.4.6",
|
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-07-01 18:31:48 -07:00
|
|
|
"video.js": "7.13.3"
|
2020-10-04 18:43:31 -07:00
|
|
|
},
|
2020-10-26 08:49:33 -07:00
|
|
|
"devDependencies": {
|
2021-07-21 09:56:33 -07:00
|
|
|
"cssnano": "^5.0.7",
|
2021-07-22 09:42:25 -07:00
|
|
|
"postcss": "^8.3.6",
|
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",
|
|
|
|
"htm",
|
|
|
|
"preact",
|
2020-11-17 19:29:03 -06:00
|
|
|
"mark.js/dist/mark.es6.min.js",
|
2021-06-20 17:23:39 -07:00
|
|
|
"tailwindcss/dist/tailwind.min.css",
|
|
|
|
"micromodal/dist/micromodal.min.js"
|
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"
|
|
|
|
}
|