Files
HTFX-CRM-Sales/package.json

88 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2025-07-07 16:05:18 +08:00
{
"id": "uni-hello-i18n",
"name": "Hello i18n",
"displayName": "hello-i18n 示例工程",
"version": "1.0.2",
"description": "uni-app 国际化演示",
"keywords": [
"i18n",
"hello-i18n",
"多语言"
],
"dcloudext": {
"category": [
"前端页面模板",
"uni-app前端项目模板"
],
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": ""
},
"repository": "",
"uni_modules": {
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
},
"client": {
"App": {
"app-vue": "u",
"app-nvue": "u"
},
"H5-mobile": {
"Safari": "u",
"Android Browser": "u",
"微信浏览器(Android)": "u",
"QQ浏览器(Android)": "u"
},
"H5-pc": {
"Chrome": "u",
"IE": "u",
"Edge": "u",
"Firefox": "u",
"Safari": "u"
},
"小程序": {
"微信": "u",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "u",
"vue3": "u"
}
}
}
},
"dependencies": {
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"vconsole": "^3.15.1"
},
"devDependencies": {
"vite-plugin-compression": "^0.5.1"
}
}