package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "dev": "vite",
  9. "build": "vite build",
  10. "build:dev": "vite build --mode development",
  11. "build:prod": "vite build --mode production",
  12. "plop": "plop"
  13. },
  14. "dependencies": {
  15. "@grapecity/ar-designer": "^16.1.1",
  16. "@grapecity/ar-viewer": "^16.1.1",
  17. "@riophae/vue-treeselect": "^0.1.0",
  18. "async": "^2.6.2",
  19. "axios": "0.18.0",
  20. "bignumber.js": "^9.0.0",
  21. "connect": "^3.6.6",
  22. "crypto-js": "^3.3.0",
  23. "dom-to-image": "^2.6.0",
  24. "echarts": "^4.6.0",
  25. "element-china-area-data": "^4.1.2",
  26. "element-ui": "^2.15.3",
  27. "font-awesome": "^4.7.0",
  28. "font-awesome-animation": "^0.2.1",
  29. "fuse.js": "3.4.4",
  30. "html2canvas": "^1.0.0-rc.5",
  31. "js-cookie": "2.2.0",
  32. "lodash": "^4.17.11",
  33. "moment": "^2.24.0",
  34. "normalize.css": "8.0.1",
  35. "nprogress": "^0.2.0",
  36. "path-to-regexp": "2.4.0",
  37. "screenfull": "4.2.0",
  38. "socket.io-client": "^2.3.0",
  39. "vite": "^2.7.13",
  40. "vue": "^2.6.14",
  41. "vue-count-to": "^1.0.13",
  42. "vue-ctk-date-time-picker-yunti": "^1.0.2",
  43. "vue-i18n": "8.10.0",
  44. "vue-image-crop-upload": "^3.0.3",
  45. "vue-moment": "^4.1.0",
  46. "vue-qr": "^2.2.1",
  47. "vue-router": "3.0.3",
  48. "vuex": "3.1.0",
  49. "vuex-persistedstate": "^4.1.0",
  50. "vxe-table-plugin-element": "^1.11.4",
  51. "vxe-table-plugin-renderer-yunt": "^1.0.1",
  52. "vxe-table-yunti-3": "^1.0.7",
  53. "xe-clipboard": "^1.10.1",
  54. "xe-utils": "^3.5.4",
  55. "xlsx": "^0.14.5"
  56. },
  57. "devDependencies": {
  58. "@vitejs/plugin-legacy": "^1.6.4",
  59. "autoprefixer": "9.5.1",
  60. "cross-env": "5.2.0",
  61. "eslint": "^8.15.0",
  62. "eslint-config-prettier": "^8.5.0",
  63. "eslint-plugin-html": "^6.2.0",
  64. "eslint-plugin-prettier": "^4.0.0",
  65. "eslint-plugin-vue": "^9.0.1",
  66. "plop": "^3.0.5",
  67. "postcss": "^8.4.14",
  68. "sass": "~1.32.6",
  69. "vite-plugin-compression": "^0.4.0",
  70. "vite-plugin-eslint": "^1.6.1",
  71. "vite-plugin-vue2": "^1.9.2",
  72. "vue-template-compiler": "^2.6.14"
  73. },
  74. "engines": {
  75. "node": ">= 4.0.0",
  76. "npm": ">= 3.0.0"
  77. },
  78. "browserslist": [
  79. "> 1%",
  80. "last 2 versions",
  81. "not ie <= 8"
  82. ]
  83. }