Add more static files (vis-network and normalize) to build.

This commit is contained in:
2023-12-30 22:44:04 +00:00
parent 50fdf4b452
commit f9a415063b
3 changed files with 16 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
"private": true,
"dependencies": {
"@navsnpm/katex-expression": "^1.1.0",
"katex": "^0.16.9"
"katex": "^0.16.9",
"normalize.css": "^8.0.1",
"vis-network": "^9.1.9"
}
}