Files
Smart-Farm/uniapp/uni-app/package.json
2025-12-22 17:13:05 +08:00

27 lines
669 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "hello-uniapp",
"version": "1.0.0",
"description": "为提高团队协作效率,便于前端后期优化维护,请大家认真阅读以下内容:",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ezuikit-js": "^0.5.2",
"jweixin-module": "^1.6.0",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"postcss-loader": "^3.0.0"
},
"minimize": {
"dev:mp-weixin": "cross-env NODE_ENV=development ZHICHI_ENV=develop UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch --minimize"
},
"uni-app": {
"scripts": {}
}
}