package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "gin-vue-admin",
  3. "version": "2.6.3",
  4. "private": true,
  5. "scripts": {
  6. "serve": "node openDocument.js && vite --host --mode development",
  7. "build": "vite build --mode production",
  8. "limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
  9. "preview": "vite preview",
  10. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.1.0",
  14. "@qiun/ucharts": "2.5.0-20230101",
  15. "@vue-office/docx": "^1.3.0",
  16. "@vue-office/excel": "^1.4.5",
  17. "@vue-office/pdf": "^1.5.3",
  18. "@vueuse/core": "^10.7.2",
  19. "@wangeditor/editor": "^5.1.23",
  20. "@wangeditor/editor-for-vue": "^5.1.12",
  21. "ant-design-vue": "~4.2.6",
  22. "axios": "^1.4.0",
  23. "core-js": "^3.31.1",
  24. "echarts": "5.4.3",
  25. "element-plus": "^2.3.8",
  26. "file-saver": "^2.0.5",
  27. "highlight.js": "^11.8.0",
  28. "js-cookie": "^3.0.5",
  29. "jsencrypt": "^3.3.2",
  30. "less": "^4.2.0",
  31. "marked": "4.3.0",
  32. "mitt": "^3.0.1",
  33. "moment": "^2.30.1",
  34. "nprogress": "^0.2.0",
  35. "path": "^0.12.7",
  36. "pinia": "^2.1.4",
  37. "qs": "^6.11.2",
  38. "screenfull": "^6.0.2",
  39. "sortablejs": "^1.15.2",
  40. "spark-md5": "^3.0.2",
  41. "tailwindcss": "^3.3.3",
  42. "ucharts": "^0.0.0",
  43. "vue": "^3.4.21",
  44. "vue-router": "^4.3.2",
  45. "vuedraggable": "^4.1.0",
  46. "xlsx": "^0.18.5"
  47. },
  48. "devDependencies": {
  49. "@babel/eslint-parser": "^7.22.9",
  50. "@vitejs/plugin-legacy": "^4.1.0",
  51. "@vitejs/plugin-vue": "^4.2.3",
  52. "@vue/cli-plugin-babel": "~5.0.8",
  53. "@vue/cli-plugin-eslint": "~5.0.8",
  54. "@vue/cli-plugin-router": "~5.0.8",
  55. "@vue/cli-plugin-vuex": "~5.0.8",
  56. "@vue/cli-service": "~5.0.8",
  57. "@vue/compiler-sfc": "^3.3.4",
  58. "babel-plugin-import": "^1.13.6",
  59. "chalk": "^4.1.2",
  60. "dotenv": "^16.3.1",
  61. "eslint": "^8.49.0",
  62. "eslint-plugin-vue": "^9.15.1",
  63. "less": "^4.2.0",
  64. "sass": "^1.54.0",
  65. "terser": "^5.19.1",
  66. "unplugin-auto-import": "^0.16.6",
  67. "unplugin-vue-components": "^0.25.1",
  68. "vite": "^4.4.6",
  69. "vite-plugin-banner": "^0.7.0",
  70. "vite-plugin-importer": "^0.2.5"
  71. }
  72. }