docspell/website/elm.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
703 B
JSON
Raw Permalink Normal View History

2020-07-27 20:13:22 +00:00
{
"type": "application",
"source-directories": [
"elm"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
2020-09-29 22:17:18 +00:00
"elm/json": "1.1.3",
2020-07-27 20:13:22 +00:00
"elm/random": "1.0.0",
"elm-community/random-extra": "3.1.0",
"elm-explorations/markdown": "1.0.0"
},
"indirect": {
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2",
"owanturist/elm-union-find": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}