elm-ui-widgets/example/elm.json

51 lines
1.6 KiB
JSON
Raw Normal View History

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",
2021-01-21 18:59:22 +03:00
"capitalist/elm-octicons": "2.3.0",
"danmarcab/material-icons": "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",
2021-01-21 18:59:22 +03:00
"icidasset/elm-material-icons": "5.0.0",
"j-panasiuk/elm-ionicons": "2.0.0",
"jasonliang-dev/elm-heroicons": "1.0.1",
"lattyware/elm-fontawesome": "5.0.0",
"lemol/ant-design-icons-elm": "2.0.0",
2021-02-03 00:22:10 +03:00
"mdgriffith/elm-ui": "1.1.7",
2020-05-17 23:02:29 +03:00
"noahzgordon/elm-color-extra": "1.0.2",
2021-01-21 18:59:22 +03:00
"pehota/elm-zondicons": "1.0.1",
2020-05-12 22:15:44 +03:00
"ryannhg/elm-spa": "4.1.0",
"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",
"fredcy/elm-parseint": "2.0.1",
"turboMaCk/any-dict": "2.3.0"
2020-03-15 21:13:12 +03:00
}
},
"test-dependencies": {
2021-01-26 16:06:01 +03:00
"direct": {
"elm-explorations/test": "1.2.2"
},
"indirect": {
"elm/random": "1.0.0"
}
2020-03-15 21:13:12 +03:00
}
2021-01-27 00:12:35 +03:00
}