Rap 原分销系统代码Web
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

115 рядки
3.1KB

  1. {
  2. "name": "eladmin-web",
  3. "version": "2.6.0",
  4. "description": "EL-ADMIN 前端源码",
  5. "author": "Zheng Jie",
  6. "license": "Apache-2.0",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",
  15. "new": "plop"
  16. },
  17. "husky": {
  18. "hooks": {
  19. "pre-commit": "lint-staged"
  20. }
  21. },
  22. "lint-staged": {
  23. "src/**/*.{js,vue}": [
  24. "eslint --fix",
  25. "git add"
  26. ]
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/elunez/eladmin-web.git"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/elunez/eladmin/issues"
  34. },
  35. "dependencies": {
  36. "@riophae/vue-treeselect": "^0.4.0",
  37. "axios": "^0.21.1",
  38. "clipboard": "2.0.4",
  39. "codemirror": "^5.49.2",
  40. "core-js": "^2.6.12",
  41. "echarts": "^4.2.1",
  42. "echarts-wordcloud": "^1.1.3",
  43. "element-ui": "^2.15.8",
  44. "file-saver": "1.3.8",
  45. "fuse.js": "3.4.4",
  46. "js-beautify": "^1.10.2",
  47. "js-cookie": "2.2.0",
  48. "jsencrypt": "^3.0.0-rc.1",
  49. "jszip": "^3.7.1",
  50. "mavon-editor": "^2.9.1",
  51. "normalize.css": "7.0.0",
  52. "nprogress": "0.2.0",
  53. "path-to-regexp": "2.4.0",
  54. "qs": "^6.10.1",
  55. "screenfull": "4.2.0",
  56. "sortablejs": "1.8.4",
  57. "vue": "^2.6.14",
  58. "vue-count-to": "^1.0.13",
  59. "vue-cropper": "0.4.9",
  60. "vue-echarts": "^5.0.0-beta.0",
  61. "vue-image-crop-upload": "^2.5.0",
  62. "vue-json-viewer": "^2.2.22",
  63. "vue-router": "3.0.2",
  64. "vue-splitpane": "1.0.4",
  65. "vuedraggable": "2.20.0",
  66. "vuex": "3.1.0",
  67. "wangeditor": "^4.7.11",
  68. "xlsx": "^0.17.4"
  69. },
  70. "devDependencies": {
  71. "@babel/parser": "^7.7.4",
  72. "@babel/register": "7.0.0",
  73. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  74. "@vue/cli-plugin-babel": "3.5.3",
  75. "@vue/cli-plugin-eslint": "^3.9.1",
  76. "@vue/cli-plugin-unit-jest": "3.5.3",
  77. "@vue/cli-service": "3.5.3",
  78. "@vue/test-utils": "1.0.0-beta.29",
  79. "autoprefixer": "^9.5.1",
  80. "babel-core": "7.0.0-bridge.0",
  81. "babel-eslint": "10.0.1",
  82. "babel-jest": "23.6.0",
  83. "babel-plugin-dynamic-import-node": "2.3.0",
  84. "babel-plugin-transform-remove-console": "^6.9.4",
  85. "chalk": "2.4.2",
  86. "chokidar": "2.1.5",
  87. "compression-webpack-plugin": "5.0.2",
  88. "connect": "3.6.6",
  89. "eslint": "5.15.3",
  90. "eslint-plugin-vue": "5.2.2",
  91. "html-webpack-plugin": "3.2.0",
  92. "http-proxy-middleware": "^0.19.1",
  93. "husky": "1.3.1",
  94. "lint-staged": "8.1.5",
  95. "plop": "2.3.0",
  96. "sass": "1.32.13",
  97. "sass-loader": "10.2.0",
  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. "tasksfile": "^5.1.1",
  104. "vue-template-compiler": "2.6.14"
  105. },
  106. "engines": {
  107. "node": ">=8.9",
  108. "npm": ">= 3.0.0"
  109. },
  110. "browserslist": [
  111. "> 1%",
  112. "last 2 versions"
  113. ]
  114. }