mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
"src"
|
|
],
|
|
"elm-version": "0.19.0",
|
|
"dependencies": {
|
|
"direct": {
|
|
"dillonkearns/elm-cli-options-parser": "3.0.0",
|
|
"elm/core": "1.0.2",
|
|
"elm/html": "1.0.0",
|
|
"elm/json": "1.1.3",
|
|
"elm-community/list-extra": "8.2.1",
|
|
"lukewestby/elm-string-interpolate": "1.0.3"
|
|
},
|
|
"indirect": {
|
|
"elm/regex": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {
|
|
"elm-explorations/test": "1.2.1"
|
|
},
|
|
"indirect": {
|
|
"elm/parser": "1.1.0",
|
|
"elm/random": "1.0.0",
|
|
"elm/time": "1.0.0"
|
|
}
|
|
}
|
|
} |