Add logic for building dependency graph for statement evaluation

This commit is contained in:
2022-04-09 02:12:27 -05:00
parent 8f42f771d8
commit 2aa2a5bf05
6 changed files with 106 additions and 3 deletions

View File

@@ -11,8 +11,13 @@
"preview": "vite preview"
},
"dependencies": {
"mathjs": "^10.4.3",
"@types/katex": "^0.14.0",
"@types/uuid": "^8.3.4",
"dependency-graph": "^0.11.0",
"install": "^0.13.0",
"katex": "^0.15.3",
"mathjs": "^10.4.3",
"uuid": "^8.3.2",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},