forked from angelo/web-retail-h5
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "bd_cloud_h5",
|
|
"version": "1.0.0",
|
|
"description": "h5",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"echarts": "^4.9.0",
|
|
"file-saver": "^2.0.5",
|
|
"glob": "^11.0.1",
|
|
"html2canvas": "^1.4.1",
|
|
"js-cookie": "^3.0.5",
|
|
"qrcodejs2": "0.0.2",
|
|
"swiper": "^3.4.2",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-tree-color": "^2.3.2",
|
|
"weixin-js-sdk": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"less": "^3.13.1",
|
|
"less-loader": "^4.1.0",
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"format": "prettier --write .",
|
|
"check-format": "prettier --check ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"uni-app": {
|
|
"scripts": {
|
|
"dev-env": {
|
|
"title": "开发环境",
|
|
"env": {
|
|
"UNI_PLATFORM": "h5"
|
|
},
|
|
"define": {
|
|
"DEV_SERVER": true
|
|
}
|
|
},
|
|
"prod-env": {
|
|
"title": "测试环境",
|
|
"env": {
|
|
"UNI_PLATFORM": "h5"
|
|
},
|
|
"define": {
|
|
"QA_SERVER": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |