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.
40 lines
1.1 KiB
40 lines
1.1 KiB
{ |
|
"name": "owncast-dependencies", |
|
"version": "1.0.0", |
|
"description": "Javascript dependencies for Owncast web app", |
|
"main": "index.js", |
|
"dependencies": { |
|
"@joeattardi/emoji-button": "^4.6.0", |
|
"@videojs/themes": "^1.0.1", |
|
"htm": "^3.1.0", |
|
"mark.js": "^8.11.1", |
|
"micromodal": "^0.4.9", |
|
"preact": "10.6.0", |
|
"tailwindcss": "^1.9.6", |
|
"video.js": "7.17.0" |
|
}, |
|
"devDependencies": { |
|
"cssnano": "^5.0.11", |
|
"postcss": "^8.3.11", |
|
"postcss-cli": "^9.0.2" |
|
}, |
|
"snowpack": { |
|
"install": [ |
|
"@videojs/themes/fantasy/*", |
|
"video.js/dist/video-js.min.css", |
|
"video.js/dist/video.min.js", |
|
"@joeattardi/emoji-button", |
|
"htm", |
|
"preact", |
|
"mark.js/dist/mark.es6.min.js", |
|
"tailwindcss/dist/tailwind.min.css", |
|
"micromodal/dist/micromodal.min.js" |
|
] |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && rm -rf ../../webroot/js/web_modules && cp -R web_modules ../../webroot/js" |
|
}, |
|
"author": "Owncast", |
|
"license": "ISC" |
|
}
|
|
|