package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "normalize.css": "7.0.0",
  29. "nprogress": "0.2.0",
  30. "path-to-regexp": "2.4.0",
  31. "pdfjs-dist": "^2.12.313",
  32. "qs": "^6.11.2",
  33. "vue": "2.6.10",
  34. "vue-clipboard2": "^0.3.3",
  35. "vue-router": "3.0.6",
  36. "vuex": "3.1.0"
  37. },
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "4.4.4",
  40. "@vue/cli-plugin-eslint": "4.4.4",
  41. "@vue/cli-plugin-unit-jest": "4.4.4",
  42. "@vue/cli-service": "4.4.4",
  43. "@vue/test-utils": "1.0.0-beta.29",
  44. "autoprefixer": "9.5.1",
  45. "babel-eslint": "10.1.0",
  46. "babel-jest": "23.6.0",
  47. "babel-plugin-dynamic-import-node": "2.3.3",
  48. "chalk": "2.4.2",
  49. "connect": "3.6.6",
  50. "eslint": "6.7.2",
  51. "eslint-friendly-formatter": "^4.0.1",
  52. "eslint-plugin-html": "^7.1.0",
  53. "eslint-plugin-prettier": "^5.0.1",
  54. "eslint-plugin-vue": "6.2.2",
  55. "html-webpack-plugin": "3.2.0",
  56. "mockjs": "1.0.1-beta3",
  57. "runjs": "4.3.2",
  58. "sass": "1.26.8",
  59. "sass-loader": "8.0.2",
  60. "script-ext-html-webpack-plugin": "2.1.3",
  61. "serve-static": "1.13.2",
  62. "svg-sprite-loader": "4.1.3",
  63. "svgo": "1.2.2",
  64. "vue-template-compiler": "2.6.10"
  65. },
  66. "browserslist": [
  67. "> 1%",
  68. "last 2 versions"
  69. ],
  70. "engines": {
  71. "node": ">=8.9",
  72. "npm": ">= 3.0.0"
  73. },
  74. "license": "MIT"
  75. }