summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-14 21:05:47 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-14 21:11:30 +0100
commitc5204bca3d9d932eb249d8a8b5dfe3144160fdd9 (patch)
tree9ae9f5b45451bfe1eba3a53a92414f9af2d2e152 /package.json
parentfe4c9492d28c8afcd2a999245865ce5f8a907203 (diff)
Installs MDX plugin
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 37b389c..5663f76 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"prepare": "husky install"
},
"dependencies": {
+ "@astrojs/mdx": "^0.19.7",
"@paypal/paypal-js": "^6.0.1",
"astro": "^2.9.7",
"dotenv": "^16.3.1",