yes-no-maybe-kink-tool/elm.json

36 lines
996 B
JSON
Raw Normal View History

2023-06-23 20:47:15 +00:00
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
2023-07-06 13:52:17 +00:00
"chelovek0v/bbase64": "1.0.1",
2023-06-23 20:47:15 +00:00
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/svg": "1.0.1",
2023-07-04 00:37:36 +00:00
"elm/url": "1.0.0",
2023-07-04 16:24:49 +00:00
"elm-community/array-extra": "2.6.0",
"elm-community/html-extra": "3.4.0",
2023-07-06 13:52:17 +00:00
"elm-community/list-extra": "8.7.0",
"elm-community/maybe-extra": "5.3.0",
2023-07-06 13:52:17 +00:00
"elm-community/string-extra": "4.0.1",
"elm-toulouse/cbor": "1.1.0"
2023-06-23 20:47:15 +00:00
},
"indirect": {
2023-07-06 13:52:17 +00:00
"elm/bytes": "1.0.8",
2023-07-04 16:24:49 +00:00
"elm/regex": "1.0.0",
2023-06-23 20:47:15 +00:00
"elm/time": "1.0.0",
2023-07-06 13:52:17 +00:00
"elm/virtual-dom": "1.0.3",
"elm-toulouse/float16": "1.0.1"
2023-06-23 20:47:15 +00:00
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}