You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1012 B
38 lines
1012 B
{ |
|
"name": "owncast-dependencies", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"dependencies": { |
|
"@joeattardi/emoji-button": "^4.2.0", |
|
"@justinribeiro/lite-youtube": "^0.9.0", |
|
"@videojs/http-streaming": "^2.2.0", |
|
"@videojs/themes": "^1.0.0", |
|
"htm": "^3.0.4", |
|
"preact": "^10.5.3", |
|
"tailwindcss": "^1.8.10", |
|
"video.js": "^7.9.6" |
|
}, |
|
"devDependencies": { |
|
"snowpack": "^2.12.1" |
|
}, |
|
"snowpack": { |
|
"install": [ |
|
"video.js/dist/video.min.js", |
|
"@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" |
|
] |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"build": "npm install && npx snowpack install && cp -R web_modules ../../webroot/js" |
|
}, |
|
"author": "", |
|
"license": "ISC" |
|
}
|
|
|