Feat(CodeEditor): Support jsx highlight

This commit is contained in:
2024-10-28 17:48:23 +08:00
parent 735928d53e
commit 635cda3821
10 changed files with 524 additions and 65 deletions

View File

@@ -44,6 +44,7 @@
"@eslint/js": "^9.12.0",
"@marsidev/react-turnstile": "^1.0.2",
"@monaco-editor/react": "^4.6.0",
"@shikijs/monaco": "^1.22.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/jsdom": "^21.1.7",
@@ -78,13 +79,13 @@
"match-sorter": "^6.3.4",
"moment": "^2.30.1",
"monaco-editor": "^0.52.0",
"monaco-jsx-syntax-highlight": "^1.2.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"shiki": "^1.22.0",
"size-sensor": "^1.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",