aboutsummaryrefslogtreecommitdiff
path: root/frontend/elm.json
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-24 05:21:40 +0000
committerAkshay <[email protected]>2020-12-24 05:21:40 +0000
commit9d2b6ee10ec5359cc91769d430485c8c869ba1a8 (patch)
treeb2d541e575ab6e3f70cb709f156f06afca085881 /frontend/elm.json
parent7c65421328552b08e64df25e224fe9d54d363e6e (diff)
monorepo
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}