mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-13 07:48:26 +03:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
"src"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"elm/core": "1.0.5",
|
|
"elm/json": "1.1.3",
|
|
"elm/project-metadata-utils": "1.0.2",
|
|
"jfmengels/elm-review": "2.13.0",
|
|
"jfmengels/elm-review-unused": "1.1.29",
|
|
"stil4m/elm-syntax": "7.2.9"
|
|
},
|
|
"indirect": {
|
|
"elm/bytes": "1.0.8",
|
|
"elm/html": "1.0.0",
|
|
"elm/parser": "1.1.0",
|
|
"elm/random": "1.0.0",
|
|
"elm/time": "1.0.0",
|
|
"elm/virtual-dom": "1.0.3",
|
|
"elm-community/list-extra": "8.7.0",
|
|
"elm-explorations/test": "2.1.1",
|
|
"miniBill/elm-unicode": "1.0.3",
|
|
"rtfeldman/elm-hex": "1.0.0",
|
|
"stil4m/structured-writer": "1.0.3"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {
|
|
"elm-explorations/test": "2.1.1"
|
|
},
|
|
"indirect": {}
|
|
}
|
|
}
|