elm-ui-widgets/elm.json

34 lines
1.1 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",
2022-07-18 19:06:32 +03:00
"version": "3.4.0",
2020-03-15 21:13:12 +03:00
"exposed-modules": [
2020-05-25 14:58:22 +03:00
"Widget",
2021-01-27 00:12:35 +03:00
"Widget.Material",
"Widget.Material.Typography",
"Widget.Material.Color",
"Widget.Customize",
2020-05-25 14:58:22 +03:00
"Widget.Layout",
2021-01-21 16:45:56 +03:00
"Widget.Snackbar",
"Widget.Icon"
2020-03-15 21:13:12 +03:00
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
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",
2021-01-27 00:12:35 +03:00
"elm/core": "1.0.2 <= v < 2.0.0",
2020-03-15 21:13:12 +03:00
"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-community/intdict": "3.0.0 <= v < 4.0.0",
2021-02-03 00:22:10 +03:00
"mdgriffith/elm-ui": "1.1.7 <= v < 2.0.0",
2020-05-21 15:22:47 +03:00
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
2021-02-05 18:59:34 +03:00
"turboMaCk/queue": "1.0.2 <= v < 2.0.0"
2020-03-15 21:13:12 +03:00
},
"test-dependencies": {
2021-01-27 00:12:35 +03:00
"elm-explorations/test": "1.2.1 <= v < 2.0.0",
"icidasset/elm-material-icons": "5.0.0 <= v < 6.0.0"
2020-03-15 21:13:12 +03:00
}
2021-02-05 22:40:06 +03:00
}