package.json 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. "lint": "eslint --ext .js,.vue src",
  12. "test": "npm run lint",
  13. "precommit": "lint-staged",
  14. "build": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
  15. "fixfont": "xcopy %cd%\\dist\\static\\fonts %cd%\\dist\\static\\css\\static\\fonts /s /y /d /e /i",
  16. "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
  17. },
  18. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "keywords": [
  25. "vue",
  26. "element-ui",
  27. "admin",
  28. "management-system",
  29. "admin-template"
  30. ],
  31. "repository": {
  32. "type": "git",
  33. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  37. },
  38. "dependencies": {
  39. "@types/qrcode": "^1.3.3",
  40. "@types/spark-md5": "^3.0.1",
  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. "cube-ui": "^1.12.26",
  47. "driver.js": "0.5.2",
  48. "dropzone": "5.2.0",
  49. "echarts": "3.8.5",
  50. "element-ui": "^2.9.1",
  51. "file-saver": "1.3.3",
  52. "font-awesome": "4.7.0",
  53. "js-cookie": "2.2.0",
  54. "jsonlint": "1.6.3",
  55. "jszip": "3.1.5",
  56. "mint-ui": "^2.2.13",
  57. "mockjs": "1.0.1-beta3",
  58. "normalize.css": "7.0.0",
  59. "nprogress": "0.2.0",
  60. "print-js": "^1.0.50",
  61. "qrcode": "^1.3.3",
  62. "qrcodejs2": "0.0.2",
  63. "screenfull": "4.2.0",
  64. "serve-static": "1.13.2",
  65. "showdown": "1.8.5",
  66. "simplemde": "1.11.2",
  67. "sortablejs": "1.7.0",
  68. "spark-md5": "^3.0.0",
  69. "vue": "2.5.16",
  70. "vue-count-to": "1.0.13",
  71. "vue-i18n": "7.3.2",
  72. "vue-infinite-scroll": "^2.0.2",
  73. "vue-multiselect": "2.0.8",
  74. "vue-router": "3.0.1",
  75. "vue-splitpane": "1.0.2",
  76. "vuedraggable": "^2.16.0",
  77. "vuescroll": "^4.13.1",
  78. "vuex": "3.0.1",
  79. "webim-tencent": "^1.0.2",
  80. "xlsx": "^0.11.16"
  81. },
  82. "devDependencies": {
  83. "autoprefixer": "7.2.3",
  84. "babel-core": "6.26.0",
  85. "babel-eslint": "8.0.3",
  86. "babel-helper-vue-jsx-merge-props": "2.0.3",
  87. "babel-loader": "7.1.2",
  88. "babel-plugin-dynamic-import-node": "^1.2.0",
  89. "babel-plugin-syntax-jsx": "6.18.0",
  90. "babel-plugin-transform-runtime": "6.23.0",
  91. "babel-plugin-transform-vue-jsx": "3.5.0",
  92. "babel-preset-env": "1.6.1",
  93. "babel-preset-stage-2": "6.24.1",
  94. "chalk": "2.3.0",
  95. "copy-webpack-plugin": "4.3.0",
  96. "cross-env": "5.1.1",
  97. "css-loader": "0.28.7",
  98. "eslint": "4.13.1",
  99. "eslint-friendly-formatter": "3.0.0",
  100. "eslint-loader": "1.9.0",
  101. "eslint-plugin-html": "4.0.1",
  102. "extract-text-webpack-plugin": "3.0.2",
  103. "file-loader": "1.1.5",
  104. "friendly-errors-webpack-plugin": "1.6.1",
  105. "html-webpack-plugin": "2.30.1",
  106. "lint-staged": "7.2.0",
  107. "node-notifier": "5.1.2",
  108. "node-sass": "^4.7.2",
  109. "optimize-css-assets-webpack-plugin": "3.2.0",
  110. "ora": "1.3.0",
  111. "portfinder": "1.0.13",
  112. "postcss-import": "11.0.0",
  113. "postcss-loader": "2.0.9",
  114. "postcss-url": "7.3.0",
  115. "rimraf": "2.6.2",
  116. "sass-loader": "^6.0.7",
  117. "sass-resources-loader": "^1.3.4",
  118. "script-loader": "0.7.2",
  119. "semver": "5.4.1",
  120. "shelljs": "0.7.8",
  121. "svg-sprite-loader": "3.5.2",
  122. "uglifyjs-webpack-plugin": "1.1.3",
  123. "url-loader": "0.6.2",
  124. "vue-loader": "13.7.2",
  125. "vue-quill-editor": "^3.0.6",
  126. "vue-style-loader": "3.0.3",
  127. "vue-template-compiler": "2.5.16",
  128. "webpack": "3.10.0",
  129. "webpack-bundle-analyzer": "2.9.1",
  130. "webpack-dev-server": "2.9.7",
  131. "webpack-merge": "4.1.1"
  132. },
  133. "engines": {
  134. "node": ">= 4.0.0",
  135. "npm": ">= 3.0.0"
  136. },
  137. "browserslist": [
  138. "> 1%",
  139. "last 2 versions",
  140. "not ie <= 8"
  141. ]
  142. }