mi-v1/frontend/elm.json

33 lines
823 B
JSON
Raw Normal View History

2020-01-12 19:05:49 +00:00
{
"type": "application",
"source-directories": [
2020-01-18 18:20:39 +00:00
"src",
"elm-stuff/.elm-spa"
2020-01-12 19:05:49 +00:00
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/core": "1.0.4",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
2020-01-18 18:25:48 +00:00
"elm/time": "1.0.0",
2020-01-12 23:31:49 +00:00
"elm/url": "1.0.0",
2020-01-18 18:20:39 +00:00
"mdgriffith/elm-ui": "1.1.5",
2020-01-18 18:25:48 +00:00
"rtfeldman/elm-iso8601-date-strings": "1.1.3",
2020-01-18 18:20:39 +00:00
"ryannhg/elm-spa": "3.0.0"
2020-01-12 19:05:49 +00:00
},
"indirect": {
2020-01-18 18:20:39 +00:00
"elm/browser": "1.0.2",
2020-01-12 19:05:49 +00:00
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
2020-01-18 18:25:48 +00:00
"elm/parser": "1.1.0",
2020-01-12 19:05:49 +00:00
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}