2018-12-05 01:36:15 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
2022-04-12 21:46:36 +03:00
|
|
|
"../styleguide-app",
|
2018-12-05 01:36:15 +03:00
|
|
|
"../src"
|
|
|
|
],
|
2020-08-14 00:13:07 +03:00
|
|
|
"elm-version": "0.19.1",
|
2018-12-05 01:36:15 +03:00
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
2021-05-28 04:23:44 +03:00
|
|
|
"BrianHicks/elm-particle": "1.5.0",
|
2021-10-27 17:55:25 +03:00
|
|
|
"Gizra/elm-keyboard-event": "1.0.1",
|
2022-01-10 22:41:20 +03:00
|
|
|
"avh4/elm-debug-controls": "2.2.2",
|
2020-04-11 00:54:59 +03:00
|
|
|
"elm/browser": "1.0.2",
|
|
|
|
"elm/core": "1.0.5",
|
2018-12-05 01:36:15 +03:00
|
|
|
"elm/html": "1.0.0",
|
2021-05-13 02:00:35 +03:00
|
|
|
"elm/http": "2.0.0",
|
2019-03-15 00:36:45 +03:00
|
|
|
"elm/json": "1.1.3",
|
2018-12-05 21:56:04 +03:00
|
|
|
"elm/parser": "1.1.0",
|
2020-05-15 19:53:46 +03:00
|
|
|
"elm/random": "1.0.0",
|
2018-12-05 01:36:15 +03:00
|
|
|
"elm/regex": "1.0.0",
|
|
|
|
"elm/svg": "1.0.1",
|
|
|
|
"elm/url": "1.0.0",
|
2021-05-28 04:23:44 +03:00
|
|
|
"elm-community/random-extra": "3.2.0",
|
2019-08-28 19:29:01 +03:00
|
|
|
"elm-community/string-extra": "4.0.1",
|
2018-12-05 01:36:15 +03:00
|
|
|
"pablohirafuji/elm-markdown": "2.0.5",
|
2022-02-03 01:01:03 +03:00
|
|
|
"rtfeldman/elm-css": "17.0.5",
|
2020-03-24 03:40:14 +03:00
|
|
|
"rtfeldman/elm-sorter-experiment": "2.1.1",
|
2022-06-01 03:34:15 +03:00
|
|
|
"tesk9/accessible-html-with-css": "3.0.0",
|
2021-05-28 04:23:44 +03:00
|
|
|
"tesk9/palette": "3.0.1",
|
2019-09-04 12:03:03 +03:00
|
|
|
"wernerdegroot/listzipper": "4.0.0"
|
2018-12-05 01:36:15 +03:00
|
|
|
},
|
|
|
|
"indirect": {
|
2022-01-10 22:41:20 +03:00
|
|
|
"NoRedInk/datetimepicker-legacy": "1.0.5",
|
2021-10-27 17:55:25 +03:00
|
|
|
"SwiftsNamesake/proper-keyboard": "4.0.0",
|
2021-05-13 02:00:35 +03:00
|
|
|
"elm/bytes": "1.0.8",
|
|
|
|
"elm/file": "1.0.5",
|
2018-12-05 01:36:15 +03:00
|
|
|
"elm/time": "1.0.0",
|
|
|
|
"elm/virtual-dom": "1.0.2",
|
2020-09-18 14:03:34 +03:00
|
|
|
"justinmimbs/date": "3.2.1",
|
2019-07-30 22:55:55 +03:00
|
|
|
"justinmimbs/time-extra": "1.1.0",
|
2022-01-10 22:41:20 +03:00
|
|
|
"robinheghan/murmur3": "1.0.0",
|
2018-12-05 01:36:15 +03:00
|
|
|
"rtfeldman/elm-hex": "1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
2022-04-12 21:18:09 +03:00
|
|
|
"direct": {
|
2022-04-12 22:17:41 +03:00
|
|
|
"avh4/elm-program-test": "3.6.3",
|
2022-04-12 22:56:37 +03:00
|
|
|
"elm-explorations/test": "1.2.2",
|
|
|
|
"tesk9/accessible-html": "5.0.0"
|
2022-04-12 21:18:09 +03:00
|
|
|
},
|
2022-04-12 22:17:41 +03:00
|
|
|
"indirect": {
|
|
|
|
"avh4/elm-fifo": "1.0.4",
|
|
|
|
"elm-community/list-extra": "8.5.2",
|
|
|
|
"hecrj/html-parser": "2.4.0",
|
|
|
|
"mgold/elm-nonempty-list": "4.2.0"
|
|
|
|
}
|
2018-12-05 01:36:15 +03:00
|
|
|
}
|
2020-08-14 00:13:07 +03:00
|
|
|
}
|