package.json
776 Bytes
{
"name": "freight-ma",
"version": "1.0.0",
"main": "main.js",
"repository": "https://git.shjiuze.cn/frontend/freight-ma.git",
"author": "上海则一供应链管理有限公司",
"license": "MIT",
"private": true,
"dependencies": {
"@antv/f2-context": "^0.0.1",
"@antv/wx-f2": "^2.1.1",
"dayjs": "^1.10.7",
"dingtalk-design-libs": "^0.0.24",
"lodash": "^4.17.21",
"typy": "^3.3.0",
"umtrack-alipay": "^2.8.0",
"umtrack-wx": "^2.8.0"
},
"uni-app": {
"scripts": {
"mp-dingtalk": {
"title": "钉钉小程序",
"env": {
"UNI_PLATFORM": "mp-alipay"
},
"define": {
"MP-DINGTALK": true
}
}
}
},
"devDependencies": {
"prettier": "3.3.2"
}
}