package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "gin-vue-admin",
  3. "version": "2.5.7",
  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. "@vue-office/docx": "^1.3.0",
  15. "@vue-office/excel": "^1.4.5",
  16. "@vue-office/pdf": "^1.5.3",
  17. "@wangeditor/editor": "^5.1.23",
  18. "@wangeditor/editor-for-vue": "^5.1.12",
  19. "axios": "^1.4.0",
  20. "core-js": "^3.31.1",
  21. "echarts": "^5.4.3",
  22. "element-plus": "^2.4.4",
  23. "highlight.js": "^11.8.0",
  24. "luckyexcel": "^1.0.1",
  25. "marked": "4.3.0",
  26. "mitt": "^3.0.1",
  27. "nprogress": "^0.2.0",
  28. "path": "^0.12.7",
  29. "pinia": "^2.1.4",
  30. "qs": "^6.11.2",
  31. "screenfull": "^6.0.2",
  32. "scriptjs": "^2.5.9",
  33. "spark-md5": "^3.0.2",
  34. "splitpanes": "^3.1.5",
  35. "tailwindcss": "^3.3.3",
  36. "vue": "^3.3.4",
  37. "vue-contextmenu": "^1.5.11",
  38. "vue-echarts": "^6.6.8",
  39. "vue-plugin-hiprint": "^0.0.56",
  40. "vue-router": "^4.2.4"
  41. },
  42. "devDependencies": {
  43. "@arco-design/web-vue": "^2.54.3",
  44. "@babel/eslint-parser": "^7.22.9",
  45. "@vitejs/plugin-legacy": "^4.1.0",
  46. "@vitejs/plugin-vue": "^4.2.3",
  47. "@vue/cli-plugin-babel": "~5.0.8",
  48. "@vue/cli-plugin-eslint": "~5.0.8",
  49. "@vue/cli-plugin-router": "~5.0.8",
  50. "@vue/cli-plugin-vuex": "~5.0.8",
  51. "@vue/cli-service": "~5.0.8",
  52. "@vue/compiler-sfc": "^3.3.4",
  53. "babel-plugin-import": "^1.13.6",
  54. "chalk": "^4.1.2",
  55. "dotenv": "^16.3.1",
  56. "eslint": "^8.49.0",
  57. "eslint-plugin-vue": "^9.15.1",
  58. "sass": "^1.54.0",
  59. "terser": "^5.19.1",
  60. "unplugin-auto-import": "^0.16.6",
  61. "unplugin-vue-components": "^0.25.1",
  62. "vite": "^4.4.6",
  63. "vite-plugin-banner": "^0.7.0",
  64. "vite-plugin-importer": "^0.2.5"
  65. }
  66. }