Add CodeBlock component

This commit is contained in:
Saoud Rizwan
2024-07-09 20:17:07 -04:00
parent 6f5b0565e0
commit 97faff3ba5
6 changed files with 571 additions and 53 deletions

View File

@@ -14,6 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-text-truncate": "^0.19.0",
"react-textarea-autosize": "^8.5.3",
"rewire": "^7.0.0",
@@ -45,6 +46,7 @@
]
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-text-truncate": "^0.14.4",
"@types/vscode-webview": "^1.57.5"
}