package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "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. "awe-dnd": "^0.3.4",
  18. "axios": "0.18.1",
  19. "core-js": "3.6.5",
  20. "echarts": "^5.3.3",
  21. "element-china-area-data": "^6.0.2",
  22. "element-ui": "^2.13.2",
  23. "jquery": "^3.7.1",
  24. "js-audio-recorder": "^1.0.7",
  25. "js-base64": "^3.6.1",
  26. "js-cookie": "2.2.0",
  27. "js-md5": "^0.7.3",
  28. "normalize.css": "7.0.0",
  29. "nprogress": "^0.2.0",
  30. "path-to-regexp": "2.4.0",
  31. "swiper": "^5.4.5",
  32. "view-design": "^4.5.0",
  33. "vue": "^2.7.14",
  34. "vue-element-utils": "^0.2.1",
  35. "vue-i18n": "^8.27.1",
  36. "vue-image-crop-upload": "^3.0.3",
  37. "vue-router": "3.0.6",
  38. "vue-slider-component": "^3.2.14",
  39. "vuex": "3.1.0",
  40. "web-highlighter": "^0.7.4",
  41. "xgplayer": "^3.0.0-next.56"
  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. "compression-webpack-plugin": "^6.1.1",
  55. "connect": "3.6.6",
  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. "postcss": "^8.2.10",
  61. "postcss-loader": "^5.2.0",
  62. "qrcode": "^1.5.3",
  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.7.14",
  71. "vue-waterfall-easy": "^2.4.4"
  72. },
  73. "browserslist": [
  74. "> 1%",
  75. "last 2 versions"
  76. ],
  77. "engines": {
  78. "node": ">=8.9",
  79. "npm": ">= 3.0.0"
  80. },
  81. "license": "MIT"
  82. }