From e006f43619f8763750baf98f14ffa095f19f2b2b Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Feb 2025 16:51:31 +0100 Subject: Simulation in Elm --- front/elm.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'front/elm.json') 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" -- cgit v1.2.3