package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "vue-admin-template",
  3. "version": "4.2.1",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "license": "MIT",
  7. "private": true,
  8. "scripts": {
  9. "dev": "vue-cli-service serve",
  10. "build:prod": "vue-cli-service build",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "preview": "node build/index.js --preview",
  13. "lint": "eslint --ext .js,.vue src",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit",
  16. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  17. },
  18. "dependencies": {
  19. "@riophae/vue-treeselect": "0.4.0",
  20. "axios": "0.24.0",
  21. "clipboard": "2.0.8",
  22. "core-js": "3.25.3",
  23. "echarts": "5.4.0",
  24. "element-ui": "2.15.12",
  25. "file-saver": "2.0.5",
  26. "font-awesome": "^4.7.0",
  27. "fuse.js": "6.4.3",
  28. "highlight.js": "9.18.5",
  29. "js-beautify": "1.13.0",
  30. "js-cookie": "3.0.1",
  31. "jsencrypt": "3.0.0-rc.1",
  32. "lodash": "^4.17.21",
  33. "moment": "^2.24.0",
  34. "normalize.css": "7.0.0",
  35. "nprogress": "0.2.0",
  36. "quill": "1.3.7",
  37. "screenfull": "5.0.2",
  38. "sm-crypto": "^0.3.12",
  39. "sortablejs": "1.10.2",
  40. "vue": "2.6.12",
  41. "vue-count-to": "1.0.13",
  42. "vue-cropper": "0.5.5",
  43. "vue-meta": "2.4.0",
  44. "vue-router": "3.4.9",
  45. "vuedraggable": "2.24.3",
  46. "vuex": "3.6.0",
  47. "vuex-persistedstate": "^4.1.0",
  48. "vxe-table": "^2.9.18",
  49. "xe-utils": "^2.7.5"
  50. },
  51. "devDependencies": {
  52. "@vue/cli-plugin-babel": "4.4.6",
  53. "@vue/cli-plugin-eslint": "4.4.6",
  54. "@vue/cli-service": "4.4.6",
  55. "babel-eslint": "10.1.0",
  56. "babel-plugin-dynamic-import-node": "2.3.3",
  57. "chalk": "4.1.0",
  58. "compression-webpack-plugin": "5.0.2",
  59. "connect": "3.6.6",
  60. "eslint": "7.15.0",
  61. "eslint-plugin-vue": "7.2.0",
  62. "lint-staged": "10.5.3",
  63. "runjs": "4.4.2",
  64. "sass": "1.32.13",
  65. "sass-loader": "10.1.1",
  66. "script-ext-html-webpack-plugin": "2.1.5",
  67. "svg-sprite-loader": "5.1.1",
  68. "vue-template-compiler": "2.6.12"
  69. },
  70. "engines": {
  71. "node": ">=8.9",
  72. "npm": ">= 3.0.0"
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "last 2 versions"
  77. ]
  78. }