mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 23:05:35 +03:00
02985ff109
Basically, the contents of Reporter and Text were moved there. This will be useful to share the reporter with the CLI.
36 lines
1013 B
JSON
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": {}
|
|
}
|
|
} |