1
Fork 0
solar-conflux/elm/todolist/elm.json
Matei Adriel 8cd06f56bd
elm(todolist): chore: initial setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 15:56:39 +02:00

27 lines
600 B
JSON

{
"type": "application",
"source-directories": ["src"],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0"
},
"indirect": {
"elm/json": "1.1.2",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.0.0"
},
"indirect": {
"elm/random": "1.0.0"
}
}
}