mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
".",
|
|
"../../../src"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"dillonkearns/elm-cli-options-parser": "3.1.0",
|
|
"elm/browser": "1.0.2",
|
|
"elm/core": "1.0.5",
|
|
"elm/html": "1.0.0",
|
|
"elm/json": "1.1.3",
|
|
"elm/regex": "1.0.0",
|
|
"mdgriffith/elm-codegen": "2.0.0"
|
|
},
|
|
"indirect": {
|
|
"elm/parser": "1.1.0",
|
|
"elm/time": "1.0.0",
|
|
"elm/url": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2",
|
|
"elm-community/basics-extra": "4.1.0",
|
|
"elm-community/list-extra": "8.6.0",
|
|
"miniBill/elm-unicode": "1.0.2",
|
|
"rtfeldman/elm-hex": "1.0.0",
|
|
"stil4m/elm-syntax": "7.2.9",
|
|
"stil4m/structured-writer": "1.0.3",
|
|
"the-sett/elm-pretty-printer": "3.0.0"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {},
|
|
"indirect": {}
|
|
}
|
|
}
|