package.json 865 B

1234567891011121314151617181920212223
  1. {
  2. "name": "cfc-frontend",
  3. "version": "1.0.0",
  4. "description": "浠艾福小程序前端",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "jest",
  8. "test:coverage": "jest --coverage",
  9. "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){}\""
  10. },
  11. "devDependencies": {
  12. "@babel/core": "^7.29.7",
  13. "@babel/preset-env": "^7.29.7",
  14. "babel-jest": "^26.6.3",
  15. "jest": "^26.6.3",
  16. "vue": "^2.7.16",
  17. "vuex": "^3.6.2"
  18. },
  19. "dependencies": {
  20. "@dcloudio/vue-cli-plugin-uni": "^2.0.2-5000720260410001",
  21. "yargs-parser": "^22.0.0"
  22. }
  23. }