elm-pages-v3-beta/examples/end-to-end/elm.json

74 lines
2.6 KiB
JSON
Raw Normal View History

2021-07-21 23:29:45 +03:00
{
"type": "application",
"source-directories": [
"src",
2022-02-25 21:04:19 +03:00
"app",
2021-07-21 23:29:45 +03:00
"../../src",
".elm-pages",
"../../plugins",
"elm-program-test-src"
2021-07-21 23:29:45 +03:00
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"avh4/elm-color": "1.0.0",
"avh4/elm-fifo": "1.0.4",
2022-02-25 21:04:19 +03:00
"danfishgold/base64-bytes": "1.1.0",
2021-07-21 23:29:45 +03:00
"danyx23/elm-mimetype": "4.0.1",
"dillonkearns/elm-bcp47-language-tag": "1.0.1",
2023-01-20 03:18:55 +03:00
"dillonkearns/elm-cli-options-parser": "3.2.0",
2022-10-14 19:55:40 +03:00
"dillonkearns/elm-date-or-date-time": "2.0.0",
"dillonkearns/elm-form": "3.0.0",
2021-07-21 23:29:45 +03:00
"elm/browser": "1.0.2",
2022-02-25 21:04:19 +03:00
"elm/bytes": "1.0.8",
2021-07-21 23:29:45 +03:00
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
2022-03-01 04:45:16 +03:00
"elm/random": "1.0.0",
2021-07-21 23:29:45 +03:00
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3",
2021-07-21 23:29:45 +03:00
"elm-community/dict-extra": "2.4.0",
"elm-community/list-extra": "8.7.0",
2022-03-01 04:45:16 +03:00
"elm-explorations/test": "1.2.2",
"hecrj/html-parser": "2.4.0",
2022-03-01 04:45:16 +03:00
"jgrenat/elm-html-test-runner": "1.0.3",
2022-02-25 21:04:19 +03:00
"jluckyiv/elm-utc-date-strings": "1.0.0",
2022-03-25 19:03:22 +03:00
"justinmimbs/date": "4.0.1",
2023-04-17 21:18:01 +03:00
"mdgriffith/elm-codegen": "3.0.0",
"mgold/elm-nonempty-list": "4.2.0",
2021-07-21 23:29:45 +03:00
"miniBill/elm-codec": "2.0.0",
"noahzgordon/elm-color-extra": "1.0.2",
2022-02-25 21:04:19 +03:00
"robinheghan/fnv1a": "1.0.0",
2023-04-17 21:18:01 +03:00
"rtfeldman/elm-css": "18.0.0",
2022-10-05 03:15:48 +03:00
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
2023-01-26 02:49:43 +03:00
"ryannhg/date-format": "2.3.0",
2022-09-15 00:47:49 +03:00
"the-sett/elm-pretty-printer": "3.0.0",
"the-sett/elm-syntax-dsl": "6.0.2",
"turboMaCk/non-empty-list-alias": "1.3.1",
2021-07-21 23:29:45 +03:00
"vito/elm-ansi": "10.0.1",
"ymtszw/elm-xml-decode": "3.2.1"
2021-07-21 23:29:45 +03:00
},
"indirect": {
2022-09-15 00:47:49 +03:00
"Chadtech/elm-bool-extra": "2.4.2",
2021-07-21 23:29:45 +03:00
"elm/file": "1.0.5",
2022-09-10 22:20:28 +03:00
"elm-community/basics-extra": "4.1.0",
2022-03-01 04:45:16 +03:00
"elm-community/maybe-extra": "5.3.0",
2021-07-21 23:29:45 +03:00
"fredcy/elm-parseint": "2.0.1",
2022-03-09 19:49:46 +03:00
"jinjor/elm-xml-parser": "2.0.0",
2023-04-17 21:18:01 +03:00
"miniBill/elm-unicode": "1.0.3",
"robinheghan/murmur3": "1.0.0",
2022-09-10 22:20:28 +03:00
"rtfeldman/elm-hex": "1.0.0",
"stil4m/elm-syntax": "7.2.9",
2022-09-15 00:47:49 +03:00
"stil4m/structured-writer": "1.0.3"
2021-07-21 23:29:45 +03:00
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
2021-07-21 23:29:45 +03:00
}
2023-04-17 21:18:01 +03:00
}