fix mem leak & ui / preview for editor

This commit is contained in:
h z
2024-12-05 08:58:31 +00:00
parent 413896c54b
commit 3c53ef7a87
6 changed files with 2017 additions and 63 deletions

View File

@@ -12,10 +12,17 @@
"author": "",
"license": "ISC",
"dependencies": {
"bulma": "^1.0.2",
"katex": "^0.16.11",
"oidc-client-ts": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1"
"react-markdown": "^9.0.1",
"react-router-dom": "^7.0.1",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",