tx-elm/elm.json

37 lines
893 B
JSON

{
"type": "application",
"source-directories": [
"elm-stuff/gitdeps/github.com/elm-cardano/elm-cardano.git/src",
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"MartinSStewart/elm-uint64": "2.0.0",
"dwayne/elm-integer": "1.0.0",
"dwayne/elm-natural": "1.1.1",
"elm/browser": "1.0.2",
"elm/bytes": "1.0.8",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm-cardano/bech32": "1.0.0",
"elm-toulouse/cbor": "4.0.1",
"elmcraft/core-extra": "2.1.0",
"jxxcarlson/hex": "4.0.1",
"turboMaCk/any-dict": "3.0.0"
},
"indirect": {
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-toulouse/float16": "1.0.1"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}