package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "kxmall",
  3. "version": "4.5.0",
  4. "description": "kxmall后台管理系统",
  5. "author": "LionLi",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
  9. "build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  10. "preview": "node build/index.js --preview",
  11. "lint": "eslint --ext .js,.vue src"
  12. },
  13. "husky": {
  14. "hooks": {
  15. "pre-commit": "lint-staged"
  16. }
  17. },
  18. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "keywords": [
  25. "vue",
  26. "admin",
  27. "dashboard",
  28. "element-ui",
  29. "boilerplate",
  30. "admin-template",
  31. "management-system"
  32. ],
  33. "repository": {
  34. "type": "git",
  35. "url": "https://gitee.com/y_project/WMShop-Vue.git"
  36. },
  37. "dependencies": {
  38. "@riophae/vue-treeselect": "0.4.0",
  39. "@vue/composition-api": "^1.7.2",
  40. "axios": "0.24.0",
  41. "clipboard": "^2.0.11",
  42. "core-js": "3.25.3",
  43. "dayjs": "^1.11.7",
  44. "echarts": "5.4.0",
  45. "element-ui": "2.15.10",
  46. "file-saver": "2.0.5",
  47. "fuse.js": "6.4.3",
  48. "highlight.js": "9.18.5",
  49. "js-beautify": "1.13.0",
  50. "js-cookie": "3.0.1",
  51. "jsencrypt": "3.0.0-rc.1",
  52. "nprogress": "0.2.0",
  53. "number-precision": "^1.6.0",
  54. "qs": "^6.11.2",
  55. "quill": "1.3.7",
  56. "screenfull": "5.0.2",
  57. "sortablejs": "1.10.2",
  58. "tlbs-map-vue": "^1.2.0",
  59. "vue": "2.6.12",
  60. "vue-count-to": "1.0.13",
  61. "vue-cropper": "0.5.5",
  62. "vue-json-viewer": "^2.2.22",
  63. "vue-jsonp": "^2.0.0",
  64. "vue-meta": "2.4.0",
  65. "vue-print-nb": "^1.7.5",
  66. "vue-router": "3.4.9",
  67. "vuedraggable": "2.24.3",
  68. "vuex": "3.6.0"
  69. },
  70. "devDependencies": {
  71. "@vue/cli-plugin-babel": "4.4.6",
  72. "@vue/cli-plugin-eslint": "4.4.6",
  73. "@vue/cli-service": "4.4.6",
  74. "babel-eslint": "10.1.0",
  75. "babel-plugin-dynamic-import-node": "2.3.3",
  76. "chalk": "4.1.0",
  77. "compression-webpack-plugin": "5.0.2",
  78. "connect": "3.6.6",
  79. "eslint": "7.15.0",
  80. "eslint-plugin-vue": "7.2.0",
  81. "lint-staged": "10.5.3",
  82. "runjs": "4.4.2",
  83. "sass": "1.32.13",
  84. "sass-loader": "10.1.1",
  85. "script-ext-html-webpack-plugin": "2.1.5",
  86. "svg-sprite-loader": "5.1.1",
  87. "vue-template-compiler": "2.6.12"
  88. },
  89. "engines": {
  90. "node": ">=8.9",
  91. "npm": ">= 3.0.0"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions"
  96. ]
  97. }