Current section
Files
Jump to
Current section
Files
mendix_widget_gleam
gleam.toml
gleam.toml
name = "mendix_widget_gleam"
version = "3.0.0"
target = "javascript"
description = "Build Mendix Pluggable Widgets with Gleam — no JSX, pure Gleam + FFI"
licences = ["Apache-2.0"]
repository = { type = "github", user = "GG-O-BP", repo = "MendixWidgetGleam" }
[javascript]
typescript_declarations = false
runtime = "node"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
glendix = ">= 3.0.0 and < 4.0.0"
redraw = ">= 19.2.2 and < 20.0.0"
redraw_dom = ">= 19.2.2 and < 20.0.0"
lustre = ">= 5.6.0 and < 6.0.0"