summaryrefslogtreecommitdiff
path: root/packages/integrations/react/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/package.json')
-rw-r--r--packages/integrations/react/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 87fd46f94..302ac4ae0 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -45,7 +45,8 @@
},
"dependencies": {
"@astrojs/internal-helpers": "0.2.0-beta.1",
- "@vitejs/plugin-react": "^4.0.3"
+ "@vitejs/plugin-react": "^4.0.3",
+ "ultrahtml": "^1.2.0"
},
"devDependencies": {
"@types/react": "^17.0.62",
@@ -53,7 +54,10 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"react": "^18.1.0",
- "react-dom": "^18.1.0"
+ "react-dom": "^18.1.0",
+ "chai": "^4.3.7",
+ "cheerio": "1.0.0-rc.12",
+ "vite": "^4.4.6"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",