package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "axios": "0.18.1",
  19. "core-js": "^3.33.2",
  20. "docx-preview": "^0.3.0",
  21. "element-ui": "2.15.14",
  22. "exceljs": "^4.4.0",
  23. "handsontable": "^14.1.0",
  24. "jquery": "^3.7.1",
  25. "js-cookie": "2.2.0",
  26. "js-md5": "^0.8.3",
  27. "jszip": "^3.10.1",
  28. "mitt": "^3.0.1",
  29. "normalize.css": "7.0.0",
  30. "nprogress": "0.2.0",
  31. "path-to-regexp": "2.4.0",
  32. "pdfjs-dist": "^2.12.313",
  33. "qs": "^6.11.2",
  34. "vue": "2.6.10",
  35. "vue-clipboard2": "^0.3.3",
  36. "vue-router": "3.0.6",
  37. "vue-ueditor-wrap": "^2.5.6",
  38. "vue2-countdown": "^1.0.8",
  39. "vuex": "3.1.0"
  40. },
  41. "devDependencies": {
  42. "@vue/cli-plugin-babel": "4.4.4",
  43. "@vue/cli-plugin-eslint": "4.4.4",
  44. "@vue/cli-plugin-unit-jest": "4.4.4",
  45. "@vue/cli-service": "4.4.4",
  46. "@vue/test-utils": "1.0.0-beta.29",
  47. "autoprefixer": "9.5.1",
  48. "babel-eslint": "10.1.0",
  49. "babel-jest": "23.6.0",
  50. "babel-plugin-dynamic-import-node": "2.3.3",
  51. "chalk": "2.4.2",
  52. "connect": "3.6.6",
  53. "eslint": "6.7.2",
  54. "eslint-friendly-formatter": "^4.0.1",
  55. "eslint-plugin-html": "^7.1.0",
  56. "eslint-plugin-prettier": "^5.0.1",
  57. "eslint-plugin-vue": "6.2.2",
  58. "html-webpack-plugin": "3.2.0",
  59. "mockjs": "1.0.1-beta3",
  60. "runjs": "4.3.2",
  61. "sass": "1.26.8",
  62. "sass-loader": "8.0.2",
  63. "script-ext-html-webpack-plugin": "2.1.3",
  64. "serve-static": "1.13.2",
  65. "svg-sprite-loader": "4.1.3",
  66. "svgo": "1.2.2",
  67. "vue-template-compiler": "2.6.10"
  68. },
  69. "browserslist": [
  70. "> 1%",
  71. "last 2 versions"
  72. ],
  73. "engines": {
  74. "node": ">=8.9",
  75. "npm": ">= 3.0.0"
  76. },
  77. "license": "MIT"
  78. }