Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glendix"
version = "5.0.0"
gleam = ">= 1.17.0"
target = "javascript"
description = "Mendix widget build tooling with external React bindings and a Lustre bridge"
licences = ["MIT"]
repository = { type = "github", user = "glendix-labs", repo = "glendix" }
[javascript]
typescript_declarations = false
runtime = "node"
[dependencies]
gleam_stdlib = ">= 1.0.3 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
etch = ">= 1.4.0 and < 2.0.0"
gleam_javascript = ">= 1.0.1 and < 2.0.0"
redraw = ">= 19.2.2 and < 20.0.0"
redraw_dom = ">= 19.2.2 and < 20.0.0"
lustre = ">= 5.7.1 and < 6.0.0"
mendraw = ">= 2.0.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.11.0 and < 2.0.0"