docspell/modules/webapp/elm.json

52 lines
1.7 KiB
JSON
Raw Normal View History

2019-07-17 20:03:10 +00:00
{
"type": "application",
"source-directories": [
"src/main/elm",
"target/elm-src"
2019-07-17 20:03:10 +00:00
],
2019-10-28 17:04:32 +00:00
"elm-version": "0.19.1",
2019-07-17 20:03:10 +00:00
"dependencies": {
"direct": {
"CurrySoftware/elm-datepicker": "4.0.0",
2019-07-17 20:03:10 +00:00
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
"NoRedInk/elm-simple-fuzzy": "1.0.3",
"ThinkAlexandria/elm-pretty-print-json": "1.0.1",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/file": "1.0.5",
2019-07-17 20:03:10 +00:00
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
2021-10-07 20:02:31 +00:00
"elm/svg": "1.0.1",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm-explorations/markdown": "1.0.0",
"justinmimbs/date": "3.1.2",
"justinmimbs/timezone-data": "5.1.2",
"norpan/elm-html5-drag-drop": "3.1.4",
2021-10-07 20:02:31 +00:00
"pablohirafuji/elm-qrcode": "4.0.1",
2024-03-15 08:23:59 +00:00
"ryan-haskell/date-format": "1.0.0",
"truqu/elm-base64": "2.0.4",
"ursi/elm-scroll": "1.0.0",
"ursi/elm-throttle": "1.0.1"
2019-07-17 20:03:10 +00:00
},
"indirect": {
2020-08-03 16:27:13 +00:00
"avh4/elm-color": "1.0.0",
"danfishgold/base64-bytes": "1.0.3",
2019-07-17 20:03:10 +00:00
"elm/bytes": "1.0.8",
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
2020-08-03 16:27:13 +00:00
"elm/virtual-dom": "1.0.2",
"elm-community/basics-extra": "4.1.0",
2020-08-03 16:27:13 +00:00
"elm-community/list-extra": "8.2.4",
"folkertdev/elm-flate": "2.0.4",
"justgook/elm-image": "4.0.0",
"the-sett/elm-pretty-printer": "2.2.3"
2019-07-17 20:03:10 +00:00
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}