aboutsummaryrefslogtreecommitdiff
path: root/frontend/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/elm.json')
-rw-r--r--frontend/elm.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/frontend/elm.json b/frontend/elm.json
new file mode 100644
index 0000000..64ee788
--- /dev/null
+++ b/frontend/elm.json
@@ -0,0 +1,27 @@
1{
2 "type": "application",
3 "source-directories": [
4 "src"
5 ],
6 "elm-version": "0.19.1",
7 "dependencies": {
8 "direct": {
9 "elm/browser": "1.0.2",
10 "elm/core": "1.0.5",
11 "elm/html": "1.0.0",
12 "elm/http": "2.0.0",
13 "elm/json": "1.1.3",
14 "elm/url": "1.0.0"
15 },
16 "indirect": {
17 "elm/bytes": "1.0.8",
18 "elm/file": "1.0.5",
19 "elm/time": "1.0.0",
20 "elm/virtual-dom": "1.0.2"
21 }
22 },
23 "test-dependencies": {
24 "direct": {},
25 "indirect": {}
26 }
27}