aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/e2e/fixtures/nested-in-svelte/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/e2e/fixtures/nested-in-svelte/package.json')
-rw-r--r--packages/astro/e2e/fixtures/nested-in-svelte/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
new file mode 100644
index 000000000..ee9893912
--- /dev/null
+++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "@e2e/nested-in-svelte",
+ "version": "0.0.0",
+ "private": true,
+ "devDependencies": {
+ "@astrojs/preact": "workspace:*",
+ "@astrojs/react": "workspace:*",
+ "@astrojs/solid-js": "workspace:*",
+ "@astrojs/svelte": "workspace:*",
+ "@astrojs/vue": "workspace:*",
+ "astro": "workspace:*"
+ },
+ "dependencies": {
+ "preact": "^10.26.4",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.9.5",
+ "svelte": "^5.25.3",
+ "vue": "^3.5.13"
+ }
+}