You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
3.4 KiB

3 months ago
  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 --fix --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. },
  20. "husky": {
  21. "hooks": {
  22. "pre-commit": "lint-staged"
  23. }
  24. },
  25. "lint-staged": {
  26. "src/**/*.{js,vue}": [
  27. "eslint --fix",
  28. "git add"
  29. ]
  30. },
  31. "keywords": [
  32. "CRMEB Java"
  33. ],
  34. "repository": {
  35. "type": "gitee",
  36. "url": "https://gitee.com/ZhongBangKeJi/crmeb_java"
  37. },
  38. "bugs": {
  39. "url": "https://gitee.com/ZhongBangKeJi/crmeb_java/issues"
  40. },
  41. "dependencies": {
  42. "@babel/parser": "^7.9.6",
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "async-validator": "^1.11.2",
  45. "axios": "^0.24.0",
  46. "babel-polyfill": "^6.26.0",
  47. "clipboard": "^2.0.4",
  48. "core-js": "^2.6.11",
  49. "crypto-js": "^4.2.0",
  50. "echarts": "4.2.1",
  51. "element-ui": "2.15.6",
  52. "file-saver": "2.0.1",
  53. "fuse.js": "3.4.4",
  54. "js-cookie": "2.2.0",
  55. "jszip": "3.2.1",
  56. "mpvue-calendar": "^2.3.7",
  57. "normalize.css": "7.0.0",
  58. "nprogress": "0.2.0",
  59. "path-to-regexp": "2.4.0",
  60. "print-js": "^1.6.0",
  61. "printjs": "^1.1.0",
  62. "qrcodejs2": "^0.0.2",
  63. "sass": "1.26.2",
  64. "sass-loader": "^7.2.0",
  65. "screenfull": "5.0.2",
  66. "script-loader": "0.7.2",
  67. "throttle-debounce": "^2.1.0",
  68. "vconsole": "^3.3.2",
  69. "vue": "2.6.10",
  70. "vue-awesome-swiper": "^3.1.3",
  71. "vue-cropper": "^0.5.8",
  72. "vue-echarts": "^4.0.3",
  73. "vue-router": "3.0.2",
  74. "vue-ydui": "^1.2.6",
  75. "vuedraggable": "^2.20.0",
  76. "vuex": "3.1.0",
  77. "wechat-jssdk": "^5.0.4",
  78. "xlsx": "0.14.1"
  79. },
  80. "devDependencies": {
  81. "@vue/cli-plugin-babel": "3.5.3",
  82. "@vue/cli-plugin-eslint": "^3.9.1",
  83. "@vue/cli-plugin-unit-jest": "3.5.3",
  84. "@vue/cli-service": "4.0.0",
  85. "@vue/test-utils": "1.0.0-beta.29",
  86. "babel-core": "7.0.0-bridge.0",
  87. "babel-jest": "23.6.0",
  88. "chalk": "2.4.2",
  89. "connect": "3.6.6",
  90. "eslint": "5.15.3",
  91. "eslint-plugin-vue": "5.2.2",
  92. "html-webpack-plugin": "3.2.0",
  93. "husky": "1.3.1",
  94. "lint-staged": "8.1.5",
  95. "plop": "2.3.0",
  96. "prettier": "^2.5.1",
  97. "runjs": "^4.3.2",
  98. "script-ext-html-webpack-plugin": "2.1.3",
  99. "script-loader": "^0.7.2",
  100. "serve-static": "^1.13.2",
  101. "svg-sprite-loader": "4.1.3",
  102. "svgo": "1.2.0",
  103. "vue-lazyload": "^1.3.3",
  104. "vue-template-compiler": "2.6.10"
  105. },
  106. "engines": {
  107. "node": ">=8.9",
  108. "npm": ">= 3.0.0"
  109. },
  110. "browserslist": [
  111. "> 1%",
  112. "last 2 versions"
  113. ]
  114. }