Start working on Matrix data models.

This commit is contained in:
2018-12-08 00:50:31 -08:00
parent 0066c6476b
commit 8bc4ba83bc
2 changed files with 225 additions and 1 deletions

View File

@@ -6,13 +6,14 @@
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0",
"elm/json": "1.1.2",
"elm/url": "1.0.0"
},
"indirect": {
"elm/json": "1.1.2",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2"
}