package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "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. "quill": "1.3.7",
  38. "screenfull": "5.0.2",
  39. "sm-crypto": "^0.3.12",
  40. "sortablejs": "1.10.2",
  41. "vue": "2.6.12",
  42. "vue-count-to": "1.0.13",
  43. "vue-cropper": "0.5.5",
  44. "vue-meta": "2.4.0",
  45. "vue-router": "3.4.9",
  46. "vuedraggable": "2.24.3",
  47. "vuex": "3.6.0",
  48. "vuex-persistedstate": "^4.1.0",
  49. "vxe-table": "^2.9.18",
  50. "xe-utils": "^2.7.5"
  51. },
  52. "devDependencies": {
  53. "@vue/cli-plugin-babel": "4.4.6",
  54. "@vue/cli-plugin-eslint": "4.4.6",
  55. "@vue/cli-service": "4.4.6",
  56. "babel-eslint": "10.1.0",
  57. "babel-plugin-dynamic-import-node": "2.3.3",
  58. "chalk": "4.1.0",
  59. "compression-webpack-plugin": "5.0.2",
  60. "connect": "3.6.6",
  61. "eslint": "7.15.0",
  62. "eslint-plugin-vue": "7.2.0",
  63. "http-proxy-middleware": "^2.0.6",
  64. "lint-staged": "10.5.3",
  65. "runjs": "4.4.2",
  66. "sass": "1.32.13",
  67. "sass-loader": "10.1.1",
  68. "script-ext-html-webpack-plugin": "2.1.5",
  69. "svg-sprite-loader": "5.1.1",
  70. "vue-template-compiler": "2.6.12"
  71. },
  72. "engines": {
  73. "node": ">=8.9",
  74. "npm": ">= 3.0.0"
  75. },
  76. "browserslist": [
  77. "> 1%",
  78. "last 2 versions"
  79. ]
  80. }