From a972058d20b773f4488df51babb40156c5a335e1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 29 Oct 2021 15:22:52 +0300 Subject: Add feed --- elm.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'elm.json') 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": { -- cgit v1.3