mirror of
https://github.com/jlengrand/simpleFoodDiary.git
synced 2026-03-10 08:41:21 +00:00
32 lines
751 B
JSON
32 lines
751 B
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
"src"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
|
|
"elm/browser": "1.0.2",
|
|
"elm/core": "1.0.4",
|
|
"elm/html": "1.0.0",
|
|
"elm/json": "1.1.2",
|
|
"elm/time": "1.0.0",
|
|
"mdgriffith/elm-ui": "1.1.5",
|
|
"pilatch/flip": "1.0.0"
|
|
},
|
|
"indirect": {
|
|
"elm/url": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {
|
|
"elm-explorations/test": "1.0.0"
|
|
},
|
|
"indirect": {
|
|
"elm/random": "1.0.0"
|
|
}
|
|
}
|
|
}
|