aboutsummaryrefslogtreecommitdiff
path: root/front/elm.json
diff options
context:
space:
mode:
authorGuillermo Ramos2025-02-16 16:51:31 +0100
committerGuillermo Ramos2025-02-16 19:36:23 +0100
commite006f43619f8763750baf98f14ffa095f19f2b2b (patch)
treef30e5ca85f43a39dcbffb1f0d843b831d5e3bab0 /front/elm.json
parent209adfe41e976919c290debbfd16cf81f5ba296e (diff)
downloadhiccup-e006f43619f8763750baf98f14ffa095f19f2b2b.tar.gz
Simulation in Elm
Diffstat (limited to 'front/elm.json')
-rw-r--r--front/elm.json7
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"