ykt-team-wxapp/package.json

34 lines
666 B
JSON
Raw Normal View History

2026-01-20 19:36:49 +08:00
{
"name": "ykt-wxapp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"prebuild": "node scripts/pre-build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2026-01-28 13:38:05 +08:00
"dayjs": "^1.11.10",
"tim-upload-plugin": "^1.4.2",
"tim-wx-sdk": "^2.27.6"
2026-01-20 19:36:49 +08:00
},
"uni-app": {
"scripts": {
"dev": {
"title": "测试",
"env": {
"UNI_PLATFORM": "mp-weixin"
}
},
2026-01-28 13:38:05 +08:00
"localhost": {
2026-01-20 19:36:49 +08:00
"title": "本地",
"env": {
"UNI_PLATFORM": "mp-weixin"
}
}
}
},
"devDependencies": {}
2026-01-28 13:38:05 +08:00
}