diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-05 08:53:48 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-05 08:53:48 +0200 |
commit | 0930f7048c9fcf5836cbee92e37a95f45693ded8 (patch) | |
tree | eb0596e1db4bfb54a8a6974f215bb382f4bf8b24 /extension/package.json | |
parent | 4fdf41ae8df6f58c27b034dd75f7efd66d8f4919 (diff) | |
download | sncontinue-0930f7048c9fcf5836cbee92e37a95f45693ded8.tar.gz sncontinue-0930f7048c9fcf5836cbee92e37a95f45693ded8.tar.bz2 sncontinue-0930f7048c9fcf5836cbee92e37a95f45693ded8.zip |
outcomes of work session
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json index dd15157d..a3b82c1b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -182,6 +182,8 @@ "@types/mocha": "^10.0.1", "@types/node": "16.x", "@types/node-fetch": "^2.6.2", + "@types/react-dom": "^18.2.4", + "@types/styled-components": "^5.1.26", "@types/vscode": "^1.74.0", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^5.45.0", @@ -200,11 +202,16 @@ "@reduxjs/toolkit": "^1.9.3", "@segment/analytics-node": "^0.0.1-beta.16", "@styled-icons/heroicons-outline": "^10.47.0", + "@vitejs/plugin-react-swc": "^3.3.2", "axios": "^1.2.5", "highlight.js": "^11.7.0", "octokit": "^2.0.11", + "posthog-js": "^1.63.3", + "react-markdown": "^8.0.7", "react-redux": "^8.0.5", "strip-ansi": "^7.0.1", + "tailwindcss": "^3.3.2", + "vite": "^4.3.9", "vscode-languageclient": "^8.0.2", "ws": "^8.13.0" } |