package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.2.1",
  4. "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --open --mode development",
  9. "build": "cross-env NODE_ENV=production vue-cli-service build --mode development",
  10. "build:prod": "vue-cli-service build",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "build:uat": "vue-cli-service build --mode uat",
  13. "build:pre": "vue-cli-service build --mode pre",
  14. "build:pre2": "vue-cli-service build --mode pre2",
  15. "build:ack": "vue-cli-service build --mode ack",
  16. "preview": "node build/index.js --preview --mode development",
  17. "lint": "eslint --fix --ext .js,.vue src",
  18. "report": "eslint -f html src -o fsmanager-总部端代码走查报告.html",
  19. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  20. "test:ci": "npm run lint && npm run test:unit",
  21. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  22. "new": "plop"
  23. },
  24. "husky": {
  25. "hooks": {
  26. "pre-commit": "lint-staged"
  27. }
  28. },
  29. "lint-staged": {
  30. "src/**/*.{js,vue}": [
  31. "eslint --fix",
  32. "git add"
  33. ]
  34. },
  35. "keywords": [
  36. "vue",
  37. "admin",
  38. "dashboard",
  39. "element-ui",
  40. "boilerplate",
  41. "admin-template",
  42. "management-system"
  43. ],
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  50. },
  51. "dependencies": {
  52. "@fujica/utils": "^1.1.4",
  53. "@icon-park/vue": "^1.4.2",
  54. "@jiaminghi/data-view": "^2.10.0",
  55. "@kangc/v-md-editor": "^1.7.11",
  56. "ali-oss": "^6.8.0",
  57. "axios": "0.18.1",
  58. "clipboard": "2.0.4",
  59. "codemirror": "5.45.0",
  60. "currency.js": "^2.0.4",
  61. "dayjs": "^1.10.5",
  62. "dingtalk-jsapi": "^2.13.7",
  63. "driver.js": "0.9.5",
  64. "dropzone": "5.5.1",
  65. "echarts": "^5.1.2",
  66. "echarts-gl": "^2.0.9",
  67. "el-tree-transfer": "^2.4.7",
  68. "element-ui": "^2.13.0",
  69. "file-saver": "2.0.1",
  70. "fuse.js": "3.4.4",
  71. "jquery": "^3.5.1",
  72. "js-cookie": "2.2.0",
  73. "js-md5": "^0.7.3",
  74. "jsencrypt": "^3.2.0",
  75. "jsonlint": "1.6.3",
  76. "jszip": "3.2.1",
  77. "moment": "^2.29.4",
  78. "mqtt": "^3.0.0",
  79. "normalize.css": "7.0.0",
  80. "nprogress": "0.2.0",
  81. "particles.js": "^2.0.0",
  82. "path-to-regexp": "2.4.0",
  83. "postcss-pxtorem": "^5.1.1",
  84. "qrcode": "^1.5.3",
  85. "quill": "^1.3.7",
  86. "screenfull": "4.2.0",
  87. "scss": "^0.2.4",
  88. "scss-loader": "0.0.1",
  89. "showdown": "^1.9.1",
  90. "sortablejs": "1.8.4",
  91. "v-distpicker": "^1.2.7",
  92. "vue": "2.6.10",
  93. "vue-bus": "^1.2.1",
  94. "vue-count-to": "1.0.13",
  95. "vue-dompurify-html": "^2.5.2",
  96. "vue-jsonp": "^2.0.0",
  97. "vue-quill-editor": "^3.0.6",
  98. "vue-router": "3.0.2",
  99. "vue-seamless-scroll": "^1.1.23",
  100. "vue-splitpane": "1.0.4",
  101. "vuedraggable": "^2.20.0",
  102. "vuex": "3.1.0",
  103. "webpack-retry-chunk-load-plugin": "^1.5.0",
  104. "xlsx": "0.14.1"
  105. },
  106. "devDependencies": {
  107. "@babel/core": "7.0.0",
  108. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  109. "@babel/plugin-proposal-optional-chaining": "^7.18.6",
  110. "@babel/register": "7.0.0",
  111. "@vue/cli-plugin-babel": "3.5.3",
  112. "@vue/cli-plugin-eslint": "^3.9.1",
  113. "@vue/cli-plugin-unit-jest": "3.5.3",
  114. "@vue/cli-service": "3.5.3",
  115. "@vue/test-utils": "1.0.0-beta.29",
  116. "autoprefixer": "^9.5.1",
  117. "babel-core": "7.0.0-bridge.0",
  118. "babel-eslint": "10.0.1",
  119. "babel-jest": "23.6.0",
  120. "babel-plugin-transform-remove-console": "^6.9.4",
  121. "chalk": "2.4.2",
  122. "chokidar": "2.1.5",
  123. "compression-webpack-plugin": "^6.1.1",
  124. "connect": "3.6.6",
  125. "cross-env": "^7.0.3",
  126. "eslint": "5.15.3",
  127. "eslint-plugin-vue": "5.2.2",
  128. "html-webpack-plugin": "3.2.0",
  129. "lint-staged": "8.1.5",
  130. "node-sass": "^4.14.1",
  131. "plop": "2.3.0",
  132. "quill-image-extend-module": "^1.1.2",
  133. "runjs": "^4.3.2",
  134. "sass-loader": "^7.3.1",
  135. "script-ext-html-webpack-plugin": "2.1.3",
  136. "script-loader": "0.7.2",
  137. "serve-static": "^1.13.2",
  138. "svg-sprite-loader": "4.1.3",
  139. "svgo": "^1.2.0",
  140. "vue-img-inputer": "^2.1.6",
  141. "vue-template-compiler": "2.6.10",
  142. "webpack-bundle-analyzer": "^4.4.2"
  143. },
  144. "engines": {
  145. "node": ">=8.9",
  146. "npm": ">= 3.0.0"
  147. },
  148. "browserslist": [
  149. "> 1%",
  150. "last 2 versions"
  151. ]
  152. }