mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 22:33:33 +03:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
"src",
|
|
"../src"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"Orasund/elm-ui-framework": "1.6.1",
|
|
"avh4/elm-color": "1.0.0",
|
|
"elm/browser": "1.0.2",
|
|
"elm/core": "1.0.5",
|
|
"elm/html": "1.0.0",
|
|
"elm/svg": "1.0.1",
|
|
"elm/time": "1.0.0",
|
|
"elm-community/intdict": "3.0.0",
|
|
"feathericons/elm-feather": "1.4.0",
|
|
"jasonliang512/elm-heroicons": "1.0.2",
|
|
"mdgriffith/elm-ui": "1.1.5",
|
|
"noahzgordon/elm-color-extra": "1.0.2",
|
|
"ryannhg/elm-spa": "4.1.0",
|
|
"turboMaCk/any-set": "1.4.0",
|
|
"turboMaCk/queue": "1.0.2",
|
|
"wernerdegroot/listzipper": "4.0.0"
|
|
},
|
|
"indirect": {
|
|
"elm/json": "1.1.3",
|
|
"elm/regex": "1.0.0",
|
|
"elm/url": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2",
|
|
"fredcy/elm-parseint": "2.0.1",
|
|
"turboMaCk/any-dict": "2.3.0"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {},
|
|
"indirect": {}
|
|
}
|
|
}
|