diff options
Diffstat (limited to 'extension/react-app/package.json')
-rw-r--r-- | extension/react-app/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extension/react-app/package.json b/extension/react-app/package.json index 230bd5b9..5fe27916 100644 --- a/extension/react-app/package.json +++ b/extension/react-app/package.json @@ -13,10 +13,12 @@ "@types/vscode-webview": "^1.57.1", "downshift": "^7.6.0", "posthog-js": "^1.58.0", + "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^8.0.5", "react-redux": "^8.0.5", + "react-syntax-highlighter": "^15.5.0", "react-switch": "^7.0.0", "styled-components": "^5.3.6", "vscode-webview": "^1.0.1-beta.1" @@ -24,6 +26,7 @@ "devDependencies": { "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", + "@types/react-syntax-highlighter": "^15.5.7", "@types/styled-components": "^5.1.26", "@vitejs/plugin-react-swc": "^3.0.0", "autoprefixer": "^10.4.13", |