package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2024.11.05",
  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. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "^2.3.1",
  18. "@logicflow/core": "^1.2.28",
  19. "@logicflow/extension": "^1.2.28",
  20. "@microsoft/signalr": "^8.0.7",
  21. "@vue-office/docx": "^1.6.2",
  22. "@vue-office/excel": "^1.7.11",
  23. "@vue-office/pdf": "^2.0.8",
  24. "@vueuse/core": "^11.2.0",
  25. "@wangeditor/editor": "^5.1.23",
  26. "@wangeditor/editor-for-vue": "^5.1.12",
  27. "animate.css": "^4.1.1",
  28. "async-validator": "^4.2.5",
  29. "axios": "^1.7.7",
  30. "countup.js": "^2.8.0",
  31. "cropperjs": "^1.6.2",
  32. "echarts": "^5.5.1",
  33. "echarts-gl": "^2.0.9",
  34. "echarts-wordcloud": "^2.1.0",
  35. "element-plus": "^2.8.7",
  36. "ezuikit-js": "^8.1.1-alpha.3",
  37. "js-cookie": "^3.0.5",
  38. "js-table2excel": "^1.1.2",
  39. "json-editor-vue": "^0.17.3",
  40. "jsplumb": "^2.15.6",
  41. "lodash-es": "^4.17.21",
  42. "md-editor-v3": "^4.21.2",
  43. "mitt": "^3.0.1",
  44. "monaco-editor": "^0.52.0",
  45. "mqtt": "^4.3.8",
  46. "nprogress": "^0.2.0",
  47. "pinia": "^2.2.6",
  48. "print-js": "^1.6.0",
  49. "push.js": "^1.0.12",
  50. "qrcodejs2-fixes": "^0.0.2",
  51. "qs": "^6.13.0",
  52. "relation-graph": "^2.2.8",
  53. "screenfull": "^6.0.2",
  54. "sm-crypto-v2": "^1.9.3",
  55. "sortablejs": "^1.15.3",
  56. "splitpanes": "^3.1.5",
  57. "vcrontab-3": "^3.3.22",
  58. "vform3-builds": "^3.0.10",
  59. "vue": "^3.5.12",
  60. "vue-clipboard3": "^2.0.0",
  61. "vue-demi": "^0.14.6",
  62. "vue-draggable-plus": "^0.5.6",
  63. "vue-grid-layout": "3.0.0-beta1",
  64. "vue-i18n": "^10.0.4",
  65. "vue-json-pretty": "^2.4.0",
  66. "vue-plugin-hiprint": "^0.0.58-fix ",
  67. "vue-router": "^4.4.5",
  68. "vue-signature-pad": "^3.0.2",
  69. "vue3-tree-org": "^4.2.2",
  70. "xlsx-js-style": "^1.2.0"
  71. },
  72. "devDependencies": {
  73. "@plugin-web-update-notification/vite": "^1.7.1",
  74. "@types/lodash-es": "^4.17.12",
  75. "@types/node": "^20.16.10",
  76. "@types/nprogress": "^0.2.3",
  77. "@types/sortablejs": "^1.15.8",
  78. "@typescript-eslint/eslint-plugin": "^8.13.0",
  79. "@typescript-eslint/parser": "^8.13.0",
  80. "@vitejs/plugin-vue": "^5.1.4",
  81. "@vitejs/plugin-vue-jsx": "^4.0.1",
  82. "@vue/compiler-sfc": "^3.5.12",
  83. "code-inspector-plugin": "^0.17.7",
  84. "eslint": "^9.14.0",
  85. "eslint-plugin-vue": "^9.30.0",
  86. "globals": "^15.12.0",
  87. "less": "^4.2.0",
  88. "prettier": "^3.3.3",
  89. "rollup-plugin-visualizer": "^5.12.0",
  90. "sass": "^1.80.6",
  91. "terser": "^5.36.0",
  92. "typescript": "^5.6.3",
  93. "vite": "^5.4.9",
  94. "vite-plugin-cdn-import": "^1.0.1",
  95. "vite-plugin-compression2": "^1.3.0",
  96. "vite-plugin-vue-setup-extend": "^0.4.0",
  97. "vue-eslint-parser": "^9.4.3"
  98. },
  99. "browserslist": [
  100. "> 1%",
  101. "last 2 versions",
  102. "not dead"
  103. ],
  104. "engines": {
  105. "node": ">=16.0.0",
  106. "npm": ">= 7.0.0"
  107. },
  108. "keywords": [
  109. "admin.net",
  110. "vue",
  111. "vue3",
  112. "vuejs/vue-next",
  113. "element-ui",
  114. "element-plus",
  115. "vue-next-admin",
  116. "next-admin"
  117. ]
  118. }