diff options
Diffstat (limited to 'elm.json')
| -rw-r--r-- | elm.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/elm.json b/elm.json new file mode 100644 index 0000000..5c08f5e --- /dev/null +++ b/elm.json @@ -0,0 +1,29 @@ +{ + "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", + "rtfeldman/elm-css": "16.1.1", + "xarvh/elm-slides": "5.0.1" + }, + "indirect": { + "elm/json": "1.1.3", + "elm/time": "1.0.0", + "elm/url": "1.0.0", + "elm/virtual-dom": "1.0.2", + "elm-community/easing-functions": "2.0.0", + "elm-explorations/markdown": "1.0.0", + "rtfeldman/elm-hex": "1.0.0" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +} |
