2021-04-28 18:28:56 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
2022-03-09 21:33:33 +03:00
|
|
|
"app",
|
2021-04-28 18:28:56 +03:00
|
|
|
"src",
|
|
|
|
"../../src",
|
2021-05-18 21:04:56 +03:00
|
|
|
".elm-pages",
|
2021-04-28 18:28:56 +03:00
|
|
|
"../../plugins"
|
|
|
|
],
|
|
|
|
"elm-version": "0.19.1",
|
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"avh4/elm-color": "1.0.0",
|
2022-03-09 21:33:33 +03:00
|
|
|
"danfishgold/base64-bytes": "1.1.0",
|
2021-04-28 18:28:56 +03:00
|
|
|
"danyx23/elm-mimetype": "4.0.1",
|
|
|
|
"dillonkearns/elm-bcp47-language-tag": "1.0.1",
|
2022-10-14 19:55:40 +03:00
|
|
|
"dillonkearns/elm-date-or-date-time": "2.0.0",
|
2021-04-28 18:28:56 +03:00
|
|
|
"elm/browser": "1.0.2",
|
2022-03-09 21:33:33 +03:00
|
|
|
"elm/bytes": "1.0.8",
|
2021-04-28 18:28:56 +03:00
|
|
|
"elm/core": "1.0.5",
|
|
|
|
"elm/html": "1.0.0",
|
|
|
|
"elm/http": "2.0.0",
|
|
|
|
"elm/json": "1.1.3",
|
2022-03-09 21:33:33 +03:00
|
|
|
"elm/parser": "1.1.0",
|
2021-04-28 18:28:56 +03:00
|
|
|
"elm/regex": "1.0.0",
|
|
|
|
"elm/time": "1.0.0",
|
|
|
|
"elm/url": "1.0.0",
|
2022-11-16 03:30:26 +03:00
|
|
|
"elm/virtual-dom": "1.0.3",
|
2021-04-28 18:28:56 +03:00
|
|
|
"elm-community/dict-extra": "2.4.0",
|
2022-11-16 03:30:26 +03:00
|
|
|
"elm-community/list-extra": "8.7.0",
|
2022-03-09 21:33:33 +03:00
|
|
|
"jluckyiv/elm-utc-date-strings": "1.0.0",
|
2022-06-29 01:45:36 +03:00
|
|
|
"justinmimbs/date": "4.0.1",
|
2022-03-09 21:33:33 +03:00
|
|
|
"lamdera/codecs": "1.0.0",
|
|
|
|
"lamdera/core": "1.0.0",
|
2021-05-24 01:59:33 +03:00
|
|
|
"matheus23/elm-default-tailwind-modules": "2.0.1",
|
2022-09-10 22:20:28 +03:00
|
|
|
"mdgriffith/elm-codegen": "2.0.0",
|
2021-05-24 01:59:33 +03:00
|
|
|
"miniBill/elm-codec": "2.0.0",
|
2021-04-28 18:28:56 +03:00
|
|
|
"noahzgordon/elm-color-extra": "1.0.2",
|
2022-03-09 21:33:33 +03:00
|
|
|
"robinheghan/fnv1a": "1.0.0",
|
2021-04-28 18:28:56 +03:00
|
|
|
"rtfeldman/elm-css": "16.1.1",
|
2022-10-05 03:15:48 +03:00
|
|
|
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
|
2022-09-15 00:28:12 +03:00
|
|
|
"the-sett/elm-pretty-printer": "3.0.0",
|
|
|
|
"the-sett/elm-syntax-dsl": "6.0.2",
|
2022-11-16 03:30:26 +03:00
|
|
|
"turboMaCk/non-empty-list-alias": "1.3.1",
|
2022-03-09 22:10:00 +03:00
|
|
|
"vito/elm-ansi": "10.0.1"
|
2021-04-28 18:28:56 +03:00
|
|
|
},
|
|
|
|
"indirect": {
|
2022-09-15 00:28:12 +03:00
|
|
|
"Chadtech/elm-bool-extra": "2.4.2",
|
2021-04-28 18:28:56 +03:00
|
|
|
"elm/file": "1.0.5",
|
2022-09-10 22:20:28 +03:00
|
|
|
"elm-community/basics-extra": "4.1.0",
|
2022-09-15 00:28:12 +03:00
|
|
|
"elm-community/maybe-extra": "5.3.0",
|
2021-04-28 18:28:56 +03:00
|
|
|
"fredcy/elm-parseint": "2.0.1",
|
2022-09-10 22:20:28 +03:00
|
|
|
"miniBill/elm-unicode": "1.0.2",
|
|
|
|
"rtfeldman/elm-hex": "1.0.0",
|
|
|
|
"stil4m/elm-syntax": "7.2.9",
|
2022-09-15 00:28:12 +03:00
|
|
|
"stil4m/structured-writer": "1.0.3"
|
2021-04-28 18:28:56 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
|
|
|
"direct": {
|
2022-11-16 03:30:26 +03:00
|
|
|
"elm-explorations/test": "2.0.1"
|
2021-04-28 18:28:56 +03:00
|
|
|
},
|
2022-03-09 22:10:00 +03:00
|
|
|
"indirect": {
|
|
|
|
"elm/random": "1.0.0"
|
|
|
|
}
|
2021-04-28 18:28:56 +03:00
|
|
|
}
|
2022-06-29 01:45:36 +03:00
|
|
|
}
|