2020-03-15 21:13:12 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
|
|
|
"src",
|
|
|
|
"../src"
|
|
|
|
],
|
|
|
|
"elm-version": "0.19.1",
|
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"Orasund/elm-ui-framework": "1.6.1",
|
2020-05-17 23:02:29 +03:00
|
|
|
"avh4/elm-color": "1.0.0",
|
2020-03-15 21:13:12 +03:00
|
|
|
"elm/browser": "1.0.2",
|
|
|
|
"elm/core": "1.0.5",
|
|
|
|
"elm/html": "1.0.0",
|
2020-04-05 08:30:48 +03:00
|
|
|
"elm/svg": "1.0.1",
|
2020-03-15 21:13:12 +03:00
|
|
|
"elm/time": "1.0.0",
|
|
|
|
"elm-community/intdict": "3.0.0",
|
2020-05-01 20:40:19 +03:00
|
|
|
"feathericons/elm-feather": "1.4.0",
|
2020-03-15 21:13:12 +03:00
|
|
|
"jasonliang512/elm-heroicons": "1.0.2",
|
2020-05-26 07:52:51 +03:00
|
|
|
"mdgriffith/elm-ui": "1.1.6",
|
2020-05-17 23:02:29 +03:00
|
|
|
"noahzgordon/elm-color-extra": "1.0.2",
|
2020-05-12 22:15:44 +03:00
|
|
|
"ryannhg/elm-spa": "4.1.0",
|
2020-05-25 08:40:46 +03:00
|
|
|
"turboMaCk/any-set": "1.4.0",
|
2020-03-15 21:13:12 +03:00
|
|
|
"turboMaCk/queue": "1.0.2",
|
|
|
|
"wernerdegroot/listzipper": "4.0.0"
|
|
|
|
},
|
|
|
|
"indirect": {
|
|
|
|
"elm/json": "1.1.3",
|
2020-05-17 23:02:29 +03:00
|
|
|
"elm/regex": "1.0.0",
|
2020-03-15 21:13:12 +03:00
|
|
|
"elm/url": "1.0.0",
|
2020-05-17 23:02:29 +03:00
|
|
|
"elm/virtual-dom": "1.0.2",
|
2020-05-25 08:40:46 +03:00
|
|
|
"fredcy/elm-parseint": "2.0.1",
|
|
|
|
"turboMaCk/any-dict": "2.3.0"
|
2020-03-15 21:13:12 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
|
|
|
"direct": {},
|
|
|
|
"indirect": {}
|
|
|
|
}
|
|
|
|
}
|