diff options
author | dan <[email protected]> | 2021-04-21 07:09:55 +0200 |
---|---|---|
committer | dan <[email protected]> | 2021-04-21 07:09:55 +0200 |
commit | 03799564eb0206130f771263ef4efa4c210cc81c (patch) | |
tree | 82fd69a3c32d48ef3c6359ad7cda6fa5304c942e /elm-client/elm.json | |
parent | 2784674ac1efc97348b4e7e2082628e08ef6b7c1 (diff) | |
download | bizexp-03799564eb0206130f771263ef4efa4c210cc81c.tar.gz bizexp-03799564eb0206130f771263ef4efa4c210cc81c.tar.bz2 bizexp-03799564eb0206130f771263ef4efa4c210cc81c.zip |
add elm-client
Diffstat (limited to 'elm-client/elm.json')
-rw-r--r-- | elm-client/elm.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/elm-client/elm.json b/elm-client/elm.json new file mode 100644 index 0000000..1eb43b4 --- /dev/null +++ b/elm-client/elm.json @@ -0,0 +1,27 @@ +{ + "type": "application", + "source-directories": [ + "src" + ], + "elm-version": "0.19.1", + "dependencies": { + "direct": { + "elm/browser": "1.0.2", + "elm/core": "1.0.5", + "elm/html": "1.0.0", + "elm/http": "2.0.0", + "elm/json": "1.1.3" + }, + "indirect": { + "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.2" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +} |