package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:test": "vue-cli-service build --mode test",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  13. "lint": "eslint --fix --ext .js,.vue src",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit"
  16. },
  17. "dependencies": {
  18. "@amap/amap-jsapi-loader": "^1.0.1",
  19. "axios": "0.18.1",
  20. "core-js": "3.6.5",
  21. "echarts": "^4.9.0",
  22. "element-ui": "^2.15.6",
  23. "es6-promise": "^4.2.8",
  24. "fuse.js": "^6.4.3",
  25. "install": "^0.13.0",
  26. "js-cookie": "2.2.0",
  27. "mime": "^3.0.0",
  28. "normalize.css": "7.0.0",
  29. "nprogress": "0.2.0",
  30. "path-to-regexp": "2.4.0",
  31. "screenfull": "^5.0.2",
  32. "sortablejs": "^1.15.0",
  33. "swiper": "^5.4.5",
  34. "vue": "2.6.10",
  35. "vue-awesome-swiper": "^4.1.1",
  36. "vue-lang": "^0.2.5",
  37. "vue-quill-editor": "^3.0.6",
  38. "vue-router": "3.0.6",
  39. "vue-style-loader": "^4.1.2",
  40. "vuedraggable": "^2.24.3",
  41. "vuex": "3.1.0"
  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. "eslint": "^6.8.0",
  56. "eslint-friendly-formatter": "4.0.1",
  57. "eslint-loader": "2.0.0",
  58. "eslint-plugin-vue": "^9.3.0",
  59. "html-webpack-plugin": "3.2.0",
  60. "less": "^3.12.2",
  61. "less-loader": "^7.1.0",
  62. "mockjs": "1.0.1-beta3",
  63. "runjs": "4.3.2",
  64. "sass": "1.26.8",
  65. "sass-loader": "^8.0.2",
  66. "script-ext-html-webpack-plugin": "2.1.3",
  67. "serve-static": "1.13.2",
  68. "svg-sprite-loader": "4.1.3",
  69. "svgo": "1.2.2",
  70. "vue-template-compiler": "2.6.10"
  71. },
  72. "browserslist": [
  73. "> 1%",
  74. "last 2 versions"
  75. ],
  76. "engines": {
  77. "node": ">=8.9",
  78. "npm": ">= 3.0.0"
  79. },
  80. "license": "MIT"
  81. }