package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "gin-vue-admin",
  3. "version": "2.6.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "node openDocument.js && vite --host --mode development",
  7. "build:ysf": "vite build --mode ysf",
  8. "build:dev": "vite build --mode development",
  9. "build": "vite build --mode production",
  10. "preview": "vite preview",
  11. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.1.0",
  15. "@kangc/v-md-editor": "^2.3.18",
  16. "@vue-office/docx": "^1.3.0",
  17. "@vue-office/excel": "^1.4.5",
  18. "@vue-office/pdf": "^1.5.3",
  19. "@vueuse/core": "^10.7.2",
  20. "@wangeditor/editor": "^5.1.23",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "axios": "^1.4.0",
  23. "core-js": "^3.31.1",
  24. "dayjs": "^1.11.13",
  25. "echarts": "^5.4.3",
  26. "editor.md": "^1.5.0",
  27. "element-plus": "^2.7.8",
  28. "highlight.js": "^11.8.0",
  29. "js-cookie": "^3.0.5",
  30. "lodash": "^4.17.21",
  31. "marked": "4.3.0",
  32. "mitt": "^3.0.1",
  33. "nprogress": "^0.2.0",
  34. "path": "^0.12.7",
  35. "pinia": "^2.1.4",
  36. "prismjs": "^1.29.0",
  37. "qiniu-js": "^3.4.2",
  38. "qrcode": "^1.5.4",
  39. "qs": "^6.11.2",
  40. "screenfull": "^6.0.2",
  41. "spark-md5": "^3.0.2",
  42. "tailwindcss": "^3.3.3",
  43. "uuid": "^11.0.5",
  44. "vditor": "^3.10.4",
  45. "vue": "^3.3.4",
  46. "vue-cropper": "^1.1.4",
  47. "vue-router": "^4.2.4",
  48. "xlsx": "^0.18.5"
  49. },
  50. "devDependencies": {
  51. "@babel/eslint-parser": "^7.22.9",
  52. "@eslint/js": "^9.15.0",
  53. "@vitejs/plugin-legacy": "^4.1.0",
  54. "@vitejs/plugin-vue": "^4.2.3",
  55. "@vue/cli-plugin-babel": "~5.0.8",
  56. "@vue/cli-plugin-eslint": "~5.0.8",
  57. "@vue/cli-plugin-router": "~5.0.8",
  58. "@vue/cli-plugin-vuex": "~5.0.8",
  59. "@vue/cli-service": "~5.0.8",
  60. "@vue/compiler-sfc": "^3.3.4",
  61. "babel-plugin-import": "^1.13.6",
  62. "chalk": "^4.1.2",
  63. "dotenv": "^16.4.7",
  64. "eslint": "^8.57.1",
  65. "eslint-plugin-vue": "^9.31.0",
  66. "globals": "^15.12.0",
  67. "husky": "^9.1.6",
  68. "lint-staged": "^15.2.10",
  69. "sass": "^1.54.0",
  70. "terser": "^5.19.1",
  71. "unplugin-auto-import": "^0.16.6",
  72. "unplugin-vue-components": "^0.25.1",
  73. "vite": "^4.4.6",
  74. "vite-plugin-banner": "^0.7.0",
  75. "vite-plugin-importer": "^0.2.5"
  76. }
  77. }