Mercurial > libervia-web
view libervia/web/pages/_browser/browser_meta.json @ 1526:fc2bc024600d
build: do not set explicitely `libervia` package:
`twisted` needs to be installed, and if we don't specify anything, Hatch looks
automatically for all directories containing .py files, so it includes `libervia` and
`twisted`.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 08 Jun 2023 21:07:55 +0200 |
parents | eb00d593801d |
children | ff633e19a069 |
line wrap: on
line source
{ "js": { "package": { "dependencies": { "nunjucks": "^3.2.3", "swiper": "^6.8.4", "moment": "^2.29.1", "ogv": "^1.8.4" } }, "brython_map": { "nunjucks": "nunjucks/browser/nunjucks.min.js", "swiper": { "path": "swiper/swiper-bundle.min.js", "export": ["Swiper"] }, "moment": "moment/min/moment.min.js", "ogv": { "path": "ogv/dist/ogv.js", "export": ["OGVCompat", "OGVLoader", "OGVMediaError", "OGVMediaType", "OGVTimeRanges", "OGVPlayer", "OGVVersion"], "extra_init": "OGVLoader.base='/{build_dir}/node_modules/ogv/dist'" } } } }