package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2025.05.04",
  6. "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
  7. "author": "zuohuaijun",
  8. "license": "MIT",
  9. "scripts": {
  10. "dev": "vite",
  11. "build": "node --max-old-space-size=8192 ./node_modules/vite/bin/vite build",
  12. "lint-fix": "eslint --fix src/",
  13. "format": "prettier --write .",
  14. "build-api": "cd api_build/ && build.bat",
  15. "build-approvalFlow-api": "cd api_build/ && build.bat approvalFlow",
  16. "build-dingTalk-api": "cd api_build/ && build.bat dingTalk",
  17. "build-goView-api": "cd api_build/ && build.bat goView"
  18. },
  19. "dependencies": {
  20. "@element-plus/icons-vue": "^2.3.1",
  21. "@logicflow/core": "^2.0.13",
  22. "@logicflow/extension": "^2.0.17",
  23. "@microsoft/signalr": "^8.0.7",
  24. "@vue-office/docx": "^1.6.3",
  25. "@vue-office/excel": "^1.7.14",
  26. "@vue-office/pdf": "^2.0.10",
  27. "@vueuse/core": "^13.1.0",
  28. "@wangeditor/editor": "^5.1.23",
  29. "@wangeditor/editor-for-vue": "^5.1.12",
  30. "animate.css": "^4.1.1",
  31. "async-validator": "^4.2.5",
  32. "axios": "^1.9.0",
  33. "countup.js": "^2.8.2",
  34. "cropperjs": "^1.6.2",
  35. "echarts": "^5.6.0",
  36. "echarts-gl": "^2.0.9",
  37. "echarts-wordcloud": "^2.1.0",
  38. "element-plus": "^2.9.9",
  39. "ezuikit-js": "^8.1.9-beta.3",
  40. "js-cookie": "^3.0.5",
  41. "js-table2excel": "^1.1.2",
  42. "json-editor-vue": "^0.18.1",
  43. "jsplumb": "^2.15.6",
  44. "lodash-es": "^4.17.21",
  45. "md-editor-v3": "^5.5.0",
  46. "mitt": "^3.0.1",
  47. "monaco-editor": "^0.52.2",
  48. "mqtt": "^5.12.0",
  49. "nprogress": "^0.2.0",
  50. "pinia": "^3.0.2",
  51. "print-js": "^1.6.0",
  52. "push.js": "^1.0.12",
  53. "qrcodejs2-fixes": "^0.0.2",
  54. "qs": "^6.14.0",
  55. "relation-graph": "^2.2.11",
  56. "screenfull": "^6.0.2",
  57. "sm-crypto-v2": "^1.11.0",
  58. "sortablejs": "^1.15.6",
  59. "splitpanes": "^4.0.3",
  60. "vcrontab-3": "^3.3.22",
  61. "vform3-builds": "^3.0.10",
  62. "vue": "^3.5.13",
  63. "vue-clipboard3": "^2.0.0",
  64. "vue-demi": "^0.14.10",
  65. "vue-draggable-plus": "^0.6.0",
  66. "vue-grid-layout": "3.0.0-beta1",
  67. "vue-i18n": "^11.1.3",
  68. "vue-json-pretty": "^2.4.0",
  69. "vue-plugin-hiprint": "^0.0.60",
  70. "vue-router": "^4.5.1",
  71. "vue-signature-pad": "^3.0.2",
  72. "vue3-tree-org": "^4.2.2",
  73. "xlsx-js-style": "^1.2.0"
  74. },
  75. "devDependencies": {
  76. "@plugin-web-update-notification/vite": "^2.0.0",
  77. "@types/lodash-es": "^4.17.12",
  78. "@types/node": "^22.15.3",
  79. "@types/nprogress": "^0.2.3",
  80. "@types/sortablejs": "^1.15.8",
  81. "@typescript-eslint/eslint-plugin": "^8.31.1",
  82. "@typescript-eslint/parser": "^8.31.1",
  83. "@vitejs/plugin-vue": "^5.2.3",
  84. "@vitejs/plugin-vue-jsx": "^4.1.2",
  85. "@vue/compiler-sfc": "^3.5.13",
  86. "code-inspector-plugin": "^0.20.10",
  87. "eslint": "^9.26.0",
  88. "eslint-plugin-vue": "^10.1.0",
  89. "globals": "^16.0.0",
  90. "less": "^4.3.0",
  91. "prettier": "^3.5.3",
  92. "rollup-plugin-visualizer": "^5.14.0",
  93. "sass": "^1.87.0",
  94. "terser": "^5.39.0",
  95. "typescript": "^5.8.3",
  96. "vite": "^6.3.4",
  97. "vite-plugin-cdn-import": "^1.0.1",
  98. "vite-plugin-compression2": "^1.3.3",
  99. "vite-plugin-vue-setup-extend": "^0.4.0",
  100. "vue-eslint-parser": "^10.1.3"
  101. },
  102. "browserslist": [
  103. "> 1%",
  104. "last 2 versions",
  105. "not dead"
  106. ],
  107. "engines": {
  108. "node": ">=16.0.0",
  109. "npm": ">= 7.0.0"
  110. },
  111. "keywords": [
  112. "admin.net",
  113. "vue",
  114. "vue3",
  115. "vuejs/vue-next",
  116. "element-ui",
  117. "element-plus",
  118. "vue-next-admin",
  119. "next-admin"
  120. ]
  121. }