- 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>
29 行
645 B
JSON
29 行
645 B
JSON
{
|
|
"name": "tenant-platform",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@xuqm/vue3-sdk": "^0.2.3",
|
|
"axios": "^1.7.9",
|
|
"element-plus": "^2.9.1",
|
|
"pinia": "^3.0.1",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"typescript": "^5.8.2",
|
|
"unplugin-auto-import": "^0.18.2",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^6.2.2",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|