add elm deps

This commit is contained in:
Cadey Ratio 2020-11-04 16:06:18 -05:00
parent 146b908a9e
commit bf3b077166
2 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/backend/target
mi.db
result*
.vscode

View File

@ -8,10 +8,15 @@
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0"
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"rtfeldman/elm-iso8601-date-strings": "1.1.3"
},
"indirect": {
"elm/json": "1.1.3",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/parser": "1.1.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"