summaryrefslogtreecommitdiffstats
path: root/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/elm.json b/elm.json
index 2ce8eb3..daf9524 100644
--- a/elm.json
+++ b/elm.json
@@ -11,15 +11,20 @@
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
+ "elm/time": "1.0.0",
"elm/url": "1.0.0",
- "rtfeldman/elm-css": "17.0.1"
+ "elm-community/json-extra": "4.3.0",
+ "justinmimbs/date": "4.0.0",
+ "rtfeldman/elm-css": "17.0.1",
+ "ryannhg/date-format": "2.3.0"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
- "elm/time": "1.0.0",
+ "elm/parser": "1.1.0",
"elm/virtual-dom": "1.0.2",
- "rtfeldman/elm-hex": "1.0.0"
+ "rtfeldman/elm-hex": "1.0.0",
+ "rtfeldman/elm-iso8601-date-strings": "1.1.4"
}
},
"test-dependencies": {