Packages
Collection of model types, update functions, and events for interacting with the server-side stytch client. It is opinionated about URLs and model structure.
Current section
Files
Jump to
Current section
Files
stytch_ui_model
gleam.toml
gleam.toml
name = "stytch_ui_model"
target = "javascript"
version = "1.0.0-rc1"
description = "Collection of model types, update functions, and events for interacting with the server-side stytch client. It is opinionated about URLs and model structure."
licences = ["Apache-2.0"]
repository = { type = "github", user = "dusty-phillips", repo = "stytch_in_gleam" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
rsvp = ">= 1.1.3 and < 2.0.0"
lustre = ">= 5.4.0 and < 6.0.0"
stytch_codecs = "== 1.0.0-rc2"
gleam_http = ">= 4.3.0 and < 5.0.0"
plinth = ">= 0.10.2 and < 1.0.0"
gleam_javascript = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"