aboutsummaryrefslogtreecommitdiff
path: root/elm.json
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-22 10:20:07 +0000
committerAkshay <[email protected]>2020-11-22 10:20:07 +0000
commitb90171e1f1862885a1efdfb915869eb5fad13b01 (patch)
tree57cbef5b586c7dc11e20348a72ed1c2a4dac7636 /elm.json
parent767b3310aa1589109ed211919f1d2e2984827757 (diff)
dump basic typing test PWA
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..4c4956d
--- /dev/null
+++ b/elm.json
@@ -0,0 +1,24 @@
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/time": "1.0.0"
13 },
14 "indirect": {
15 "elm/json": "1.1.3",
16 "elm/url": "1.0.0",
17 "elm/virtual-dom": "1.0.2"
18 }
19 },
20 "test-dependencies": {
21 "direct": {},
22 "indirect": {}
23 }
24}