0606.7
Some checks failed
Next.js CI/CD 流水线 / deploy (push) Failing after 12s

This commit is contained in:
2025-06-06 02:06:45 +08:00
parent 533d2862ff
commit 35b460d2ef
3 changed files with 23 additions and 35 deletions

View File

@@ -25,6 +25,8 @@
"react-error-boundary": "^6.0.0",
"react-icons": "^5.5.0",
"styled-components": "^6.0.9",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-react": "^5.22.0",
"zustand": "^5.0.5"
},
"devDependencies": {
@@ -33,6 +35,8 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-react": "^5.18.0",
"tailwindcss": "^4",
"typescript": "^5"
}