package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2024.11.03",
  6. "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
  7. "author": "zuohuaijun",
  8. "license": "MIT",
  9. "scripts": {
  10. "bootstrap": "pnpm install",
  11. "dev": "vite dev",
  12. "build": "vite build",
  13. "preview": "vite preview",
  14. "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,vue,css,scss,less,json,md}\"",
  15. "update-pkg": "ncu -u",
  16. "cache-verify": "npm cache verify",
  17. "clean-lock": "node ./scripts/clean-lock.js",
  18. "clean-modules": "node ./scripts/clean-modules.js",
  19. "clean-dist": "node ./scripts/clean-dist.js",
  20. "clean-node": "pnpm run clean-lock && pnpm run clean-modules && pnpm run clean-dist",
  21. "reinstall": "pnpm run clean-node && pnpm run bootstrap",
  22. "lint-fix": "eslint --fix src/",
  23. "build-api": "cd api_build/ && build.bat"
  24. },
  25. "dependencies": {
  26. "@element-plus/icons-vue": "^2.3.1",
  27. "@logicflow/core": "^1.2.28",
  28. "@logicflow/extension": "^1.2.28",
  29. "@microsoft/signalr": "^8.0.7",
  30. "@vue-office/docx": "^1.6.2",
  31. "@vue-office/excel": "^1.7.11",
  32. "@vue-office/pdf": "^2.0.7",
  33. "@vueuse/core": "^11.2.0",
  34. "@wangeditor/editor": "^5.1.23",
  35. "@wangeditor/editor-for-vue": "^5.1.12",
  36. "animate.css": "^4.1.1",
  37. "async-validator": "^4.2.5",
  38. "axios": "^1.7.7",
  39. "countup.js": "^2.8.0",
  40. "cropperjs": "^1.6.2",
  41. "echarts": "^5.5.1",
  42. "echarts-gl": "^2.0.9",
  43. "echarts-wordcloud": "^2.1.0",
  44. "element-plus": "^2.8.7",
  45. "ezuikit-js": "^8.1.1-alpha.2",
  46. "js-cookie": "^3.0.5",
  47. "js-table2excel": "^1.1.2",
  48. "json-editor-vue": "^0.16.0",
  49. "jsplumb": "^2.15.6",
  50. "lodash-es": "^4.17.21",
  51. "md-editor-v3": "^4.21.2",
  52. "mitt": "^3.0.1",
  53. "monaco-editor": "^0.52.0",
  54. "mqtt": "^4.3.8",
  55. "nprogress": "^0.2.0",
  56. "pinia": "^2.2.4",
  57. "print-js": "^1.6.0",
  58. "push.js": "^1.0.12",
  59. "qrcodejs2-fixes": "^0.0.2",
  60. "qs": "^6.13.0",
  61. "relation-graph": "^2.2.8",
  62. "screenfull": "^6.0.2",
  63. "sm-crypto-v2": "^1.9.3",
  64. "sortablejs": "^1.15.3",
  65. "splitpanes": "^3.1.5",
  66. "vcrontab-3": "^3.3.22",
  67. "vform3-builds": "^3.0.10",
  68. "vue": "^3.5.12",
  69. "vue-clipboard3": "^2.0.0",
  70. "vue-demi": "^0.14.6",
  71. "vue-draggable-plus": "^0.5.6",
  72. "vue-grid-layout": "3.0.0-beta1",
  73. "vue-i18n": "^10.0.4",
  74. "vue-json-pretty": "^2.4.0",
  75. "vue-plugin-hiprint": "0.0.57-beta31",
  76. "vue-router": "^4.4.5",
  77. "vue-signature-pad": "^3.0.2",
  78. "vue3-tree-org": "^4.2.2",
  79. "xlsx-js-style": "^1.2.0"
  80. },
  81. "devDependencies": {
  82. "@plugin-web-update-notification/vite": "^1.7.1",
  83. "@types/lodash-es": "^4.17.12",
  84. "@types/node": "^20.16.10",
  85. "@types/nprogress": "^0.2.3",
  86. "@types/sortablejs": "^1.15.8",
  87. "@typescript-eslint/eslint-plugin": "^8.11.0",
  88. "@typescript-eslint/parser": "^8.11.0",
  89. "@vitejs/plugin-vue": "^5.1.4",
  90. "@vitejs/plugin-vue-jsx": "^4.0.1",
  91. "@vue/compiler-sfc": "^3.5.12",
  92. "code-inspector-plugin": "^0.17.7",
  93. "eslint": "^9.14.0",
  94. "eslint-plugin-vue": "^9.30.0",
  95. "globals": "^15.11.0",
  96. "less": "^4.2.0",
  97. "prettier": "^3.3.3",
  98. "rollup-plugin-visualizer": "^5.12.0",
  99. "sass": "^1.80.6",
  100. "terser": "^5.36.0",
  101. "typescript": "^5.6.3",
  102. "vite": "^5.4.9",
  103. "vite-plugin-cdn-import": "^1.0.1",
  104. "vite-plugin-compression2": "^1.3.0",
  105. "vite-plugin-vue-setup-extend": "^0.4.0",
  106. "vue-eslint-parser": "^9.4.3"
  107. },
  108. "browserslist": [
  109. "> 1%",
  110. "last 2 versions",
  111. "not dead"
  112. ],
  113. "engines": {
  114. "node": ">=16.0.0",
  115. "npm": ">= 7.0.0"
  116. },
  117. "keywords": [
  118. "admin.net",
  119. "vue",
  120. "vue3",
  121. "vuejs/vue-next",
  122. "element-ui",
  123. "element-plus",
  124. "vue-next-admin",
  125. "next-admin"
  126. ]
  127. }