package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "vue-admin-template",
  3. "version": "4.4.0",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview",
  11. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  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. },
  16. "dependencies": {
  17. "axios": "0.18.1",
  18. "blueimp-md5": "^2.19.0",
  19. "core-js": "3.6.5",
  20. "crypto-js": "^4.1.1",
  21. "echarts": "^5.2.0",
  22. "el-table-infinite-scroll": "^1.0.11",
  23. "element-ui": "^2.15.6",
  24. "file-saver": "^2.0.5",
  25. "js-cookie": "2.2.0",
  26. "lodash": "^4.17.21",
  27. "moment": "^2.29.4",
  28. "normalize.css": "7.0.0",
  29. "nprogress": "0.2.0",
  30. "path-to-regexp": "2.4.0",
  31. "vis": "^4.21.0-EOL",
  32. "vue": "2.6.10",
  33. "vue-count-to": "^1.0.13",
  34. "vue-json-viewer": "^2.2.21",
  35. "vue-router": "3.0.6",
  36. "vue-seamless-scroll": "^1.1.23",
  37. "vue2-org-tree": "^1.3.5",
  38. "vuex": "3.1.0",
  39. "xlsx": "^0.18.5",
  40. "xlsx-style": "^0.8.13",
  41. "xss": "^1.0.13"
  42. },
  43. "devDependencies": {
  44. "@vue/cli-plugin-babel": "4.4.4",
  45. "@vue/cli-plugin-eslint": "4.4.4",
  46. "@vue/cli-plugin-unit-jest": "4.4.4",
  47. "@vue/cli-service": "4.4.4",
  48. "@vue/test-utils": "1.0.0-beta.29",
  49. "autoprefixer": "9.5.1",
  50. "babel-eslint": "10.1.0",
  51. "babel-jest": "23.6.0",
  52. "babel-plugin-dynamic-import-node": "2.3.3",
  53. "chalk": "2.4.2",
  54. "connect": "3.6.6",
  55. "copy-webpack-plugin": "^6.3.2",
  56. "eslint": "6.7.2",
  57. "eslint-plugin-vue": "6.2.2",
  58. "html-webpack-plugin": "3.2.0",
  59. "mockjs": "1.0.1-beta3",
  60. "runjs": "4.3.2",
  61. "sass": "^1.26.8",
  62. "sass-loader": "8.0.2",
  63. "script-ext-html-webpack-plugin": "2.1.3",
  64. "serve-static": "1.13.2",
  65. "svg-sprite-loader": "4.1.3",
  66. "svgo": "1.2.2",
  67. "vue-template-compiler": "2.6.10"
  68. },
  69. "browserslist": [
  70. "> 1%",
  71. "last 2 versions"
  72. ],
  73. "engines": {
  74. "node": ">=8.9",
  75. "npm": ">= 3.0.0"
  76. },
  77. "license": "MIT"
  78. }