package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "vue-admin-template",
  3. "version": "3.6.0",
  4. "license": "MIT",
  5. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  6. "author": "Pan <panfree23@gmail.com>",
  7. "scripts": {
  8. "serve": "vite",
  9. "serve:dev": "vite --mode development",
  10. "serve:prod": "vite --mode production",
  11. "build": "vite build",
  12. "build:dev": "vite build --mode development",
  13. "build:prod": "vite build --mode production",
  14. "plop": "plop"
  15. },
  16. "dependencies": {
  17. "@grapecity/ar-designer": "^16.1.1",
  18. "@grapecity/ar-viewer": "^16.1.1",
  19. "@riophae/vue-treeselect": "^0.1.0",
  20. "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
  21. "async": "^2.6.2",
  22. "axios": "0.18.0",
  23. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  24. "babel-polyfill": "^6.26.0",
  25. "babel-preset-es2015": "^6.24.1",
  26. "bignumber.js": "^9.0.0",
  27. "connect": "^3.6.6",
  28. "crypto-js": "^3.3.0",
  29. "dom-to-image": "^2.6.0",
  30. "echarts": "^4.6.0",
  31. "element-china-area-data": "^4.1.2",
  32. "element-ui": "^2.15.3",
  33. "font-awesome": "^4.7.0",
  34. "font-awesome-animation": "^0.2.1",
  35. "fuse.js": "3.4.4",
  36. "html2canvas": "^1.0.0-rc.5",
  37. "js-cookie": "2.2.0",
  38. "lodash": "^4.17.11",
  39. "moment": "^2.24.0",
  40. "normalize.css": "8.0.1",
  41. "nprogress": "^0.2.0",
  42. "path-to-regexp": "2.4.0",
  43. "screenfull": "4.2.0",
  44. "socket.io-client": "^2.3.0",
  45. "vite": "^2.7.13",
  46. "vue": "^2.6.14",
  47. "vue-count-to": "^1.0.13",
  48. "vue-ctk-date-time-picker-yunti": "^1.0.2",
  49. "vue-i18n": "8.10.0",
  50. "vue-image-crop-upload": "^3.0.3",
  51. "vue-moment": "^4.1.0",
  52. "vue-qr": "^2.2.1",
  53. "vue-router": "3.0.3",
  54. "vuex": "3.1.0",
  55. "vuex-persistedstate": "^4.1.0",
  56. "vxe-table-plugin-element": "^1.11.4",
  57. "vxe-table-plugin-renderer-yunt": "^1.0.1",
  58. "vxe-table-yunti-3": "^1.0.7",
  59. "xe-clipboard": "^1.10.1",
  60. "xe-utils": "^3.5.4",
  61. "xlsx": "^0.14.5"
  62. },
  63. "devDependencies": {
  64. "@vitejs/plugin-legacy": "^1.6.4",
  65. "@vitejs/plugin-vue-jsx": "^1.3.10",
  66. "autoprefixer": "9.5.1",
  67. "cross-env": "5.2.0",
  68. "eslint": "^5.16.0",
  69. "eslint-friendly-formatter": "4.0.1",
  70. "eslint-loader": "2.1.2",
  71. "eslint-plugin-html": "^5.0.3",
  72. "eslint-plugin-vue": "5.2.2",
  73. "plop": "^3.0.5",
  74. "sass": "~1.32.6",
  75. "vite-plugin-compression": "^0.4.0",
  76. "vite-plugin-vue2": "^1.9.2",
  77. "vue-template-compiler": "^2.6.14"
  78. },
  79. "engines": {
  80. "node": ">= 4.0.0",
  81. "npm": ">= 3.0.0"
  82. },
  83. "browserslist": [
  84. "> 1%",
  85. "last 2 versions",
  86. "not ie <= 8"
  87. ]
  88. }