From 02e7e5485e4dc36e658c56a514d6ef0d89603716 Mon Sep 17 00:00:00 2001 From: Bram van den Heuvel Date: Sun, 3 Sep 2023 08:59:10 +0200 Subject: [PATCH] Add Elm repository --- elm.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 elm.json diff --git a/elm.json b/elm.json new file mode 100644 index 0000000..f35f12d --- /dev/null +++ b/elm.json @@ -0,0 +1,32 @@ +{ + "type": "application", + "source-directories": [ + "src" + ], + "elm-version": "0.19.1", + "dependencies": { + "direct": { + "Evelios/elm-hash": "1.0.0", + "elm/browser": "1.0.2", + "elm/core": "1.0.5", + "elm/html": "1.0.0", + "elm/json": "1.1.3", + "elm/random": "1.0.0", + "elm-community/string-extra": "4.0.1", + "miniBill/elm-fast-dict": "1.1.0" + }, + "indirect": { + "bonzaico/murmur3": "1.0.0", + "chain-partners/elm-bignum": "1.0.1", + "elm/regex": "1.0.0", + "elm/time": "1.0.0", + "elm/url": "1.0.0", + "elm/virtual-dom": "1.0.3", + "myrho/elm-round": "1.0.5" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +}