package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
  6. "author": "zuohuaijun",
  7. "license": "MIT",
  8. "scripts": {
  9. "dev": "vite",
  10. "build": "vite build",
  11. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
  12. "build-api": "cd api_build/ && build.bat"
  13. },
  14. "dependencies": {
  15. "@element-plus/icons-vue": "^2.3.1",
  16. "@logicflow/core": "^1.2.27",
  17. "@logicflow/extension": "^1.2.27",
  18. "@microsoft/signalr": "^8.0.0",
  19. "@vue-office/docx": "^1.6.2",
  20. "@vue-office/excel": "^1.7.8",
  21. "@vue-office/pdf": "^2.0.2",
  22. "@vueuse/core": "^10.10.0",
  23. "@wangeditor/editor": "^5.1.23",
  24. "@wangeditor/editor-for-vue": "^5.1.12",
  25. "animate.css": "^4.1.1",
  26. "async-validator": "^4.2.5",
  27. "axios": "^1.7.2",
  28. "countup.js": "^2.8.0",
  29. "cropperjs": "^1.6.2",
  30. "echarts": "^5.5.0",
  31. "echarts-gl": "^2.0.9",
  32. "echarts-wordcloud": "^2.1.0",
  33. "element-plus": "^2.7.5",
  34. "js-cookie": "^3.0.5",
  35. "js-table2excel": "^1.1.2",
  36. "jsplumb": "^2.15.6",
  37. "lodash-es": "^4.17.21",
  38. "mitt": "^3.0.1",
  39. "monaco-editor": "^0.49.0",
  40. "nprogress": "^0.2.0",
  41. "pinia": "^2.1.7",
  42. "print-js": "^1.6.0",
  43. "push.js": "^1.0.12",
  44. "qrcodejs2-fixes": "^0.0.2",
  45. "qs": "^6.12.1",
  46. "relation-graph": "^2.2.1",
  47. "screenfull": "^6.0.2",
  48. "sm-crypto-v2": "^1.9.0",
  49. "sortablejs": "^1.15.2",
  50. "splitpanes": "^3.1.5",
  51. "vcrontab-3": "^3.3.22",
  52. "vform3-builds": "^3.0.10",
  53. "vue": "^3.4.27",
  54. "vue-clipboard3": "^2.0.0",
  55. "vue-demi": "^0.14.8",
  56. "vue-grid-layout": "3.0.0-beta1",
  57. "vue-i18n": "^9.13.1",
  58. "vue-json-pretty": "^2.4.0",
  59. "vue-plugin-hiprint": "0.0.57-beta20",
  60. "vue-router": "^4.3.2",
  61. "vue-signature-pad": "^3.0.2",
  62. "vue3-tree-org": "^4.2.2",
  63. "vuedraggable": "4.0.3",
  64. "xlsx-js-style": "^1.2.0"
  65. },
  66. "devDependencies": {
  67. "@plugin-web-update-notification/vite": "^1.7.1",
  68. "@types/lodash-es": "^4.17.12",
  69. "@types/node": "^20.14.2",
  70. "@types/nprogress": "^0.2.3",
  71. "@types/sortablejs": "^1.15.8",
  72. "@typescript-eslint/eslint-plugin": "^7.12.0",
  73. "@typescript-eslint/parser": "^7.12.0",
  74. "@vitejs/plugin-vue": "^5.0.5",
  75. "@vitejs/plugin-vue-jsx": "^4.0.0",
  76. "@vue/compiler-sfc": "^3.4.27",
  77. "code-inspector-plugin": "^0.14.1",
  78. "eslint": "^9.4.0",
  79. "eslint-plugin-vue": "^9.26.0",
  80. "less": "^4.2.0",
  81. "prettier": "^3.3.1",
  82. "rollup-plugin-visualizer": "^5.12.0",
  83. "sass": "^1.77.4",
  84. "terser": "^5.31.1",
  85. "typescript": "^5.4.5",
  86. "vite": "^5.2.13",
  87. "vite-plugin-cdn-import": "^1.0.1",
  88. "vite-plugin-compression2": "^1.1.1",
  89. "vite-plugin-vue-setup-extend": "^0.4.0",
  90. "vue-eslint-parser": "^9.4.3"
  91. },
  92. "browserslist": [
  93. "> 1%",
  94. "last 2 versions",
  95. "not dead"
  96. ],
  97. "engines": {
  98. "node": ">=16.0.0",
  99. "npm": ">= 7.0.0"
  100. },
  101. "keywords": [
  102. "admin.net",
  103. "vue",
  104. "vue3",
  105. "vuejs/vue-next",
  106. "element-ui",
  107. "element-plus",
  108. "vue-next-admin",
  109. "next-admin"
  110. ]
  111. }