package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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.6.3",
  16. "@vue-office/excel": "^1.7.14",
  17. "@vue-office/pdf": "^1.6.5",
  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. "docx": "^9.5.1",
  25. "docx-preview": "^0.3.7",
  26. "echarts": "5.4.3",
  27. "element-plus": "^2.3.8",
  28. "file-saver": "^2.0.5",
  29. "highlight.js": "^11.8.0",
  30. "js-cookie": "^3.0.5",
  31. "jsencrypt": "^3.3.2",
  32. "less": "^4.2.0",
  33. "mammoth": "^1.11.0",
  34. "marked": "4.3.0",
  35. "mitt": "^3.0.1",
  36. "moment": "^2.30.1",
  37. "nprogress": "^0.2.0",
  38. "path": "^0.12.7",
  39. "pinia": "^2.1.4",
  40. "qs": "^6.11.2",
  41. "screenfull": "^6.0.2",
  42. "sortablejs": "^1.15.2",
  43. "spark-md5": "^3.0.2",
  44. "tailwindcss": "^3.3.3",
  45. "ucharts": "^0.0.0",
  46. "vue": "^3.4.21",
  47. "vue-demi": "^0.14.10",
  48. "vue-router": "^4.3.2",
  49. "vuedraggable": "^4.1.0",
  50. "xlsx": "^0.18.5"
  51. },
  52. "devDependencies": {
  53. "@babel/eslint-parser": "^7.22.9",
  54. "@vitejs/plugin-legacy": "^4.1.0",
  55. "@vitejs/plugin-vue": "^4.2.3",
  56. "@vue/cli-plugin-babel": "~5.0.8",
  57. "@vue/cli-plugin-eslint": "~5.0.8",
  58. "@vue/cli-plugin-router": "~5.0.8",
  59. "@vue/cli-plugin-vuex": "~5.0.8",
  60. "@vue/cli-service": "~5.0.8",
  61. "@vue/compiler-sfc": "^3.3.4",
  62. "babel-plugin-import": "^1.13.6",
  63. "chalk": "^4.1.2",
  64. "dotenv": "^16.3.1",
  65. "eslint": "^8.49.0",
  66. "eslint-plugin-vue": "^9.15.1",
  67. "less": "^4.2.0",
  68. "sass": "^1.54.0",
  69. "terser": "^5.19.1",
  70. "unplugin-auto-import": "^0.16.6",
  71. "unplugin-vue-components": "^0.25.1",
  72. "vite": "^4.4.6",
  73. "vite-plugin-banner": "^0.7.0",
  74. "vite-plugin-importer": "^0.2.5"
  75. }
  76. }