mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-22 04:52:46 +03:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
".",
|
|
"/home/jeroen/dev/elm-review-reporter/src",
|
|
"/home/jeroen/dev/review-unused/src",
|
|
"/home/jeroen/dev/review-debug/src",
|
|
"/home/jeroen/dev/elm-review/src"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"elm/browser": "1.0.1",
|
|
"elm/core": "1.0.2",
|
|
"elm/html": "1.0.0",
|
|
"elm/project-metadata-utils": "1.0.0",
|
|
"elm-community/graph": "6.0.0",
|
|
"elm-community/intdict": "3.0.0",
|
|
"jinjor/elm-diff": "1.0.6",
|
|
"stil4m/elm-syntax": "7.1.0"
|
|
},
|
|
"indirect": {
|
|
"avh4/elm-fifo": "1.0.4",
|
|
"elm/json": "1.1.3",
|
|
"elm/parser": "1.1.0",
|
|
"elm/time": "1.0.0",
|
|
"elm/url": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2",
|
|
"elm-community/json-extra": "4.0.0",
|
|
"elm-community/list-extra": "8.2.2",
|
|
"rtfeldman/elm-hex": "1.0.0",
|
|
"rtfeldman/elm-iso8601-date-strings": "1.1.3",
|
|
"stil4m/structured-writer": "1.0.2"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {},
|
|
"indirect": {}
|
|
}
|
|
}
|