package.json 4.0 KB

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