elm-review/example/elm.json
Jeroen Engels 02985ff109 Example: Use reporter from elm-lint-reporter
Basically, the contents of Reporter and Text were moved there. This will 
be useful to share the reporter with the CLI.
2019-07-30 23:18:52 +02:00

36 lines
1013 B
JSON

{
"type": "application",
"source-directories": [
".",
"../src",
"../../elm-lint-reporter/src"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"elm/browser": "1.0.1",
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/regex": "1.0.0",
"elm-community/list-extra": "8.2.0",
"mgold/elm-nonempty-list": "4.0.0",
"stil4m/elm-syntax": "7.0.2"
},
"indirect": {
"elm/json": "1.0.0",
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm-community/json-extra": "4.0.0",
"rtfeldman/elm-hex": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
"stil4m/structured-writer": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}