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