elm-twitch/elm.json

36 lines
907 B
JSON
Raw Normal View History

2020-10-03 18:44:16 +02:00
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
2020-10-04 13:15:57 +02:00
"STTR13/ziplist": "1.3.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",
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",
"jims/html-parser": "1.0.0",
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {
"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"
}
}
}