package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. "@logicflow/core": "^1.2.27",
  16. "@logicflow/extension": "^1.2.27",
  17. "@microsoft/signalr": "^8.0.0",
  18. "@vue-office/docx": "^1.6.1",
  19. "@vue-office/excel": "^1.7.8",
  20. "@vue-office/pdf": "^2.0.2",
  21. "@vueuse/core": "^10.9.0",
  22. "@wangeditor/editor": "^5.1.23",
  23. "@wangeditor/editor-for-vue": "^5.1.12",
  24. "animate.css": "^4.1.1",
  25. "axios": "^1.6.8",
  26. "countup.js": "^2.8.0",
  27. "cropperjs": "^1.6.2",
  28. "echarts": "^5.5.0",
  29. "echarts-gl": "^2.0.9",
  30. "echarts-wordcloud": "^2.1.0",
  31. "element-plus": "^2.7.2",
  32. "js-cookie": "^3.0.5",
  33. "js-table2excel": "^1.1.2",
  34. "jsplumb": "^2.15.6",
  35. "lodash-es": "^4.17.21",
  36. "mitt": "^3.0.1",
  37. "monaco-editor": "^0.48.0",
  38. "nprogress": "^0.2.0",
  39. "pinia": "^2.1.7",
  40. "print-js": "^1.6.0",
  41. "push.js": "^1.0.12",
  42. "qrcodejs2-fixes": "^0.0.2",
  43. "qs": "^6.12.1",
  44. "relation-graph": "^2.2.0",
  45. "screenfull": "^6.0.2",
  46. "sm-crypto-v2": "^1.9.0",
  47. "sortablejs": "^1.15.2",
  48. "splitpanes": "^3.1.5",
  49. "vcrontab-3": "^3.3.22",
  50. "vform3-builds": "^3.0.10",
  51. "vue": "^3.4.27",
  52. "vue-clipboard3": "^2.0.0",
  53. "vue-demi": "^0.14.7",
  54. "vue-grid-layout": "3.0.0-beta1",
  55. "vue-i18n": "^9.13.1",
  56. "vue-json-pretty": "^2.4.0",
  57. "vue-plugin-hiprint": "0.0.57-beta20",
  58. "vue-router": "^4.3.2",
  59. "vue-signature-pad": "^3.0.2",
  60. "vue3-tree-org": "^4.2.2",
  61. "xlsx-js-style": "^1.2.0",
  62. "async-validator": "^4.2.5"
  63. },
  64. "devDependencies": {
  65. "@plugin-web-update-notification/vite": "^1.7.1",
  66. "@types/lodash-es": "^4.17.12",
  67. "@types/node": "^20.12.11",
  68. "@types/nprogress": "^0.2.3",
  69. "@types/sortablejs": "^1.15.8",
  70. "@typescript-eslint/eslint-plugin": "^7.8.0",
  71. "@typescript-eslint/parser": "^7.8.0",
  72. "@vitejs/plugin-vue": "^5.0.4",
  73. "@vitejs/plugin-vue-jsx": "^3.1.0",
  74. "@vue/compiler-sfc": "^3.4.27",
  75. "autoprefixer": "^10.4.19",
  76. "code-inspector-plugin": "^0.13.0",
  77. "eslint": "^9.2.0",
  78. "eslint-plugin-vue": "^9.26.0",
  79. "less": "^4.2.0",
  80. "postcss": "^8.4.38",
  81. "prettier": "^3.2.5",
  82. "rollup-plugin-visualizer": "^5.12.0",
  83. "sass": "^1.77.1",
  84. "tailwindcss": "^3.4.3",
  85. "terser": "^5.31.0",
  86. "typescript": "^5.4.5",
  87. "vite": "^5.2.11",
  88. "vite-plugin-cdn-import": "^1.0.1",
  89. "vite-plugin-compression2": "^1.1.0",
  90. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  91. "vue-eslint-parser": "^9.4.2"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions",
  96. "not dead"
  97. ],
  98. "engines": {
  99. "node": ">=16.0.0",
  100. "npm": ">= 7.0.0"
  101. },
  102. "keywords": [
  103. "admin.net",
  104. "vue",
  105. "vue3",
  106. "vuejs/vue-next",
  107. "element-ui",
  108. "element-plus",
  109. "vue-next-admin",
  110. "next-admin"
  111. ]
  112. }