mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 20:55:17 +03:00
34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
"src",
|
|
"../src"
|
|
],
|
|
"elm-version": "0.19.0",
|
|
"dependencies": {
|
|
"direct": {
|
|
"avh4/elm-color": "1.0.0",
|
|
"elm/browser": "1.0.1",
|
|
"elm/core": "1.0.2",
|
|
"elm/html": "1.0.0",
|
|
"elm/json": "1.1.3",
|
|
"elm/time": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2",
|
|
"terezka/line-charts": "2.0.0"
|
|
},
|
|
"indirect": {
|
|
"debois/elm-dom": "1.3.0",
|
|
"elm/parser": "1.1.0",
|
|
"elm/svg": "1.0.1",
|
|
"elm/url": "1.0.0",
|
|
"justinmimbs/date": "3.1.2",
|
|
"justinmimbs/time-extra": "1.1.0",
|
|
"myrho/elm-round": "1.0.4",
|
|
"ryannhg/date-format": "2.3.0"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {},
|
|
"indirect": {}
|
|
}
|
|
} |