1
build/javascript/.gitignore
vendored
1
build/javascript/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
build/
|
|
||||||
1
build/javascript/package-lock.json
generated
1
build/javascript/package-lock.json
generated
@@ -558,6 +558,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"anymatch": "~3.1.2",
|
"anymatch": "~3.1.2",
|
||||||
"braces": "~3.0.2",
|
"braces": "~3.0.2",
|
||||||
|
"fsevents": "~2.3.2",
|
||||||
"glob-parent": "~5.1.2",
|
"glob-parent": "~5.1.2",
|
||||||
"is-binary-path": "~2.1.0",
|
"is-binary-path": "~2.1.0",
|
||||||
"is-glob": "~4.0.1",
|
"is-glob": "~4.0.1",
|
||||||
|
|||||||
@@ -20,27 +20,25 @@
|
|||||||
"postcss-cli": "^9.0.1"
|
"postcss-cli": "^9.0.1"
|
||||||
},
|
},
|
||||||
"snowpack": {
|
"snowpack": {
|
||||||
"packageOptions": {
|
"install": [
|
||||||
"knownEntrypoints": [
|
"video.js/core.js",
|
||||||
"video.js/core.js",
|
"@videojs/themes/fantasy/*",
|
||||||
"@videojs/themes/fantasy/*",
|
"@videojs/http-streaming/dist/videojs-http-streaming.min.js",
|
||||||
"@videojs/http-streaming/dist/videojs-http-streaming.min.js",
|
"video.js/dist/video-js.min.css",
|
||||||
"video.js/dist/video-js.min.css",
|
"@joeattardi/emoji-button",
|
||||||
"@joeattardi/emoji-button",
|
"htm",
|
||||||
"htm",
|
"preact",
|
||||||
"preact",
|
"mark.js/dist/mark.es6.min.js",
|
||||||
"mark.js/dist/mark.es6.min.js",
|
"tailwindcss/dist/tailwind.min.css",
|
||||||
"tailwindcss/dist/tailwind.min.css",
|
"micromodal/dist/micromodal.min.js"
|
||||||
"micromodal/dist/micromodal.min.js"
|
],
|
||||||
]
|
|
||||||
},
|
|
||||||
"alias": {
|
"alias": {
|
||||||
"video.js": "video.js/core.js"
|
"video.js": "video.js/core.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "rm -rf build && npx snowpack build && rm -rf ../../webroot/js/web_modules && cp -R build/web_modules ../../webroot/js"
|
"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",
|
"author": "Owncast",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user