package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "axios": "0.18.1",
  18. "blueimp-md5": "^2.19.0",
  19. "core-js": "3.6.5",
  20. "echarts": "^4.1.0",
  21. "element-ui": "2.13.2",
  22. "file-saver": "^2.0.5",
  23. "fuse.js": "^6.4.6",
  24. "html2canvas": "^1.0.0-rc.7",
  25. "jquery": "^3.6.0",
  26. "js-cookie": "2.2.0",
  27. "normalize.css": "7.0.0",
  28. "nprogress": "0.2.0",
  29. "path-to-regexp": "2.4.0",
  30. "qiniu-js": "^3.4.1",
  31. "screenfull": "^5.1.0",
  32. "sortablejs": "^1.13.0",
  33. "vue": "2.6.10",
  34. "vue-canvas-poster": "^1.2.1",
  35. "vue-html2canvas": "0.0.4",
  36. "vue-quill-editor": "^3.0.6",
  37. "vue-router": "3.0.6",
  38. "vuex": "3.1.0",
  39. "xlsx": "^0.16.9"
  40. },
  41. "devDependencies": {
  42. "@babel/polyfill": "^7.12.1",
  43. "@vue/cli-plugin-babel": "4.4.4",
  44. "@vue/cli-plugin-eslint": "4.4.4",
  45. "@vue/cli-plugin-unit-jest": "4.4.4",
  46. "@vue/cli-service": "4.4.4",
  47. "@vue/test-utils": "1.0.0-beta.29",
  48. "autoprefixer": "9.5.1",
  49. "babel-eslint": "10.1.0",
  50. "babel-jest": "23.6.0",
  51. "babel-plugin-dynamic-import-node": "2.3.3",
  52. "babel-plugin-transform-runtime": "^6.23.0",
  53. "chalk": "2.4.2",
  54. "connect": "3.6.6",
  55. "eslint": "6.7.2",
  56. "eslint-plugin-vue": "6.2.2",
  57. "html-webpack-plugin": "3.2.0",
  58. "runjs": "4.3.2",
  59. "sass": "1.26.8",
  60. "sass-loader": "8.0.2",
  61. "script-ext-html-webpack-plugin": "2.1.3",
  62. "serve-static": "1.13.2",
  63. "svg-sprite-loader": "4.1.3",
  64. "svgo": "1.2.2",
  65. "vue-template-compiler": "2.6.10",
  66. "webpack-bundle-analyzer": "^3.6.0"
  67. },
  68. "browserslist": [
  69. "> 1%",
  70. "last 2 versions"
  71. ],
  72. "engines": {
  73. "node": ">=8.9",
  74. "npm": ">= 3.0.0"
  75. },
  76. "license": "MIT"
  77. }