summaryrefslogtreecommitdiffstats
path: root/elm.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 15:22:52 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 15:22:52 +0300
commita972058d20b773f4488df51babb40156c5a335e1 (patch)
tree80b8e18462134da7e5d00a2a32fc25bfd5855667 /elm.json
parentf4dacee4908300f63200864b9f089874152a568c (diff)
Add feed
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": {