elm-pages-v3-beta/elm.json

61 lines
2.1 KiB
JSON
Raw Normal View History

2019-08-05 07:44:10 +03:00
{
"type": "package",
"name": "dillonkearns/elm-pages",
"summary": "A statically typed site generator.",
"license": "BSD-3-Clause",
2021-08-03 23:40:09 +03:00
"version": "8.0.2",
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",
"QueryParams",
"OptimizedDecoder",
2020-04-18 07:24:23 +03:00
"OptimizedDecoder.Pipeline",
"Pages.Url",
2021-04-21 00:24:36 +03:00
"DataSource",
"DataSource.Glob",
2021-04-21 00:24:36 +03:00
"DataSource.Http",
"DataSource.File",
"DataSource.Port",
"Pages.Secrets",
2019-09-15 23:36:24 +03:00
"Pages.Manifest",
2021-05-17 22:51:04 +03:00
"Pages.Manifest.Category",
"Pages.Flags",
"Pages.Internal.Platform",
"Pages.Internal.Platform.Cli",
2021-07-31 01:21:16 +03:00
"Pages.Internal.Router",
2021-07-31 01:08:30 +03:00
"Pages.Internal.RoutePattern",
2021-07-31 01:13:32 +03:00
"Pages.Internal.NotFoundReason"
2019-08-05 07:44:10 +03:00
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"MartinSStewart/elm-serialize": "1.2.5 <= v < 2.0.0",
2019-08-09 02:48:22 +03:00
"avh4/elm-color": "1.0.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",
2019-08-05 07:44:10 +03:00
"elm/browser": "1.0.1 <= v < 2.0.0",
"elm/core": "1.0.2 <= 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",
2019-11-03 01:35:20 +03:00
"elm/regex": "1.0.0 <= v < 2.0.0",
2019-08-05 07:44:10 +03:00
"elm/url": "1.0.0 <= v < 2.0.0",
2019-10-24 16:11:56 +03:00
"elm-community/dict-extra": "2.4.0 <= v < 3.0.0",
2021-04-03 07:43:57 +03:00
"elm-community/list-extra": "8.3.0 <= v < 9.0.0",
2021-08-26 20:27:30 +03:00
"jfmengels/elm-review": "2.5.0 <= v < 3.0.0",
2021-04-08 18:42:07 +03:00
"miniBill/elm-codec": "2.0.0 <= v < 3.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
"robinheghan/murmur3": "1.0.0 <= v < 2.0.0",
2021-08-26 20:27:30 +03:00
"stil4m/elm-syntax": "7.2.7 <= v < 8.0.0",
"tripokey/elm-fuzzy": "5.2.1 <= v < 6.0.0",
"vito/elm-ansi": "10.0.1 <= v < 11.0.0",
"zwilias/json-decode-exploration": "6.0.0 <= v < 7.0.0"
2019-08-05 07:44:10 +03:00
},
"test-dependencies": {
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
2021-06-04 03:57:57 +03:00
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
2020-05-12 04:20:11 +03:00
}