- fix(server): getCourseClock 固定 UTC+8(Asia/Shanghai),与 attendance-settlement 保持一致, 修复 CI(UTC 容器)下 attendance.lesson-session.spec.ts 失败 - chore(deps): @ant-design/x 2.9.0 / @ant-design/x-markdown 2.9.0 / mermaid 11.16.1; 直接依赖 dompurify 3.4.13(修复生产依赖 audit 漏洞,mermaid/x-markdown 复用同一份) - ci: 新增 dependency-check workflow(生产依赖 moderate+ / 全局 critical 失败,outdated 报告)
43 lines
949 B
JSON
43 lines
949 B
JSON
{
|
|
"name": "gongxue-base",
|
|
"private": true,
|
|
"packageManager": "npm@11.12.1",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"format": "turbo run format",
|
|
"typecheck": "turbo run typecheck",
|
|
"clean": "rimraf apps/server/dist apps/admin/dist node_modules apps/*/node_modules packages/*/node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"oxfmt": "^0.57.0",
|
|
"oxlint": "^1.72.0",
|
|
"rimraf": "^6.1.3",
|
|
"turbo": "^2.0.0"
|
|
},
|
|
"overrides": {
|
|
"exceljs": {
|
|
"uuid": "^11.1.1"
|
|
},
|
|
"minimatch@3.1.5": {
|
|
"brace-expansion": "^1.1.18"
|
|
},
|
|
"minimatch@5.1.9": {
|
|
"brace-expansion": "^2.1.4"
|
|
},
|
|
"minimatch@9.0.9": {
|
|
"brace-expansion": "^2.1.4"
|
|
},
|
|
"minimatch@10.2.5": {
|
|
"brace-expansion": "^5.0.9"
|
|
},
|
|
"dompurify": "^3.4.13"
|
|
}
|
|
}
|