2018-09-06 16:08:51 +00:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
|
|
|
"src"
|
|
|
|
],
|
2021-02-09 14:47:54 +00:00
|
|
|
"elm-version": "0.19.1",
|
2018-09-06 16:08:51 +00:00
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"elm/browser": "1.0.0",
|
|
|
|
"elm/core": "1.0.0",
|
|
|
|
"elm/html": "1.0.0",
|
|
|
|
"elm/http": "1.0.0",
|
|
|
|
"elm/json": "1.0.0",
|
|
|
|
"elm/parser": "1.1.0",
|
|
|
|
"elm/regex": "1.0.0",
|
|
|
|
"elm/time": "1.0.0",
|
|
|
|
"elm/url": "1.0.0",
|
2018-11-08 17:46:04 +00:00
|
|
|
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
|
2020-07-24 12:52:29 +00:00
|
|
|
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
|
|
|
|
"justinmimbs/time-extra": "1.1.0"
|
2018-09-06 16:08:51 +00:00
|
|
|
},
|
|
|
|
"indirect": {
|
|
|
|
"elm/virtual-dom": "1.0.0",
|
2020-07-24 12:52:29 +00:00
|
|
|
"elm/random": "1.0.0",
|
|
|
|
"justinmimbs/date": "3.2.0"
|
2018-09-06 16:08:51 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"elm-explorations/test": "1.0.0"
|
|
|
|
},
|
|
|
|
"indirect": {}
|
|
|
|
}
|
|
|
|
}
|