package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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",
  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. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  17. },
  18. "bin": "npm run postinstall",
  19. "husky": {
  20. "hooks": {
  21. "pre-commit": "lint-staged"
  22. }
  23. },
  24. "lint-staged": {
  25. "src/**/*.{js,vue}": [
  26. "eslint --fix",
  27. "git add"
  28. ]
  29. },
  30. "keywords": [
  31. "vue",
  32. "admin",
  33. "dashboard",
  34. "element-ui",
  35. "boilerplate",
  36. "admin-template",
  37. "management-system"
  38. ],
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  45. },
  46. "dependencies": {
  47. "@form-create/element-ui": "^1.0.17",
  48. "@pawelgalazka/cli": "^2.0.3",
  49. "ansi-regex": "^2.1.1",
  50. "ant-design-vue": "^1.7.8",
  51. "axios": "^0.18.1",
  52. "camelcase": "^4.1.0",
  53. "clipboard": "2.0.4",
  54. "code-point-at": "^1.1.0",
  55. "codemirror": "5.45.0",
  56. "core-js": "^2.6.12",
  57. "cross-spawn": "^5.1.0",
  58. "driver.js": "0.9.5",
  59. "dropzone": "5.5.1",
  60. "easemob-emedia": "^2.1.3",
  61. "easemob-webrtc": "^3.2.2",
  62. "easemob-websdk": "^4.7.0",
  63. "echarts": "^4.2.1",
  64. "execa": "^0.7.0",
  65. "file-saver": "2.0.1",
  66. "fuse.js": "3.4.4",
  67. "get-stream": "^3.0.0",
  68. "invert-kv": "^1.0.0",
  69. "is-fullwidth-code-point": "^1.0.0",
  70. "is-stream": "^1.1.0",
  71. "isexe": "^2.0.0",
  72. "js-cookie": "2.2.0",
  73. "jsonlint": "1.6.3",
  74. "jszip": "3.2.1",
  75. "krry-transfer": "^1.2.21",
  76. "lcid": "^1.0.0",
  77. "less-loader": "^5.0.0",
  78. "locate-path": "^2.0.0",
  79. "lru-cache": "^4.1.5",
  80. "mem": "^1.1.0",
  81. "mimic-fn": "^1.2.0",
  82. "moment": "^2.30.1",
  83. "normalize.css": "7.0.0",
  84. "npm-run-path": "^2.0.2",
  85. "nprogress": "0.2.0",
  86. "number-is-nan": "^1.0.1",
  87. "p-finally": "^1.0.0",
  88. "p-limit": "^1.3.0",
  89. "p-locate": "^2.0.0",
  90. "p-try": "^1.0.0",
  91. "path-exists": "^3.0.0",
  92. "path-key": "^2.0.1",
  93. "path-to-regexp": "2.4.0",
  94. "pseudomap": "^1.0.2",
  95. "screenfull": "4.2.0",
  96. "script-loader": "0.7.2",
  97. "shebang-command": "^1.2.0",
  98. "shebang-regex": "^1.0.0",
  99. "showdown": "1.9.0",
  100. "signal-exit": "^3.0.7",
  101. "sortablejs": "1.8.4",
  102. "strip-eof": "^1.0.0",
  103. "tui-editor": "^1.4.10",
  104. "vue": "2.6.10",
  105. "vue-awesome-swiper": "^3.1.3",
  106. "vue-count-to": "^1.0.13",
  107. "vue-router": "3.0.2",
  108. "vue-splitpane": "1.0.4",
  109. "vue-ueditor-wrap": "^2.4.1",
  110. "vue-waterfall-easy": "^2.4.4",
  111. "vuedraggable": "2.20.0",
  112. "vuex": "3.1.0",
  113. "which": "^1.3.1",
  114. "xlsx": "0.14.1",
  115. "yallist": "^2.1.2"
  116. },
  117. "devDependencies": {
  118. "@babel/core": "7.4.0",
  119. "@babel/register": "7.0.0",
  120. "@vue/cli-plugin-babel": "3.5.3",
  121. "@vue/cli-plugin-unit-jest": "3.5.3",
  122. "@vue/cli-service": "3.5.3",
  123. "@vue/test-utils": "1.0.0-beta.29",
  124. "autoprefixer": "^9.5.1",
  125. "babel-core": "7.0.0-bridge.0",
  126. "babel-eslint": "10.0.1",
  127. "babel-jest": "23.6.0",
  128. "chalk": "2.4.2",
  129. "chokidar": "2.1.5",
  130. "connect": "3.6.6",
  131. "element-ui": "^2.15.13",
  132. "eslint": "^5.16.0",
  133. "eslint-plugin-vue": "^5.2.2",
  134. "html-webpack-plugin": "3.2.0",
  135. "husky": "1.3.1",
  136. "less": "^3.13.1",
  137. "lint-staged": "8.1.5",
  138. "mockjs": "1.0.1-beta3",
  139. "plop": "2.3.0",
  140. "runjs": "^4.3.2",
  141. "sass": "^1.87.0",
  142. "sass-loader": "10.2.0",
  143. "script-ext-html-webpack-plugin": "2.1.3",
  144. "serve-static": "^1.13.2",
  145. "svg-sprite-loader": "4.1.3",
  146. "svgo": "2.0.0",
  147. "vue-lazyload": "^1.3.3",
  148. "vue-quill-editor": "^3.0.6",
  149. "vue-template-compiler": "2.6.10"
  150. },
  151. "browserslist": [
  152. "> 1%",
  153. "last 2 versions"
  154. ]
  155. }