XuqmGroup-Web/package.json
XuqmGroup 6b891bee92 feat(tenant-platform): service activation realtime + store review retry
- Add IM real-time notification for service activation approval/rejection
  (LicenseManagementView, PushManagementView, AppDetailView)
- Add retry button for FAILED and REJECTED stores in version review detail
- Refactor storeReviewRealtime to single shared IM connection
- Bump @xuqm/vue3-sdk to 0.2.3 (fixes sendSync crash when SDK uninitialized)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 14:27:02 +08:00

28 行
700 B
JSON

{
"name": "xuqmgroup-web",
"private": true,
"packageManager": "yarn@1.22.22",
"workspaces": [
"tenant-platform",
"ops-platform",
"docs-site"
],
"scripts": {
"dev:tenant": "yarn workspace tenant-platform dev",
"dev:ops": "yarn workspace ops-platform dev",
"dev:docs": "yarn workspace docs-site dev",
"build:tenant": "yarn workspace tenant-platform build",
"build:ops": "yarn workspace ops-platform build",
"build": "yarn workspaces run build"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.5",
"@vue/test-utils": "^2.4.9",
"happy-dom": "^20.9.0",
"vitest": "^4.1.5"
},
"dependencies": {
"@xuqm/vue3-sdk": "0.2.3"
}
}