Skip to content

Commit

Permalink
add demo deps to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
varvaruc committed Apr 5, 2023
1 parent 9046ee3 commit 0366204
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,28 @@
"ua-parser-js": "^0.7.24",
"which": "^1.3.1"
},
"shakaCustom": {
"purposeOfDemoDeps": "These are the files from node_modules that need to be deployed with the demo app.",
"demoDeps": [
"awesomplete/awesomplete.css",
"awesomplete/awesomplete.min.js",
"dialog-polyfill/dialog-polyfill.css",
"dialog-polyfill/dist/dialog-polyfill.js",
"eme-encryption-scheme-polyfill/index.js",
"es6-promise-polyfill/promise.min.js",
"google-closure-library/closure/goog/base.js",
"lcevc_dil.js/dist/lcevc_dil.min.js",
"lcevc_dil.js/dist/liblcevc_dpi.wasm",
"less/dist/less.js",
"material-design-lite/dist/material.indigo-blue.min.css",
"material-design-lite/dist/material.min.js",
"mux.js/dist/mux.min.js",
"popper.js/dist/umd/popper.min.js",
"pwacompat/pwacompat.min.js",
"tippy.js/umd/index.min.js",
"tippy.js/index.css"
]
},
"main": "dist/shaka-player.compiled.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0366204

Please sign in to comment.