about summary refs log tree commit diff
path: root/elm.json
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-17 01:31:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-17 01:31:29 +0200
commitdd8f119332149a4e3b02dfce79f221f585ca73e1 (patch)
tree6111a5dbe3d5a6622293503bd206c286d9ca57d9 /elm.json
parentAdd gitignore (diff)
downloadisspass-dd8f119332149a4e3b02dfce79f221f585ca73e1.tar.gz
isspass-dd8f119332149a4e3b02dfce79f221f585ca73e1.tar.bz2
isspass-dd8f119332149a4e3b02dfce79f221f585ca73e1.zip
Setup nix declarative elm project
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/elm.json b/elm.json
new file mode 100644
index 0000000..ce2a08d
--- /dev/null
+++ b/elm.json
@@ -0,0 +1,24 @@
+{
+    "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"
+        },
+        "indirect": {
+            "elm/json": "1.1.3",
+            "elm/time": "1.0.0",
+            "elm/url": "1.0.0",
+            "elm/virtual-dom": "1.0.3"
+        }
+    },
+    "test-dependencies": {
+        "direct": {},
+        "indirect": {}
+    }
+}