add some dependencies

This commit is contained in:
PrinOrange
2024-01-04 12:30:24 +08:00
parent 1b7a70530c
commit cc7e71ff1b
2 changed files with 49 additions and 2 deletions

View File

@@ -59,6 +59,7 @@
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-swipeable": "^7.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^6.0.3",
"rehype-mathjax": "^5.0.0",
@@ -72,7 +73,8 @@
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
"typescript": "5.2.2",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",