diff options
author | Guillermo Ramos | 2025-02-16 16:51:31 +0100 |
---|---|---|
committer | Guillermo Ramos | 2025-02-16 19:36:23 +0100 |
commit | e006f43619f8763750baf98f14ffa095f19f2b2b (patch) | |
tree | f30e5ca85f43a39dcbffb1f0d843b831d5e3bab0 /front/elm.json | |
parent | 209adfe41e976919c290debbfd16cf81f5ba296e (diff) | |
download | hiccup-e006f43619f8763750baf98f14ffa095f19f2b2b.tar.gz |
Simulation in Elm
Diffstat (limited to 'front/elm.json')
-rw-r--r-- | front/elm.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/front/elm.json b/front/elm.json index ce2a08d..785c5be 100644 --- a/front/elm.json +++ b/front/elm.json @@ -8,10 +8,13 @@ "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", - "elm/html": "1.0.0" + "elm/html": "1.0.0", + "elm/http": "2.0.0", + "elm/json": "1.1.3" }, "indirect": { - "elm/json": "1.1.3", + "elm/bytes": "1.0.8", + "elm/file": "1.0.5", "elm/time": "1.0.0", "elm/url": "1.0.0", "elm/virtual-dom": "1.0.3" |