package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "axios": "^1.4.0",
  22. "core-js": "^3.31.1",
  23. "echarts": "5.4.3",
  24. "element-plus": "^2.3.8",
  25. "highlight.js": "^11.8.0",
  26. "js-cookie": "^3.0.5",
  27. "jsencrypt": "^3.3.2",
  28. "less": "^4.2.0",
  29. "marked": "4.3.0",
  30. "mitt": "^3.0.1",
  31. "moment": "^2.30.1",
  32. "nprogress": "^0.2.0",
  33. "path": "^0.12.7",
  34. "pinia": "^2.1.4",
  35. "qs": "^6.11.2",
  36. "screenfull": "^6.0.2",
  37. "sortablejs": "^1.15.2",
  38. "spark-md5": "^3.0.2",
  39. "tailwindcss": "^3.3.3",
  40. "ucharts": "^0.0.0",
  41. "vue": "^3.4.21",
  42. "vue-router": "^4.3.2",
  43. "vuedraggable": "^4.1.0"
  44. },
  45. "devDependencies": {
  46. "@babel/eslint-parser": "^7.22.9",
  47. "@vitejs/plugin-legacy": "^4.1.0",
  48. "@vitejs/plugin-vue": "^4.2.3",
  49. "@vue/cli-plugin-babel": "~5.0.8",
  50. "@vue/cli-plugin-eslint": "~5.0.8",
  51. "@vue/cli-plugin-router": "~5.0.8",
  52. "@vue/cli-plugin-vuex": "~5.0.8",
  53. "@vue/cli-service": "~5.0.8",
  54. "@vue/compiler-sfc": "^3.3.4",
  55. "babel-plugin-import": "^1.13.6",
  56. "chalk": "^4.1.2",
  57. "dotenv": "^16.3.1",
  58. "eslint": "^8.49.0",
  59. "eslint-plugin-vue": "^9.15.1",
  60. "less": "^4.2.0",
  61. "sass": "^1.54.0",
  62. "terser": "^5.19.1",
  63. "unplugin-auto-import": "^0.16.6",
  64. "unplugin-vue-components": "^0.25.1",
  65. "vite": "^4.4.6",
  66. "vite-plugin-banner": "^0.7.0",
  67. "vite-plugin-importer": "^0.2.5"
  68. }
  69. }