Current section
Files
Jump to
Current section
Files
gleam.toml
name = "mendraw"
version = "1.1.2"
target = "javascript"
description = "Mendix widget MPK file bindings for Gleam, compatible with redraw"
licences = ["BlueOak-1.0.0"]
[javascript]
typescript_declarations = false
runtime = "node"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
redraw = ">= 19.2.0 and < 20.0.0"
redraw_dom = ">= 19.2.0 and < 20.0.0"
etch = ">= 1.3.3 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"