{ "id": "uview-ui", "scripts": { "test": "eslint . --fix" }, "dependencies": {}, "devDependencies": { "eslint": "^8.2.0", "eslint-config-airbnb": "^19.0.0" }, "uni-app": { "scripts": { "h5dev": { "title": "h5开发版", "browser": "chrome", "env": { "UNI_PLATFORM": "h5", "UNI_FILE_PREFIX": "http://127.0.0.1:9001/cdn/" }, "define": { "H5-DEV": true } }, "h5test": { "title": "h5测试版", "browser": "chrome", "env": { "UNI_PLATFORM": "h5", "UNI_FILE_PREFIX": "http://127.0.0.1:9001/cdn/" }, "define": { "H5-TEST": true } }, "h5prod": { "title": "h5生产版", "browser": "chrome", "env": { "UNI_PLATFORM": "h5", "UNI_FILE_PREFIX": "http://127.0.0.1:9001/cdn/" }, "define": { "H5-PROD": true } }, "mp-weixin-dev": { "title": "微信开发版", "env": { "UNI_PLATFORM": "mp-weixin", "UNI_FILE_PREFIX": "http://127.0.0.1:9001/cdn/" }, "define": { "MP-WEIXIN-DEV": true } }, "mp-weixin-test": { "title": "微信测试版", "env": { "UNI_PLATFORM": "mp-weixin", "UNI_FILE_PREFIX": "http://127.0.0.1:9001/cdn/" }, "define": { "MP-WEIXIN-TEST": true } }, "mp-weixin-prod": { "title": "微信生产版", "env": { "UNI_PLATFORM": "mp-weixin", "UNI_FILE_PREFIX": "http://127.34.0.1:9001/cdn/" }, "define": { "MP-WEIXIN-PROD": true } } } } }