Files
tk-mini-program/package.json

25 lines
729 B
JSON
Raw Permalink Normal View History

2025-05-13 19:39:53 +08:00
{
"name": "tk-mini-program",
"version": "1.0.0",
"description": "{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/pengxiaolong711/tk-mini-program.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2025-05-27 21:05:01 +08:00
"@tencentcloud/chat": "^3.5.5",
2025-05-13 19:39:53 +08:00
"@tencentcloud/chat-uikit-uniapp": "^2.4.3",
2025-05-20 19:09:04 +08:00
"cos-wx-sdk-v5": "^1.8.0",
2025-07-18 13:06:06 +08:00
"goeasy": "^2.13.17",
2025-05-27 21:05:01 +08:00
"tim-upload-plugin": "^1.4.2",
2025-05-13 19:39:53 +08:00
"unplugin-vue2-script-setup": "^0.11.4"
}
}