elm-pages-v3-beta/generator/elm.json

32 lines
782 B
JSON
Raw Normal View History

2019-07-23 06:38:30 +03:00
{
"type": "application",
"source-directories": [
"src"
],
2019-12-11 16:54:00 +03:00
"elm-version": "0.19.1",
2019-07-23 06:38:30 +03:00
"dependencies": {
"direct": {
2019-07-23 07:05:31 +03:00
"dillonkearns/elm-cli-options-parser": "3.0.0",
2019-07-23 06:38:30 +03:00
"elm/core": "1.0.2",
"elm/html": "1.0.0",
2019-07-23 07:05:31 +03:00
"elm/json": "1.1.3",
"elm-community/list-extra": "8.2.1",
2019-12-11 21:33:26 +03:00
"lukewestby/elm-string-interpolate": "1.0.4"
2019-07-23 06:38:30 +03:00
},
"indirect": {
"elm/regex": "1.0.0",
"elm/virtual-dom": "1.0.2"
2019-07-23 06:38:30 +03:00
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.1"
},
"indirect": {
2019-07-23 07:05:31 +03:00
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/time": "1.0.0"
2019-07-23 06:38:30 +03:00
}
}
2019-12-11 16:54:00 +03:00
}