{ "name": "cfc-frontend", "version": "1.0.0", "description": "浠艾福小程序前端", "main": "main.js", "lazyCodeLoading": "requiredComponents", "scripts": { "test": "jest", "test:coverage": "jest --coverage", "dev:h5": "cross-env NODE_ENV=development UNI_PLATFORM=h5 vue-cli-service uni-dev:h5", "build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build:h5", "postbuild": "node -e \"try{require('fs').unlinkSync('dist/dev/mp-weixin/custom-tab-bar/index.vue')}catch(e){};try{const c=require('./dist/dev/mp-weixin/project.config.json');c.setting=c.setting||{};c.setting.lazyCodeLoading='requiredComponents';require('fs').writeFileSync('./dist/dev/mp-weixin/project.config.json',JSON.stringify(c,null,2))}catch(e){}\"" }, "devDependencies": { "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "babel-jest": "^26.6.3", "jest": "^26.6.3", "vue": "^2.7.16", "vuex": "^3.6.2" }, "dependencies": { "@dcloudio/vue-cli-plugin-uni": "^2.0.2-5000720260410001", "yargs-parser": "^22.0.0" } }