package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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:stage": "vue-cli-service build --mode staging",
  10. "build:deploy": "vue-cli-service build --mode staging && node public/js/copyDist.js",
  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. "countup.js": "^2.8.0",
  22. "echarts": "^4.9.0",
  23. "element-ui": "^2.15.12",
  24. "es6-promise": "^4.2.8",
  25. "fuse.js": "^6.4.3",
  26. "install": "^0.13.0",
  27. "js-cookie": "2.2.0",
  28. "mime": "^3.0.0",
  29. "normalize.css": "7.0.0",
  30. "nprogress": "0.2.0",
  31. "path-to-regexp": "2.4.0",
  32. "screenfull": "^5.0.2",
  33. "sortablejs": "^1.15.0",
  34. "swiper": "^5.4.5",
  35. "vue": "^2.6.14",
  36. "vue-awesome-swiper": "^4.1.1",
  37. "vue-countup-v2": "^4.0.0",
  38. "vue-lang": "^0.2.5",
  39. "vue-quill-editor": "^3.0.6",
  40. "vue-router": "3.0.6",
  41. "vuedraggable": "^2.24.3",
  42. "vuex": "3.1.0",
  43. "xe-utils": "^3.5.24"
  44. },
  45. "devDependencies": {
  46. "@vue/cli-plugin-babel": "4.4.4",
  47. "@vue/cli-plugin-eslint": "4.4.4",
  48. "@vue/cli-plugin-unit-jest": "4.4.4",
  49. "@vue/cli-service": "4.4.4",
  50. "@vue/test-utils": "1.0.0-beta.29",
  51. "autoprefixer": "9.5.1",
  52. "babel-eslint": "^10.1.0",
  53. "babel-jest": "23.6.0",
  54. "babel-plugin-dynamic-import-node": "2.3.3",
  55. "chalk": "2.4.2",
  56. "connect": "3.6.6",
  57. "eslint": "^6.8.0",
  58. "eslint-friendly-formatter": "4.0.1",
  59. "eslint-loader": "2.0.0",
  60. "eslint-plugin-vue": "^9.3.0",
  61. "html-webpack-plugin": "3.2.0",
  62. "less": "^3.12.2",
  63. "less-loader": "^7.1.0",
  64. "mockjs": "1.0.1-beta3",
  65. "runjs": "4.3.2",
  66. "sass": "1.26.8",
  67. "sass-loader": "^8.0.2",
  68. "script-ext-html-webpack-plugin": "2.1.3",
  69. "serve-static": "1.13.2",
  70. "svg-sprite-loader": "4.1.3",
  71. "svgo": "1.2.2",
  72. "vue-loader": "^15.3.0",
  73. "vue-style-loader": "^4.1.2",
  74. "vue-template-compiler": "^2.5.17"
  75. },
  76. "browserslist": [
  77. "> 1%",
  78. "last 2 versions"
  79. ],
  80. "engines": {
  81. "node": ">=8.9",
  82. "npm": ">= 3.0.0"
  83. },
  84. "license": "MIT"
  85. }