add more react function and remove typst support

This commit is contained in:
Jiao77
2026-03-01 19:15:43 +08:00
parent 4ba51e1755
commit 4760dbafe0
12 changed files with 994 additions and 72 deletions

View File

@@ -10,11 +10,15 @@
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/vue": "^5.1.4",
"@tailwindcss/typography": "^0.5.19",
"astro": "^5.17.1",
"marked": "^17.0.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^3.4.0",
"vue": "^3.5.29"
}