mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
- 锁定 MQTT 版本为 5.15.1 - 为 AbortController、AbortSignal 和 navigator.language 添加兼容补丁 - 新增 MQTT App 运行时测试
29 lines
800 B
JSON
29 lines
800 B
JSON
{
|
|
"name": "lilishop-uniapp",
|
|
"version": "4.5.3",
|
|
"description": "Lilishop uni-app mobile client (Vue 3)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"migrate:vue3": "node scripts/migrate-vue3.js && node scripts/migrate-filters-usage.js",
|
|
"postinstall": "patch-package && node scripts/patch-mqtt-abort.js",
|
|
"test:mqtt-app-runtime": "node scripts/test-mqtt-app-runtime.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tencentcloud/chat": "^3.5.5",
|
|
"hls.js": "^1.6.16",
|
|
"mqtt": "5.15.1",
|
|
"sass": "^1.89.2",
|
|
"uview-plus": "3.8.42",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.1",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|