使用heroui完成对页面的重构

This commit is contained in:
2026-01-29 16:23:10 +08:00
parent 2377e2dda2
commit d265126035
24 changed files with 5360 additions and 1121 deletions

View File

@@ -10,6 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@heroui/react": "^2.8.7",
"@heroui/theme": "^2.4.25",
"framer-motion": "^12.29.2",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
@@ -18,11 +21,11 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.23",
"eslint": "^8",
"eslint-config-next": "^15.1.4",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}