mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 22:33:33 +03:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"type": "package",
|
|
"name": "Orasund/elm-ui-widgets",
|
|
"summary": "Collection of reusable views for elm-ui.",
|
|
"license": "BSD-3-Clause",
|
|
"version": "1.0.0",
|
|
"exposed-modules": [
|
|
"Widget",
|
|
"Widget.FilterSelect",
|
|
"Widget.ValidatedInput",
|
|
"Widget.ScrollingNav",
|
|
"Widget.Snackbar",
|
|
"Widget.SortTable"
|
|
],
|
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
|
"dependencies": {
|
|
"Orasund/elm-ui-framework": "1.6.1 <= v < 2.0.0",
|
|
"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",
|
|
"elm/svg": "1.0.1 <= v < 2.0.0",
|
|
"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",
|
|
"mdgriffith/elm-ui": "1.1.5 <= v < 2.0.0",
|
|
"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"
|
|
}
|
|
}
|