hanchu/ui/elm.json

30 lines
708 B
JSON
Raw Permalink Normal View History

2024-10-20 10:45:48 +00:00
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
2024-10-22 04:35:21 +00:00
"elm/http": "2.0.0",
"elm/json": "1.1.3",
2024-10-22 08:18:06 +00:00
"elm/url": "1.0.0",
"elm-community/list-extra": "8.7.0",
2024-10-20 10:45:48 +00:00
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {
2024-10-22 04:35:21 +00:00
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
2024-10-20 10:45:48 +00:00
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}