diff options
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" |