diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-06-26 17:19:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 17:19:07 -0700 |
commit | f4beca92731a81c32aec9c692ec32b78024f5974 (patch) | |
tree | 763673980f98664dabb90f22dd7c0f433357e520 /extension/react-app/package.json | |
parent | 292d4d10ce28d720d61f97918c490b0d9cdae9e7 (diff) | |
parent | f2a0ed0fbaf1b4495e76f85995875d7ff2dc8d6f (diff) | |
download | sncontinue-f4beca92731a81c32aec9c692ec32b78024f5974.tar.gz sncontinue-f4beca92731a81c32aec9c692ec32b78024f5974.tar.bz2 sncontinue-f4beca92731a81c32aec9c692ec32b78024f5974.zip |
Merge pull request #115 from continuedev/styled-code
adding code syntax highlighting
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..78dd12e4 100644 --- a/extension/react-app/package.json +++ b/extension/react-app/package.json @@ -13,17 +13,20 @@ "@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-switch": "^7.0.0", + "react-syntax-highlighter": "^15.5.0", "styled-components": "^5.3.6", "vscode-webview": "^1.0.1-beta.1" }, "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", |