elm-review/review/elm.json

38 lines
1.0 KiB
JSON
Raw Normal View History

{
"type": "application",
"source-directories": [
2020-04-08 18:15:18 +03:00
"src",
"../tests"
],
2019-10-22 00:31:18 +03:00
"elm-version": "0.19.1",
"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",
"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-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"
}
},
"test-dependencies": {
2020-04-08 18:15:18 +03:00
"direct": {
"elm-explorations/test": "1.2.2"
2020-04-08 18:15:18 +03:00
},
"indirect": {}
}
}