summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7240b1a..f6e1b0f 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"rsuite": "^5.64.0"
},
"devDependencies": {
+ "@babel/preset-react": "^7.24.7",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
@@ -30,6 +31,7 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
- "vite": "^5.2.0"
+ "vite": "^5.2.0",
+ "vite-plugin-markdown": "^2.2.0"
}
}