package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "admin.net",
  3. "version": "2.4.33",
  4. "description": "Admin.NET 有可能是.NET最好用的通用权限开发框架",
  5. "author": "zuohuaijun",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build": "vite build",
  10. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
  11. "build-api": "cd api_build/ && build.bat"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.3.1",
  15. "@microsoft/signalr": "^8.0.0",
  16. "@vue-office/docx": "^1.6.0",
  17. "@vue-office/excel": "^1.7.6",
  18. "@vue-office/pdf": "^1.6.5",
  19. "@vueuse/core": "^10.9.0",
  20. "@wangeditor/editor": "^5.1.23",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "animate.css": "^4.1.1",
  23. "axios": "^1.6.8",
  24. "countup.js": "^2.8.0",
  25. "cropperjs": "^1.6.1",
  26. "echarts": "^5.5.0",
  27. "echarts-gl": "^2.0.9",
  28. "echarts-wordcloud": "^2.1.0",
  29. "element-plus": "^2.6.3",
  30. "js-cookie": "^3.0.5",
  31. "js-table2excel": "^1.1.2",
  32. "jsplumb": "^2.15.6",
  33. "lodash-es": "^4.17.21",
  34. "mitt": "^3.0.1",
  35. "monaco-editor": "^0.47.0",
  36. "nprogress": "^0.2.0",
  37. "pinia": "^2.1.7",
  38. "print-js": "^1.6.0",
  39. "push.js": "^1.0.12",
  40. "qrcodejs2-fixes": "^0.0.2",
  41. "qs": "^6.12.0",
  42. "relation-graph": "^2.1.42",
  43. "screenfull": "^6.0.2",
  44. "sm-crypto-v2": "^1.9.0",
  45. "sortablejs": "^1.15.2",
  46. "splitpanes": "^3.1.5",
  47. "vcrontab-3": "^3.3.22",
  48. "vform3-builds": "^3.0.10",
  49. "vue": "^3.4.21",
  50. "vue-clipboard3": "^2.0.0",
  51. "vue-demi": "^0.14.7",
  52. "vue-grid-layout": "3.0.0-beta1",
  53. "vue-i18n": "^9.11.0",
  54. "vue-json-pretty": "^2.4.0",
  55. "vue-plugin-hiprint": "0.0.57-beta19",
  56. "vue-router": "^4.3.0",
  57. "vue-signature-pad": "^3.0.2",
  58. "vue3-tree-org": "^4.2.2",
  59. "xlsx-js-style": "^1.2.0"
  60. },
  61. "devDependencies": {
  62. "@plugin-web-update-notification/vite": "^1.7.1",
  63. "@types/lodash-es": "^4.17.12",
  64. "@types/node": "^20.12.5",
  65. "@types/nprogress": "^0.2.3",
  66. "@types/sortablejs": "^1.15.8",
  67. "@typescript-eslint/eslint-plugin": "^7.5.0",
  68. "@typescript-eslint/parser": "^7.5.0",
  69. "@vitejs/plugin-vue": "^5.0.4",
  70. "@vitejs/plugin-vue-jsx": "^3.1.0",
  71. "@vue/compiler-sfc": "^3.4.21",
  72. "code-inspector-plugin": "^0.11.0",
  73. "eslint": "^9.0.0",
  74. "eslint-plugin-vue": "^9.24.0",
  75. "less": "^4.2.0",
  76. "prettier": "^3.2.5",
  77. "rollup-plugin-visualizer": "^5.12.0",
  78. "sass": "^1.74.1",
  79. "terser": "^5.30.3",
  80. "typescript": "^5.4.4",
  81. "vite": "^5.2.8",
  82. "vite-plugin-cdn-import": "^0.3.5",
  83. "vite-plugin-compression2": "^1.0.0",
  84. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  85. "vue-eslint-parser": "^9.4.2"
  86. },
  87. "browserslist": [
  88. "> 1%",
  89. "last 2 versions",
  90. "not dead"
  91. ],
  92. "engines": {
  93. "node": ">=16.0.0",
  94. "npm": ">= 7.0.0"
  95. },
  96. "keywords": [
  97. "admin.net",
  98. "vue",
  99. "vue3",
  100. "vuejs/vue-next",
  101. "element-ui",
  102. "element-plus",
  103. "vue-next-admin",
  104. "next-admin"
  105. ]
  106. }