mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
- 新增直播房间页面,支持竖屏直播模式 - 实现直播播放器和消息展示功能 - 增加购物车按钮和商品推荐展示 - 更新样式以适应新页面布局 - 移除不再使用的 MQTT 相关文件和 API 调用
28 lines
696 B
JSON
28 lines
696 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"
|
|
},
|
|
"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.0",
|
|
"sass": "^1.89.2",
|
|
"uview-plus": "^3.4.72",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.1",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|