This commit is contained in:
imnyang 2024-11-01 08:14:36 +09:00
commit 84ce41a32f
6 changed files with 89 additions and 19 deletions

View file

@ -20,6 +20,7 @@
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@nextui-org/kbd": "^2.0.33",
"@nextui-org/react": "^2.4.6",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.20",
"framer-motion": "^11.3.21",
"highlight.js": "^11.10.0",
@ -32,7 +33,8 @@
"rehype-highlight": "^7.0.0",
"styled-components": "^6.1.12",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.7",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/react": "^18.3.3",