package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "name": "vue-element-admin",
  3. "version": "3.10.0",
  4. "description": "A magical vue admin. Typical templates 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": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  9. "build:prod": "cross-env BABEL_ENV=production NODE_ENV=production env_config=prod node build/build.js",
  10. "build:sit": "cross-env BABEL_ENV=development NODE_ENV=production env_config=sit node build/build.js",
  11. "build:pre": "cross-env BABEL_ENV=development NODE_ENV=production env_config=pre node build/build.js",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test": "npm run lint",
  14. "precommit": "lint-staged",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  16. },
  17. "lint-staged": {
  18. "src/**/*.{js,vue}": [
  19. "eslint --fix",
  20. "git add"
  21. ]
  22. },
  23. "keywords": [
  24. "vue",
  25. "element-ui",
  26. "admin",
  27. "management-system",
  28. "admin-template"
  29. ],
  30. "repository": {
  31. "type": "git",
  32. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  36. },
  37. "dependencies": {
  38. "@toast-ui/editor": "^3.1.3",
  39. "@toast-ui/vue-editor": "^3.2.3",
  40. "@umengfe/apm": "^2.0.11",
  41. "axios": "0.18.0",
  42. "clipboard": "1.7.1",
  43. "codemirror": "5.39.2",
  44. "connect": "3.6.6",
  45. "driver.js": "0.8.1",
  46. "dropzone": "5.2.0",
  47. "echarts": "5.3.1",
  48. "element-ui": "^2.9.1",
  49. "file-saver": "1.3.8",
  50. "html2canvas": "^1.4.1",
  51. "js-base64": "^2.5.1",
  52. "js-cookie": "2.2.0",
  53. "jsonlint": "1.6.3",
  54. "jspdf": "^2.5.1",
  55. "jszip": "3.1.5",
  56. "mockjs": "1.0.1-beta3",
  57. "moment": "^2.29.4",
  58. "normalize.css": "7.0.0",
  59. "nprogress": "0.2.0",
  60. "qrcanvas": "^3.1.2",
  61. "qrcode": "^1.4.4",
  62. "screenfull": "3.3.3",
  63. "scss": "^0.2.4",
  64. "showdown": "1.8.6",
  65. "sortablejs": "1.7.0",
  66. "v-viewer": "^1.4.0",
  67. "vue": "2.5.17",
  68. "vue-amap": "^0.5.10",
  69. "vue-baidu-map": "^0.21.22",
  70. "vue-count-to": "1.0.13",
  71. "vue-i18n": "7.3.2",
  72. "vue-jsonp": "^2.0.0",
  73. "vue-qr": "^2.2.1",
  74. "vue-qrcode": "^0.2.2",
  75. "vue-router": "3.0.2",
  76. "vue-splitpane": "1.0.2",
  77. "vue-to-pdf": "^1.0.0",
  78. "vuedraggable": "^2.16.0",
  79. "vuex": "3.0.1",
  80. "xlsx": "^0.11.16"
  81. },
  82. "devDependencies": {
  83. "autoprefixer": "8.5.0",
  84. "babel-core": "6.26.3",
  85. "babel-eslint": "8.2.6",
  86. "babel-helper-vue-jsx-merge-props": "2.0.3",
  87. "babel-loader": "7.1.5",
  88. "babel-plugin-dynamic-import-node": "2.0.0",
  89. "babel-plugin-syntax-jsx": "6.18.0",
  90. "babel-plugin-transform-remove-console": "^6.9.4",
  91. "babel-plugin-transform-runtime": "6.23.0",
  92. "babel-plugin-transform-vue-jsx": "3.7.0",
  93. "babel-preset-env": "1.7.0",
  94. "babel-preset-stage-2": "6.24.1",
  95. "chalk": "2.4.1",
  96. "copy-webpack-plugin": "4.5.2",
  97. "cross-env": "5.2.0",
  98. "css-loader": "1.0.0",
  99. "eslint": "4.19.1",
  100. "eslint-friendly-formatter": "4.0.1",
  101. "eslint-loader": "2.0.0",
  102. "eslint-plugin-vue": "4.7.1",
  103. "file-loader": "1.1.11",
  104. "friendly-errors-webpack-plugin": "1.7.0",
  105. "hash-sum": "1.0.2",
  106. "html-webpack-plugin": "4.0.0-alpha",
  107. "husky": "0.14.3",
  108. "less": "^3.0.4",
  109. "less-loader": "^5.0.0",
  110. "lint-staged": "7.2.2",
  111. "mini-css-extract-plugin": "0.4.1",
  112. "node-notifier": "5.2.1",
  113. "node-sass": "^7.0.3",
  114. "optimize-css-assets-webpack-plugin": "5.0.0",
  115. "ora": "3.0.0",
  116. "path-to-regexp": "2.4.0",
  117. "portfinder": "1.0.13",
  118. "postcss-import": "11.1.0",
  119. "postcss-loader": "2.1.6",
  120. "postcss-url": "7.3.2",
  121. "rimraf": "2.6.2",
  122. "sass-loader": "7.0.3",
  123. "script-ext-html-webpack-plugin": "2.0.1",
  124. "script-loader": "0.7.2",
  125. "semver": "5.5.0",
  126. "serve-static": "1.13.2",
  127. "shelljs": "0.8.2",
  128. "svg-sprite-loader": "3.8.0",
  129. "svgo": "1.0.5",
  130. "uglifyjs-webpack-plugin": "1.2.7",
  131. "url-loader": "1.0.1",
  132. "vue-loader": "15.3.0",
  133. "vue-style-loader": "4.1.2",
  134. "vue-template-compiler": "2.5.17",
  135. "webpack": "4.16.5",
  136. "webpack-bundle-analyzer": "2.13.1",
  137. "webpack-cli": "3.1.0",
  138. "webpack-dev-server": "3.1.5",
  139. "webpack-merge": "4.1.4"
  140. },
  141. "engines": {
  142. "node": ">= 6.0.0",
  143. "npm": ">= 3.0.0"
  144. },
  145. "browserslist": [
  146. "> 1%",
  147. "last 2 versions",
  148. "not ie <= 8"
  149. ]
  150. }