首页页头样式优化

This commit is contained in:
2025-03-13 15:14:30 +08:00
parent e592137370
commit e1ca9bfff0
25 changed files with 565 additions and 141 deletions

View File

@@ -9,22 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"motion": "^12.5.0",
"next": "15.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.2.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.2.1",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "^5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"@eslint/eslintrc": "^3"
"eslint-plugin-react-hooks": "^5.2.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}