{ "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 UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-serve", "build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-build", "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", "@dcloudio/uni-app": "^2.0.2-5010420260703001", "@dcloudio/uni-cli-i18n": "^2.0.2-5010420260703001", "@dcloudio/uni-cli-shared": "^2.0.2-5010420260703001", "@dcloudio/uni-h5": "^2.0.2-5010420260703001", "@dcloudio/uni-i18n": "^2.0.2-5010420260703001", "@dcloudio/uni-migration": "^2.0.2-5010420260703001", "@dcloudio/uni-mp-weixin": "^2.0.2-5010420260703001", "@dcloudio/uni-template-compiler": "^2.0.2-5010420260703001", "@dcloudio/webpack-uni-pages-loader": "^2.0.2-5010420260703001", "@vue/cli-plugin-babel": "^5.0.9", "@vue/cli-service": "^5.0.9", "babel-jest": "^26.6.3", "copy-webpack-plugin": "^14.0.0", "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" } }