package.json 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "vue-element-admin",
  3. "version": "3.7.3",
  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 NODE_ENV=production env_config=prod node build/build.js",
  10. "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
  11. "build-cdn": "node build/build-cdn.js",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test": "npm run lint",
  14. "precommit": "lint-staged",
  15. "build": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
  16. "fixfont": "xcopy %cd%\\dist\\static\\fonts %cd%\\dist\\static\\css\\static\\fonts /s /y /d /e /i",
  17. "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "element-ui",
  28. "admin",
  29. "management-system",
  30. "admin-template"
  31. ],
  32. "repository": {
  33. "type": "git",
  34. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  38. },
  39. "dependencies": {
  40. "@types/moment": "^2.13.0",
  41. "ajv": "^6.5.3",
  42. "axios": "0.17.1",
  43. "clipboard": "^1.7.1",
  44. "codemirror": "5.32.0",
  45. "connect": "3.6.6",
  46. "default-passive-events": "^2.0.0",
  47. "driver.js": "0.5.2",
  48. "dropzone": "5.2.0",
  49. "echarts": "3.8.5",
  50. "element-ui": "^2.13.2",
  51. "file-saver": "^1.3.8",
  52. "font-awesome": "4.7.0",
  53. "html2canvas": "^1.4.1",
  54. "html2pdf.js": "^0.10.1",
  55. "js-cookie": "2.2.0",
  56. "jsbarcode": "^3.11.5",
  57. "jsonlint": "1.6.3",
  58. "jspdf": "^2.5.1",
  59. "jszip": "^3.10.1",
  60. "mockjs": "1.0.1-beta3",
  61. "moment": "^2.24.0",
  62. "node-sass": "^4.14.1",
  63. "normalize.css": "7.0.0",
  64. "nprogress": "0.2.0",
  65. "pdfmake": "^0.2.8",
  66. "print-js": "^1.0.50",
  67. "qrcodejs2": "0.0.2",
  68. "sass-loader": "^7.3.1",
  69. "screenfull": "4.2.0",
  70. "serve-static": "1.13.2",
  71. "showdown": "1.8.5",
  72. "simplemde": "1.11.2",
  73. "sortablejs": "1.7.0",
  74. "v-fit-columns": "^0.2.0",
  75. "vue": "2.5.16",
  76. "vue-calendar-component": "^2.8.2",
  77. "vue-clipboard": "0.0.1",
  78. "vue-clipboard2": "^0.3.1",
  79. "vue-count-to": "1.0.13",
  80. "vue-i18n": "7.3.2",
  81. "vue-json-excel": "^0.3.0",
  82. "vue-multiselect": "2.0.8",
  83. "vue-quill-editor": "^3.0.6",
  84. "vue-router": "3.0.1",
  85. "vue-splitpane": "1.0.2",
  86. "vuedraggable": "^2.16.0",
  87. "vuex": "3.0.1",
  88. "xlsx": "^0.11.19"
  89. },
  90. "devDependencies": {
  91. "autoprefixer": "7.2.3",
  92. "babel-core": "6.26.0",
  93. "babel-eslint": "8.0.3",
  94. "babel-helper-vue-jsx-merge-props": "2.0.3",
  95. "babel-loader": "7.1.2",
  96. "babel-plugin-dynamic-import-node": "^1.2.0",
  97. "babel-plugin-syntax-jsx": "6.18.0",
  98. "babel-plugin-transform-runtime": "6.23.0",
  99. "babel-plugin-transform-vue-jsx": "3.5.0",
  100. "babel-preset-env": "1.6.1",
  101. "babel-preset-stage-2": "6.24.1",
  102. "chalk": "2.3.0",
  103. "copy-webpack-plugin": "4.3.0",
  104. "cross-env": "^7.0.3",
  105. "crypto-js": "^4.1.1",
  106. "css-loader": "0.28.7",
  107. "eslint": "^6.8.0",
  108. "eslint-friendly-formatter": "3.0.0",
  109. "eslint-loader": "1.9.0",
  110. "eslint-plugin-html": "4.0.1",
  111. "extract-text-webpack-plugin": "3.0.2",
  112. "file-loader": "1.1.5",
  113. "friendly-errors-webpack-plugin": "1.6.1",
  114. "html-webpack-plugin": "2.30.1",
  115. "lint-staged": "7.2.0",
  116. "node-notifier": "5.1.2",
  117. "optimize-css-assets-webpack-plugin": "3.2.0",
  118. "ora": "1.3.0",
  119. "portfinder": "1.0.13",
  120. "postcss-import": "11.0.0",
  121. "postcss-loader": "2.0.9",
  122. "postcss-url": "7.3.0",
  123. "qiniu-webpack-plugin": "^0.4.2",
  124. "quill-image-extend-module": "^1.1.2",
  125. "rimraf": "2.6.2",
  126. "sass-resources-loader": "^1.3.4",
  127. "script-loader": "^0.7.2",
  128. "semver": "5.4.1",
  129. "shelljs": "^0.8.5",
  130. "svg-sprite-loader": "3.5.2",
  131. "uglifyjs-webpack-plugin": "1.1.3",
  132. "url-loader": "0.6.2",
  133. "vue-loader": "13.7.2",
  134. "vue-style-loader": "3.0.3",
  135. "vue-template-compiler": "2.5.16",
  136. "webpack": "3.10.0",
  137. "webpack-bundle-analyzer": "2.9.1",
  138. "webpack-dev-server": "^2.9.7",
  139. "webpack-merge": "4.1.1",
  140. "write-json": "^3.0.1"
  141. },
  142. "engines": {
  143. "node": ">= 4.0.0",
  144. "npm": ">= 3.0.0"
  145. },
  146. "browserslist": [
  147. "> 1%",
  148. "last 2 versions",
  149. "not ie <= 8"
  150. ]
  151. }