view libervia/pages/_browser/browser_meta.json @ 1413:326730dc35da

install: update minimal Brython version to 3.9.2 to have fixed elements's `children` implementation: Before 3.9.2, Brython had an implementation of `children` hidding the DOM method, and which was returning all elements (like childNodes). 3.9.2 fixes it.
author Goffi <goffi@goffi.org>
date Thu, 29 Apr 2021 16:36:26 +0200
parents 71f24ad99a2c
children 7c776c9d7c75
line wrap: on
line source

{
    "js": {
        "package": {
            "dependencies": {
                "nunjucks": "latest",
                "swiper": "^6.1.1",
                "moment": "latest",
                "ogv": "latest"
            }
        },
        "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'"
            }
        }
    }
}