elm-pages-v3-beta/elm.json

89 lines
3.1 KiB
JSON
Raw Normal View History

2019-08-05 07:44:10 +03:00
{
"type": "package",
2022-10-03 18:53:38 +03:00
"name": "dillonkearns/elm-pages-v3-beta",
2019-08-05 07:44:10 +03:00
"summary": "A statically typed site generator.",
"license": "BSD-3-Clause",
2023-01-25 04:06:54 +03:00
"version": "11.0.0",
2019-08-05 07:44:10 +03:00
"exposed-modules": [
2019-09-15 23:36:24 +03:00
"Head",
"Head.Seo",
"ApiRoute",
2021-05-23 20:03:21 +03:00
"Path",
2021-05-24 21:17:34 +03:00
"Pages.PageUrl",
2023-01-17 02:22:44 +03:00
"FatalError",
2021-05-24 21:17:34 +03:00
"QueryParams",
"Pages.Url",
2023-01-02 01:44:11 +03:00
"BackendTask",
"BackendTask.Glob",
"BackendTask.Http",
2023-01-26 01:33:24 +03:00
"BackendTask.Random",
2023-01-02 01:44:11 +03:00
"BackendTask.File",
"BackendTask.Custom",
2023-01-02 01:44:11 +03:00
"BackendTask.Env",
"Server.Request",
2022-01-28 20:27:43 +03:00
"Server.Session",
2021-12-24 07:17:30 +03:00
"Server.SetCookie",
2022-01-01 03:16:28 +03:00
"Server.Response",
"Pages.Msg",
2019-09-15 23:36:24 +03:00
"Pages.Manifest",
2021-05-17 22:51:04 +03:00
"Pages.Manifest.Category",
"Pages.Flags",
2022-05-11 02:29:28 +03:00
"Pages.Fetcher",
2022-07-09 03:56:52 +03:00
"Form.Field",
"Form.FieldStatus",
"Form.FormData",
2022-07-09 04:00:30 +03:00
"Form",
2022-07-09 03:58:41 +03:00
"Form.FieldView",
2022-06-30 19:53:07 +03:00
"Form.Value",
"Pages.FormState",
2022-06-30 19:53:07 +03:00
"Pages.Transition",
"Pages.Generate",
2022-10-03 18:52:16 +03:00
"Form.Validation",
2022-11-22 23:44:08 +03:00
"Pages.Script",
2022-10-03 18:52:16 +03:00
"Pages.Internal.Platform",
"Pages.Internal.Platform.Cli",
"Pages.Internal.Platform.GeneratorApplication",
"Pages.Internal.ResponseSketch",
2022-10-03 18:52:16 +03:00
"Pages.Internal.Router",
"Pages.Internal.RoutePattern",
"Pages.Internal.NotFoundReason"
2019-08-05 07:44:10 +03:00
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
2019-08-09 02:48:22 +03:00
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"danfishgold/base64-bytes": "1.1.0 <= v < 2.0.0",
2020-10-21 02:41:00 +03:00
"danyx23/elm-mimetype": "4.0.1 <= v < 5.0.0",
2021-04-23 07:28:08 +03:00
"dillonkearns/elm-bcp47-language-tag": "1.0.1 <= v < 2.0.0",
"dillonkearns/elm-cli-options-parser": "3.2.0 <= v < 4.0.0",
2022-10-11 00:48:09 +03:00
"dillonkearns/elm-date-or-date-time": "2.0.0 <= v < 3.0.0",
2022-10-19 19:05:08 +03:00
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/bytes": "1.0.8 <= v < 2.0.0",
2022-10-19 19:05:08 +03:00
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
2019-08-05 07:44:10 +03:00
"elm/http": "2.0.0 <= v < 3.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
2021-12-23 01:42:35 +03:00
"elm/parser": "1.1.0 <= v < 2.0.0",
2023-01-26 01:33:24 +03:00
"elm/random": "1.0.0 <= v < 2.0.0",
2019-11-03 01:35:20 +03:00
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
2019-08-05 07:44:10 +03:00
"elm/url": "1.0.0 <= v < 2.0.0",
2022-10-19 19:05:08 +03:00
"elm/virtual-dom": "1.0.3 <= v < 2.0.0",
"elm-community/list-extra": "8.6.0 <= v < 9.0.0",
2021-12-24 06:25:51 +03:00
"jluckyiv/elm-utc-date-strings": "1.0.0 <= v < 2.0.0",
2022-10-19 19:05:08 +03:00
"justinmimbs/date": "4.0.1 <= v < 5.0.0",
"mdgriffith/elm-codegen": "2.0.0 <= v < 3.0.0",
2022-01-27 23:27:07 +03:00
"miniBill/elm-codec": "2.0.0 <= v < 3.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
2022-02-07 00:36:17 +03:00
"robinheghan/fnv1a": "1.0.0 <= v < 2.0.0",
2022-10-19 19:05:08 +03:00
"rtfeldman/elm-css": "18.0.0 <= v < 19.0.0",
"the-sett/elm-syntax-dsl": "6.0.2 <= v < 7.0.0",
"turboMaCk/non-empty-list-alias": "1.2.0 <= v < 2.0.0",
2022-01-26 20:02:25 +03:00
"vito/elm-ansi": "10.0.1 <= v < 11.0.0"
2019-08-05 07:44:10 +03:00
},
"test-dependencies": {
2023-01-14 03:28:51 +03:00
"avh4/elm-program-test": "4.0.0 <= v < 5.0.0",
"elm-explorations/test": "2.0.1 <= v < 3.0.0",
2023-01-14 03:28:51 +03:00
"the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0"
}
2023-01-26 01:33:24 +03:00
}