package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.4.0",
  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. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "lint": "eslint --ext .js,.vue src",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "new": "plop",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit"
  16. },
  17. "dependencies": {
  18. "@amcharts/amcharts4": "^4.10.39",
  19. "@amcharts/amcharts5": "^5.10.7",
  20. "@ant-design/icons-vue": "^2.0.0",
  21. "@handsontable-pro/vue": "^3.1.1",
  22. "@handsontable/vue": "^14.1.0",
  23. "@hufe921/canvas-editor": "^0.9.96",
  24. "@jiaminghi/data-view": "^2.10.0",
  25. "ant-design-vue": "^1.7.8",
  26. "axios": "0.18.1",
  27. "ckeditor4": "^4.23.0",
  28. "ckeditor4-vue": "^3.0.0",
  29. "clipboard": "2.0.4",
  30. "codemirror": "5.45.0",
  31. "core-js": "3.6.5",
  32. "cos-js-sdk-v5": "^1.4.22",
  33. "docx": "^8.5.0",
  34. "docx-preview": "^0.3.3",
  35. "docxtemplater": "^3.46.0",
  36. "docxtemplater-image-module-free": "^1.1.1",
  37. "driver.js": "0.9.5",
  38. "dropzone": "5.5.1",
  39. "echarts": "4.2.1",
  40. "element-ui": "^2.15.6",
  41. "feather-icons": "^4.29.2",
  42. "file-saver": "^2.0.5",
  43. "fuse.js": "3.4.4",
  44. "handsontable": "^14.1.0",
  45. "handsontable-pro": "^6.2.3",
  46. "html-docx-js": "^0.3.1",
  47. "html-to-docx": "^1.8.0",
  48. "html2canvas": "^1.0.0-alpha.9",
  49. "jquery": "^3.7.1",
  50. "js-cookie": "2.2.0",
  51. "js-table2excel": "^1.1.2",
  52. "jsonlint": "1.6.3",
  53. "jspdf": "^2.5.1",
  54. "jszip": "^3.10.1",
  55. "jszip-utils": "^0.1.0",
  56. "lodash-es": "^4.17.21",
  57. "luckyexcel": "^1.0.1",
  58. "luckysheet": "^2.1.13",
  59. "mammoth": "^1.8.0",
  60. "markdown-it": "^13.0.2",
  61. "normalize.css": "7.0.0",
  62. "nprogress": "^0.2.0",
  63. "path-to-regexp": "2.4.0",
  64. "pizzip": "^3.1.6",
  65. "qrcode": "^1.4.4",
  66. "screenfull": "4.2.0",
  67. "script-loader": "0.7.2",
  68. "sortablejs": "1.8.4",
  69. "tinymce": "^5.1.0",
  70. "vant": "^2.12.30",
  71. "vue": "2.6.10",
  72. "vue-class-component": "^7.2.6",
  73. "vue-count-to": "1.0.13",
  74. "vue-pdf": "^4.3.0",
  75. "vue-property-decorator": "^9.1.2",
  76. "vue-router": "^3.5.3",
  77. "vue-splitpane": "1.0.4",
  78. "vuedraggable": "^2.24.3",
  79. "vuex": "^3.6.2",
  80. "xlsx": "^0.18.5"
  81. },
  82. "devDependencies": {
  83. "@vue/cli-plugin-babel": "4.4.4",
  84. "@vue/cli-plugin-eslint": "4.4.4",
  85. "@vue/cli-plugin-unit-jest": "4.4.4",
  86. "@vue/cli-service": "4.4.4",
  87. "@vue/test-utils": "1.0.0-beta.29",
  88. "autoprefixer": "9.5.1",
  89. "babel-eslint": "^10.1.0",
  90. "babel-jest": "23.6.0",
  91. "babel-plugin-dynamic-import-node": "2.3.3",
  92. "chalk": "2.4.2",
  93. "chokidar": "2.1.5",
  94. "connect": "3.6.6",
  95. "css-loader": "^5.2.6",
  96. "eslint": "^6.7.2",
  97. "eslint-plugin-import": "^2.25.2",
  98. "eslint-plugin-node": "^11.1.0",
  99. "eslint-plugin-prettier": "^3.1.4",
  100. "eslint-plugin-promise": "^4.2.1",
  101. "eslint-plugin-standard": "^4.0.0",
  102. "eslint-plugin-vue": "^6.2.2",
  103. "html-webpack-plugin": "3.2.0",
  104. "husky": "1.3.1",
  105. "less": "^3.13.1",
  106. "less-loader": "^5.0.0",
  107. "lint-staged": "8.1.5",
  108. "mockjs": "1.0.1-beta3",
  109. "or": "^0.2.0",
  110. "plop": "2.3.0",
  111. "prettier": "^2.4.1",
  112. "runjs": "4.3.2",
  113. "sass": "1.26.2",
  114. "sass-loader": "8.0.2",
  115. "script-ext-html-webpack-plugin": "2.1.3",
  116. "serve-static": "1.13.2",
  117. "style-loader": "2.0.0",
  118. "svg-sprite-loader": "4.1.3",
  119. "svgo": "1.2.0",
  120. "swiper": "^5.3.6",
  121. "vue-template-compiler": "2.6.10"
  122. },
  123. "browserslist": [
  124. "> 1%",
  125. "last 2 versions"
  126. ],
  127. "bugs": {
  128. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  129. },
  130. "engines": {
  131. "node": ">=8.9",
  132. "npm": ">= 3.0.0"
  133. },
  134. "keywords": [
  135. "vue",
  136. "admin",
  137. "dashboard",
  138. "element-ui",
  139. "boilerplate",
  140. "admin-template",
  141. "management-system"
  142. ],
  143. "license": "MIT",
  144. "lint-staged": {
  145. "src/**/*.{js,vue}": [
  146. "eslint --fix",
  147. "git add"
  148. ]
  149. },
  150. "husky": {
  151. "hooks": {
  152. "pre-commit": "lint-staged"
  153. }
  154. },
  155. "repository": {
  156. "type": "git",
  157. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  158. }
  159. }