summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json7
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"
}