emis-sapp/package.json

117 lines
1.8 KiB
JSON
Raw Normal View History

2023-11-25 16:29:44 +00:00
{
2023-12-18 16:24:57 +00:00
"id": "tan-express-sapp",
"name": "tan-express-sapp",
"displayName": "探运国际",
2025-05-19 09:13:20 +00:00
"version": "1.0.2",
2023-12-18 16:24:57 +00:00
"description": "探运国际",
2023-11-25 16:29:44 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
2023-12-18 16:24:57 +00:00
"tan-express",
"探运国际"
2023-12-03 18:21:24 +00:00
],
2023-11-25 16:29:44 +00:00
"author": "",
"license": "MIT",
2023-12-03 18:21:24 +00:00
"dependencies": {
2025-08-15 06:22:35 +00:00
"@turf/turf": "^7.2.0",
"coordtransform": "^2.1.2",
"dayjs": "^1.11.13",
"file-saver": "2.0.5",
"maptalks": "^1.4.1"
2023-12-03 18:21:24 +00:00
},
2023-11-25 16:29:44 +00:00
"dcloudext": {
"category": [
2023-12-18 16:24:57 +00:00
"",
""
2023-11-25 16:29:44 +00:00
],
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": ""
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
},
"client": {
"App": {
"app-vue": "y",
"app-nvue": "y"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "y",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"京东": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
2023-12-03 18:21:24 +00:00
},
"Vue": {
"vue2": "y",
"vue3": "y"
}
2023-11-25 16:29:44 +00:00
}
}
},
"uni-app": {
"scripts": {
"mp-dingtalk": {
"title": "钉钉小程序",
"env": {
"UNI_PLATFORM": "mp-alipay"
},
"define": {
"MP-DINGTALK": true
}
},
"hello-uniapp-demo": {
2023-12-18 16:24:57 +00:00
"title": "探运国际",
2023-11-25 16:29:44 +00:00
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"H5-DEMO": true
}
}
}
}
}