elm-pages-v3-beta/examples/docs/elm.json
2019-08-17 06:06:42 -07:00

46 lines
1.3 KiB
JSON

{
"type": "application",
"source-directories": [
"src",
"../../elm-package/src",
"gen"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"avh4/elm-color": "1.0.0",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/svg": "1.0.1",
"elm/url": "1.0.0",
"elm-community/list-extra": "8.2.0",
"elm-community/result-extra": "2.2.1",
"elm-community/string-extra": "4.0.1",
"elm-explorations/markdown": "1.0.0",
"lukewestby/elm-string-interpolate": "1.0.3",
"mdgriffith/elm-markup": "3.0.1",
"mdgriffith/elm-ui": "1.1.4",
"noahzgordon/elm-color-extra": "1.0.2"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"fredcy/elm-parseint": "2.0.1"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.2"
},
"indirect": {
"elm/random": "1.0.0"
}
}
}