0610.1
All checks were successful
Next.js CI/CD 流水线 / deploy (push) Successful in 4m44s

This commit is contained in:
2025-06-10 16:14:49 +08:00
parent d8398afa12
commit 27733bd91e
92 changed files with 6731 additions and 273 deletions

View File

@@ -20,6 +20,9 @@
"bcryptjs": "^3.0.2",
"color": "^5.0.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"geist": "^1.4.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
@@ -31,14 +34,20 @@
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.0.9",
"uuid": "^11.1.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/ramda": "^0.30.2",