elm-pages-v3-beta/elm.json

47 lines
1.6 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",
2020-10-26 21:53:20 +03:00
"version": "7.0.0",
2019-08-05 07:44:10 +03:00
"exposed-modules": [
2019-09-15 23:36:24 +03:00
"Head",
"Glob",
2019-09-15 23:36:24 +03:00
"Head.Seo",
"OptimizedDecoder",
2020-04-18 07:24:23 +03:00
"OptimizedDecoder.Pipeline",
2019-09-15 23:36:24 +03:00
"Pages.ImagePath",
"Pages.PagePath",
2021-04-21 00:24:36 +03:00
"DataSource",
"DataSource.Http",
"Pages.StaticFile",
"Pages.Secrets",
2019-09-15 23:36:24 +03:00
"Pages.Manifest",
"Pages.Manifest.Category"
2019-08-05 07:44:10 +03:00
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"ThinkAlexandria/elm-html-in-elm": "1.0.1 <= 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",
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-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",
"tripokey/elm-fuzzy": "5.2.1 <= v < 6.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",
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
"jgrenat/elm-html-test-runner": "1.0.3 <= v < 2.0.0"
}
2020-05-12 04:20:11 +03:00
}