diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-10T22·03+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-10T22·03+0100 |
commit | b600f709b4e456875fc559b3f0e7ef016ad4fca6 (patch) | |
tree | 4d31474278ebd15d2dec90c14322ac14d6941a5f /website/sandbox/chord-drill-sergeant/elm.json | |
parent | c350222fcc4f665e55f1d84902a813ac35558ef3 (diff) |
Model data and sketch ideas for Chord Drill Sergeant
Initialize an Elm application to build a MVP for the Chord Drill Sergeant application. There isn't much to see at the moment. I'm just sketching ideas. More forthcoming...
Diffstat (limited to 'website/sandbox/chord-drill-sergeant/elm.json')
-rw-r--r-- | website/sandbox/chord-drill-sergeant/elm.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/website/sandbox/chord-drill-sergeant/elm.json b/website/sandbox/chord-drill-sergeant/elm.json new file mode 100644 index 000000000000..dea3450db112 --- /dev/null +++ b/website/sandbox/chord-drill-sergeant/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.2" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +} |