add hypermd

This commit is contained in:
Fedor Katurov 2024-10-08 17:30:33 +07:00
parent 3a4e8e7702
commit dfaa6342a3
8 changed files with 2007 additions and 26 deletions

View file

@ -18,11 +18,13 @@
"color": "^4.2.3",
"dockview": "^1.7.1",
"formik": "^2.2.9",
"hypermd": "^0.3.11",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-codemirror": "^1.0.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"react-markdown": "^8.0.7",
@ -41,6 +43,7 @@
"@types/firefox-webext-browser": "^120.0.4",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.0.28",
"@types/react-codemirror": "^1.0.11",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
@ -52,5 +55,8 @@
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.0.2",
"vite": "^4.3.0"
},
"resolutions": {
"codemirror": "5.65.18"
}
}