tutor/www/elm.json

35 lines
926 B
JSON
Raw Normal View History

2021-07-08 01:48:58 +00:00
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
2021-07-16 16:06:33 +00:00
"avh4/elm-color": "1.0.0",
"damienklinnert/elm-spinner": "3.0.2",
2021-07-08 01:48:58 +00:00
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
2023-01-11 22:10:48 +00:00
"elm/parser": "1.1.0",
2021-07-16 00:51:33 +00:00
"elm/regex": "1.0.0",
2021-07-08 01:48:58 +00:00
"elm/url": "1.0.0",
2021-07-16 00:51:33 +00:00
"elm-community/maybe-extra": "5.2.0",
2021-07-08 01:48:58 +00:00
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}