06488f0237
功能: - Go后端 (Gin + GORM + PostgreSQL) - UniApp用户端 (iOS/Android/小程序) - DaisyUI5后台管理 - JWT认证 + 微信登录 - 盲选加权算法 - 会员系统 + 优惠券 - 打分评价 + 偏好学习
29 lines
660 B
JSON
29 lines
660 B
JSON
{
|
|
"name": "blind-select-app",
|
|
"version": "1.0.0",
|
|
"description": "帮我选 - 盲选应用",
|
|
"dcloud": {
|
|
"appid": "__UNI__BLIND_SELECT",
|
|
"packages": {
|
|
"app-plus": {},
|
|
"mp-weixin": {},
|
|
"h5": {}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.0",
|
|
"@dcloudio/uni-app": "^3.0.0",
|
|
"@dcloudio/uni-ui": "^1.5.0",
|
|
"pinia": "^2.2.0",
|
|
"pinia-plugin-persistedstate": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.0.0",
|
|
"@dcloudio/uni-automator": "^3.0.0",
|
|
"@dcloudio/uni-cli-shared": "^3.0.0",
|
|
"@dcloudio/vite-plugin-uni": "^3.0.0",
|
|
"sass": "^1.77.0",
|
|
"sass-loader": "^14.2.0"
|
|
}
|
|
}
|