summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/package.json
diff options
context:
space:
mode:
authorGravatar Yaroslav Lapin <jlarky@gmail.com> 2022-10-18 06:22:48 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-18 09:22:48 -0400
commit66e8ae3bee9cd1acff156b7dc61ce56361ef4966 (patch)
tree2ded7fb53f5e9fed7d23d0c56c763d2b877bcef0 /examples/with-tailwindcss/package.json
parentd7407dbb1595a8e621ec4a47a11d5ec368db1c33 (diff)
downloadastro-66e8ae3bee9cd1acff156b7dc61ce56361ef4966.tar.gz
astro-66e8ae3bee9cd1acff156b7dc61ce56361ef4966.tar.zst
astro-66e8ae3bee9cd1acff156b7dc61ce56361ef4966.zip
update with-tailwind example to use mdx (#5104)
* add mdx since md is deprecated now * rename .md -> .mdx * fix component import * yarn format
Diffstat (limited to 'examples/with-tailwindcss/package.json')
-rw-r--r--examples/with-tailwindcss/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 26095362e..4902b4195 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,6 +11,7 @@
"astro": "astro"
},
"dependencies": {
+ "@astrojs/mdx": "^0.11.4",
"@astrojs/tailwind": "^2.1.0",
"@types/canvas-confetti": "^1.4.3",
"astro": "^1.5.0",