package.json 2.3 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: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. "@handsontable/vue": "^14.1.0",
  18. "animate.css": "^4.1.1",
  19. "axios": "0.18.1",
  20. "core-js": "^3.33.2",
  21. "docx-preview": "^0.3.0",
  22. "driver.js": "^1.3.1",
  23. "element-ui": "2.15.14",
  24. "exceljs": "^4.4.0",
  25. "handsontable": "^14.1.0",
  26. "jquery": "^3.7.1",
  27. "js-cookie": "2.2.0",
  28. "js-md5": "^0.8.3",
  29. "jszip": "^3.10.1",
  30. "normalize.css": "7.0.0",
  31. "nprogress": "0.2.0",
  32. "path-to-regexp": "2.4.0",
  33. "pdfjs-dist": "^2.12.313",
  34. "qs": "^6.11.2",
  35. "vue": "2.6.10",
  36. "vue-clipboard2": "^0.3.3",
  37. "vue-router": "3.0.6",
  38. "vue-seamless-scroll": "^1.1.23",
  39. "vue2-countdown": "^1.0.8",
  40. "vuex": "3.1.0",
  41. "wow.js": "^1.2.2"
  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.7.2",
  56. "eslint-friendly-formatter": "^4.0.1",
  57. "eslint-plugin-html": "^7.1.0",
  58. "eslint-plugin-prettier": "^5.0.1",
  59. "eslint-plugin-vue": "6.2.2",
  60. "html-webpack-plugin": "3.2.0",
  61. "mockjs": "1.0.1-beta3",
  62. "runjs": "4.3.2",
  63. "sass": "1.26.8",
  64. "sass-loader": "8.0.2",
  65. "script-ext-html-webpack-plugin": "2.1.3",
  66. "serve-static": "1.13.2",
  67. "svg-sprite-loader": "4.1.3",
  68. "svgo": "1.2.2",
  69. "vue-template-compiler": "2.6.10"
  70. },
  71. "browserslist": [
  72. "> 1%",
  73. "last 2 versions"
  74. ],
  75. "engines": {
  76. "node": ">=8.9",
  77. "npm": ">= 3.0.0"
  78. },
  79. "license": "MIT"
  80. }