package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2025.06.12",
  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. "build-all-api": "npm run build-api && npm run build-approvalFlow-api && npm run build-dingTalk-api && npm run build-goView-api"
  19. },
  20. "dependencies": {
  21. "@element-plus/icons-vue": "^2.3.1",
  22. "@logicflow/core": "^2.0.15",
  23. "@logicflow/extension": "^2.0.20",
  24. "@microsoft/signalr": "^8.0.7",
  25. "@vue-office/docx": "^1.6.3",
  26. "@vue-office/excel": "^1.7.14",
  27. "@vue-office/pdf": "^2.0.10",
  28. "@vueuse/core": "^13.2.0",
  29. "@wangeditor/editor": "^5.1.23",
  30. "@wangeditor/editor-for-vue": "^5.1.12",
  31. "animate.css": "^4.1.1",
  32. "async-validator": "^4.2.5",
  33. "axios": "^1.9.0",
  34. "countup.js": "^2.8.2",
  35. "cropperjs": "^1.6.2",
  36. "echarts": "^5.6.0",
  37. "echarts-gl": "^2.0.9",
  38. "echarts-wordcloud": "^2.1.0",
  39. "element-plus": "^2.10.1",
  40. "ezuikit-js": "^8.1.9-beta.3",
  41. "js-cookie": "^3.0.5",
  42. "js-table2excel": "^1.1.2",
  43. "json-editor-vue": "^0.18.1",
  44. "jsplumb": "^2.15.6",
  45. "lodash-es": "^4.17.21",
  46. "md-editor-v3": "^5.6.1",
  47. "mitt": "^3.0.1",
  48. "monaco-editor": "^0.52.2",
  49. "mqtt": "^5.13.1",
  50. "nprogress": "^0.2.0",
  51. "pinia": "^3.0.3",
  52. "print-js": "^1.6.0",
  53. "push.js": "^1.0.12",
  54. "qrcodejs2-fixes": "^0.0.2",
  55. "qs": "^6.14.0",
  56. "relation-graph": "^2.2.11",
  57. "screenfull": "^6.0.2",
  58. "sm-crypto-v2": "^1.12.0",
  59. "sortablejs": "^1.15.6",
  60. "splitpanes": "^4.0.4",
  61. "vcrontab-3": "^3.3.22",
  62. "vform3-builds": "^3.0.10",
  63. "vue": "^3.5.14",
  64. "vue-clipboard3": "^2.0.0",
  65. "vue-demi": "^0.14.10",
  66. "vue-draggable-plus": "^0.6.0",
  67. "vue-grid-layout": "3.0.0-beta1",
  68. "vue-i18n": "^11.1.4",
  69. "vue-json-pretty": "^2.4.0",
  70. "vue-plugin-hiprint": "^0.0.60",
  71. "vue-router": "^4.5.1",
  72. "vue-signature-pad": "^3.0.2",
  73. "vue3-tree-org": "^4.2.2",
  74. "xlsx-js-style": "^1.2.0"
  75. },
  76. "devDependencies": {
  77. "@eslint/eslintrc": "^3.3.1",
  78. "@eslint/js": "^9.27.0",
  79. "@plugin-web-update-notification/vite": "^2.0.0",
  80. "@types/lodash-es": "^4.17.12",
  81. "@types/node": "^22.15.30",
  82. "@types/nprogress": "^0.2.3",
  83. "@types/sortablejs": "^1.15.8",
  84. "@typescript-eslint/eslint-plugin": "^8.34.0",
  85. "@typescript-eslint/parser": "^8.34.0",
  86. "@vitejs/plugin-vue": "^5.2.4",
  87. "@vitejs/plugin-vue-jsx": "^4.2.0",
  88. "@vue/compiler-sfc": "^3.5.14",
  89. "code-inspector-plugin": "^0.20.10",
  90. "eslint": "^9.27.0",
  91. "eslint-plugin-vue": "^10.2.0",
  92. "globals": "^16.2.0",
  93. "less": "^4.3.0",
  94. "prettier": "^3.5.3",
  95. "rollup-plugin-visualizer": "^6.0.3",
  96. "sass": "^1.89.2",
  97. "terser": "^5.42.0",
  98. "typescript": "^5.8.3",
  99. "vite": "^6.3.5",
  100. "vite-plugin-cdn-import": "^1.0.1",
  101. "vite-plugin-compression2": "^2.0.1",
  102. "vite-plugin-vue-setup-extend": "^0.4.0",
  103. "vue-eslint-parser": "^10.1.3"
  104. },
  105. "pnpm": {
  106. "onlyBuiltDependencies": [
  107. "@vue-office/docx",
  108. "@vue-office/excel",
  109. "@vue-office/pdf"
  110. ],
  111. "ignoredBuiltDependencies": [
  112. "@parcel/watcher",
  113. "core-js",
  114. "es5-ext",
  115. "esbuild",
  116. "json-editor-vue",
  117. "vue-demi"
  118. ]
  119. },
  120. "browserslist": [
  121. "> 1%",
  122. "last 2 versions",
  123. "not dead"
  124. ],
  125. "engines": {
  126. "node": ">=18.0.0",
  127. "npm": ">= 7.0.0"
  128. },
  129. "keywords": [
  130. "admin.net",
  131. "vue",
  132. "vue3",
  133. "vuejs/vue-next",
  134. "element-ui",
  135. "element-plus",
  136. "vue-next-admin",
  137. "next-admin"
  138. ]
  139. }