summaryrefslogtreecommitdiffstats
path: root/elm.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 11:15:12 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 11:15:12 +0300
commitd0b6988a1a49ae0966e887e892508f2afc12bc6a (patch)
tree3dd4148672d623bb7ec287aed757866d5f97d4b6 /elm.json
Initial commit
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/elm.json b/elm.json
new file mode 100644
index 0000000..2ce8eb3
--- /dev/null
+++ b/elm.json
@@ -0,0 +1,29 @@
+{
+ "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",
+ "elm/url": "1.0.0",
+ "rtfeldman/elm-css": "17.0.1"
+ },
+ "indirect": {
+ "elm/bytes": "1.0.8",
+ "elm/file": "1.0.5",
+ "elm/time": "1.0.0",
+ "elm/virtual-dom": "1.0.2",
+ "rtfeldman/elm-hex": "1.0.0"
+ }
+ },
+ "test-dependencies": {
+ "direct": {},
+ "indirect": {}
+ }
+}