elm-twitch/elm.json

43 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2020-10-03 18:44:16 +02:00
{
"type": "application",
"source-directories": [
2021-06-21 11:30:31 +02:00
"src",
"elm-video/src"
2020-10-03 18:44:16 +02:00
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
2020-10-04 13:15:57 +02:00
"STTR13/ziplist": "1.3.0",
2021-12-09 17:34:53 +01:00
"andrewMacmurray/elm-simple-animation": "2.1.0",
2020-10-03 18:44:16 +02: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",
2021-12-09 17:34:53 +01:00
"elm/svg": "1.0.1",
2020-10-04 13:15:57 +02:00
"elm/time": "1.0.0",
2020-10-03 18:44:16 +02:00
"elm/url": "1.0.0",
2021-12-09 17:34:53 +01:00
"icidasset/elm-material-icons": "9.0.0",
2020-10-03 18:44:16 +02:00
"jims/html-parser": "1.0.0",
2020-10-28 16:57:08 +01:00
"justinmimbs/timezone-data": "3.0.3",
2020-10-04 15:24:04 +02:00
"mdgriffith/elm-ui": "1.1.8",
2021-12-09 17:34:53 +01:00
"rtfeldman/elm-iso8601-date-strings": "1.1.3"
2020-10-03 18:44:16 +02:00
},
"indirect": {
2021-12-09 17:34:53 +01:00
"avh4/elm-color": "1.0.0",
2020-10-03 18:44:16 +02:00
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/parser": "1.1.0",
"elm/virtual-dom": "1.0.2",
2020-10-04 13:15:57 +02:00
"elm-community/list-extra": "8.2.4",
2020-10-03 18:44:16 +02:00
"rtfeldman/elm-hex": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {
"elm/regex": "1.0.0"
}
}
}