elm-ui-widgets/elm.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-15 21:13:12 +03:00
{
"type": "package",
"name": "Orasund/elm-ui-widgets",
"summary": "Collection of reusable views for elm-ui.",
"license": "BSD-3-Clause",
"version": "2.0.1",
2020-03-15 21:13:12 +03:00
"exposed-modules": [
2020-05-25 14:58:22 +03:00
"Widget",
"Widget.Style",
"Widget.Style.Material",
2020-05-25 14:58:22 +03:00
"Widget.Style.Template",
"Widget.Layout",
"Widget.ScrollingNav",
"Widget.Snackbar"
2020-03-15 21:13:12 +03:00
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"Orasund/elm-ui-framework": "1.6.1 <= v < 2.0.0",
2020-05-21 15:22:47 +03:00
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
2020-03-15 21:13:12 +03:00
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
2020-04-21 07:30:32 +03:00
"elm/svg": "1.0.1 <= v < 2.0.0",
2020-03-15 21:13:12 +03:00
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/intdict": "3.0.0 <= v < 4.0.0",
"jasonliang512/elm-heroicons": "1.0.2 <= v < 2.0.0",
2020-05-26 07:52:51 +03:00
"mdgriffith/elm-ui": "1.1.6 <= v < 2.0.0",
2020-05-21 15:22:47 +03:00
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
2020-03-15 21:13:12 +03:00
"turboMaCk/queue": "1.0.2 <= v < 2.0.0",
"wernerdegroot/listzipper": "4.0.0 <= v < 5.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.1 <= v < 2.0.0"
}
2020-05-26 07:52:51 +03:00
}