package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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": "^4.8.0",
  24. "element-ui": "2.15.12",
  25. "file-saver": "2.0.5",
  26. "fingerprintjs2": "^2.1.4",
  27. "font-awesome": "^4.7.0",
  28. "fuse.js": "6.4.3",
  29. "highlight.js": "9.18.5",
  30. "js-beautify": "1.13.0",
  31. "js-cookie": "3.0.1",
  32. "jsencrypt": "3.0.0-rc.1",
  33. "lodash": "^4.17.21",
  34. "moment": "^2.24.0",
  35. "normalize.css": "7.0.0",
  36. "nprogress": "0.2.0",
  37. "postcss": "^8.4.31",
  38. "qs": "^6.11.2",
  39. "quill": "1.3.7",
  40. "screenfull": "5.0.2",
  41. "sm-crypto": "^0.3.12",
  42. "sortablejs": "1.10.2",
  43. "vue": "2.6.12",
  44. "vue-count-to": "1.0.13",
  45. "vue-cropper": "0.5.5",
  46. "vue-meta": "2.4.0",
  47. "vue-router": "3.4.9",
  48. "vuedraggable": "2.24.3",
  49. "vuex": "3.6.0",
  50. "vuex-persistedstate": "^4.1.0",
  51. "vxe-table": "^2.9.18",
  52. "xe-utils": "^2.7.5"
  53. },
  54. "devDependencies": {
  55. "@vue/cli-plugin-babel": "4.4.6",
  56. "@vue/cli-plugin-eslint": "4.4.6",
  57. "@vue/cli-service": "4.4.6",
  58. "autoprefixer": "^8.0.0",
  59. "babel-eslint": "10.1.0",
  60. "babel-plugin-dynamic-import-node": "2.3.3",
  61. "browserslist": "^4.22.1",
  62. "caniuse-lite": "^1.0.30001550",
  63. "chalk": "4.1.0",
  64. "compression-webpack-plugin": "5.0.2",
  65. "connect": "3.6.6",
  66. "eslint": "7.15.0",
  67. "eslint-plugin-vue": "7.2.0",
  68. "http-proxy-middleware": "^2.0.6",
  69. "lint-staged": "10.5.3",
  70. "runjs": "4.4.2",
  71. "sass": "1.32.13",
  72. "sass-loader": "10.1.1",
  73. "script-ext-html-webpack-plugin": "2.1.5",
  74. "svg-sprite-loader": "5.1.1",
  75. "vue-template-compiler": "2.6.12"
  76. },
  77. "engines": {
  78. "node": ">=8.9",
  79. "npm": ">= 3.0.0"
  80. },
  81. "browserslist": [
  82. "> 1%",
  83. "last 2 versions"
  84. ]
  85. }