package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "crmeb-java-webpc-admin",
  3. "version": "4.2.1",
  4. "description": "Java mall free open source CRMEB mall JAVA version, SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI Including mobile terminal, applet, PC background, Api interface; products, users, shopping carts, orders, points, Modules such as coupons, marketing, balance, permissions, roles, system settings, combined data, and drag-and-drop forms have greatly reduced the cost of second-opening.",
  5. "author": "CRMEB",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --open",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "prettier:comment": "自动格式化当前目录下的所有文件",
  13. "prettier": "prettier --write .",
  14. "lint": "eslint --ext .js,.vue src",
  15. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  16. "test:ci": "npm run lint && npm run test:unit",
  17. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  18. "new": "plop",
  19. "serve_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run serve\n"
  20. },
  21. "keywords": [
  22. "CRMEB Java"
  23. ],
  24. "repository": {
  25. "type": "gitee",
  26. "url": "https://gitee.com/ZhongBangKeJi/crmeb_java"
  27. },
  28. "dependencies": {
  29. "@babel/parser": "^7.9.6",
  30. "@riophae/vue-treeselect": "0.4.0",
  31. "async-validator": "^1.11.2",
  32. "axios": "^0.24.0",
  33. "babel-polyfill": "^6.26.0",
  34. "clipboard": "^2.0.4",
  35. "core-js": "^2.6.11",
  36. "crypto-js": "^4.2.0",
  37. "echarts": "4.2.1",
  38. "element-ui": "2.15.6",
  39. "file-saver": "2.0.1",
  40. "fuse.js": "3.4.4",
  41. "js-cookie": "2.2.0",
  42. "jsonlint": "1.6.3",
  43. "jszip": "3.2.1",
  44. "mpvue-calendar": "^2.3.7",
  45. "normalize.css": "7.0.0",
  46. "nprogress": "0.2.0",
  47. "path-to-regexp": "2.4.0",
  48. "qrcodejs2": "^0.0.2",
  49. "sass": "1.26.2",
  50. "sass-loader": "^7.2.0",
  51. "screenfull": "^5.0.2",
  52. "script-loader": "0.7.2",
  53. "throttle-debounce": "^2.1.0",
  54. "vconsole": "^3.3.2",
  55. "vue": "2.6.10",
  56. "vue-awesome-swiper": "^3.1.3",
  57. "vue-cropper": "^0.5.8",
  58. "vue-echarts": "^4.0.3",
  59. "vue-router": "3.0.2",
  60. "vue-ydui": "^1.2.6",
  61. "vuedraggable": "^2.20.0",
  62. "vuex": "3.1.0",
  63. "wechat-jssdk": "^5.0.4",
  64. "xlsx": "0.14.1"
  65. },
  66. "devDependencies": {
  67. "@babel/core": "7.23.5",
  68. "@babel/register": "7.0.0",
  69. "@vue/cli-plugin-babel": "3.5.3",
  70. "@vue/cli-plugin-unit-jest": "3.5.3",
  71. "@vue/cli-service": "4.0.0",
  72. "@vue/test-utils": "1.0.0-beta.29",
  73. "babel-core": "7.0.0-bridge.0",
  74. "babel-jest": "23.6.0",
  75. "chalk": "2.4.2",
  76. "chokidar": "^3.1.1",
  77. "connect": "3.6.6",
  78. "html-webpack-plugin": "3.2.0",
  79. "mockjs": "1.0.1-beta3",
  80. "plop": "2.3.0",
  81. "prettier": "^2.5.1",
  82. "runjs": "^4.3.2",
  83. "script-ext-html-webpack-plugin": "2.1.3",
  84. "script-loader": "^0.7.2",
  85. "serve-static": "^1.13.2",
  86. "svg-sprite-loader": "4.1.3",
  87. "svgo": "1.2.0",
  88. "vue-lazyload": "^1.3.3",
  89. "vue-template-compiler": "2.6.10"
  90. },
  91. "engines": {
  92. "node": ">=8.9",
  93. "npm": ">= 3.0.0"
  94. },
  95. "browserslist": [
  96. "> 1%",
  97. "last 2 versions"
  98. ]
  99. }