aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/mdx/test/fixtures/mdx-namespace/package.json')
-rw-r--r--packages/integrations/mdx/test/fixtures/mdx-namespace/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json b/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json
new file mode 100644
index 000000000..435bb7f54
--- /dev/null
+++ b/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "@test/mdx-namespace",
+ "private": true,
+ "dependencies": {
+ "@astrojs/mdx": "workspace:*",
+ "@astrojs/react": "workspace:*",
+ "astro": "workspace:*",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
+ }
+}