2019-08-23 14:56:41 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
2020-04-08 18:15:18 +03:00
|
|
|
"src",
|
2020-04-03 16:50:37 +03:00
|
|
|
"../tests"
|
2019-08-23 14:56:41 +03:00
|
|
|
],
|
2019-10-22 00:31:18 +03:00
|
|
|
"elm-version": "0.19.1",
|
2019-08-23 14:56:41 +03:00
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
2020-05-27 12:55:20 +03:00
|
|
|
"elm/core": "1.0.5",
|
2019-08-28 19:53:59 +03:00
|
|
|
"elm/json": "1.1.3",
|
2020-04-08 18:15:18 +03:00
|
|
|
"elm/project-metadata-utils": "1.0.1",
|
2020-04-04 01:53:34 +03:00
|
|
|
"elm/regex": "1.0.0",
|
2020-05-27 12:55:20 +03:00
|
|
|
"jfmengels/elm-review": "2.1.0",
|
2020-04-08 18:15:18 +03:00
|
|
|
"stil4m/elm-syntax": "7.1.1"
|
2019-08-23 14:56:41 +03:00
|
|
|
},
|
2019-08-28 19:53:59 +03:00
|
|
|
"indirect": {
|
2020-04-08 18:15:18 +03:00
|
|
|
"elm/html": "1.0.0",
|
2019-08-28 19:53:59 +03:00
|
|
|
"elm/parser": "1.1.0",
|
2020-04-08 18:15:18 +03:00
|
|
|
"elm/random": "1.0.0",
|
2019-08-28 19:53:59 +03:00
|
|
|
"elm/time": "1.0.0",
|
2020-04-08 18:15:18 +03:00
|
|
|
"elm/url": "1.0.0",
|
|
|
|
"elm/virtual-dom": "1.0.2",
|
|
|
|
"elm-community/json-extra": "4.2.0",
|
2020-05-27 12:55:20 +03:00
|
|
|
"elm-community/list-extra": "8.2.4",
|
2019-08-28 19:53:59 +03:00
|
|
|
"rtfeldman/elm-hex": "1.0.0",
|
|
|
|
"rtfeldman/elm-iso8601-date-strings": "1.1.3",
|
|
|
|
"stil4m/structured-writer": "1.0.2"
|
|
|
|
}
|
2019-08-23 14:56:41 +03:00
|
|
|
},
|
|
|
|
"test-dependencies": {
|
2020-04-08 18:15:18 +03:00
|
|
|
"direct": {
|
2020-01-07 01:22:59 +03:00
|
|
|
"elm-explorations/test": "1.2.2"
|
2020-04-08 18:15:18 +03:00
|
|
|
},
|
|
|
|
"indirect": {}
|
2019-08-23 14:56:41 +03:00
|
|
|
}
|
2020-01-07 01:22:59 +03:00
|
|
|
}
|