summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index f08e85e..4b108e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lattex",
- "version": "0.2.0",
+ "version": "0.2.3",
"description": "LaTeX editor with real-time Overleaf sync",
"license": "AGPL-3.0",
"author": "Yuren Hao",
@@ -25,6 +25,7 @@
"@xterm/xterm": "^5.5.0",
"chokidar": "^3.6.0",
"diff-match-patch": "^1.0.5",
+ "katex": "^0.16.38",
"node-pty": "^1.0.0",
"pdfjs-dist": "^4.9.155",
"react": "^18.3.1",
@@ -35,6 +36,7 @@
},
"devDependencies": {
"@types/diff-match-patch": "^1.0.36",
+ "@types/katex": "^0.16.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/ws": "^8.18.1",