package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "name": "vue3-admin",
  3. "type": "module",
  4. "version": "1.2.8",
  5. "description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
  6. "author": {
  7. "name": "baiwumm",
  8. "email": "baiwumm@foxmail.com",
  9. "url": "https://baiwumm.com"
  10. },
  11. "license": "MIT",
  12. "homepage": "https://github.com/baiwumm/vue3-admin",
  13. "repository": {
  14. "url": "https://github.com/baiwumm/vue3-admin.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/baiwumm/vue3-admin/issues"
  18. },
  19. "keywords": [
  20. "Vue3 admin ",
  21. "vue-admin-template",
  22. "Vite5",
  23. "TypeScript",
  24. "naive-ui",
  25. "naive-ui-admin",
  26. "ant-design-vue v4",
  27. "UnoCSS"
  28. ],
  29. "engines": {
  30. "node": ">=18.12.0",
  31. "pnpm": ">=8.7.0"
  32. },
  33. "scripts": {
  34. "build": "vite build --mode prod",
  35. "build:test": "vite build --mode test",
  36. "cleanup": "sa cleanup",
  37. "commit": "sa git-commit",
  38. "dev": "vite --mode dev",
  39. "dev:prod": "vite --mode test",
  40. "gen-route": "sa gen-route",
  41. "lint": "eslint . --fix",
  42. "preview": "vite preview",
  43. "release": "sa release",
  44. "typecheck": "vue-tsc --noEmit --skipLibCheck",
  45. "update-pkg": "sa update-pkg"
  46. },
  47. "dependencies": {
  48. "@antv/g2plot": "^2.4.32",
  49. "@better-scroll/core": "2.5.1",
  50. "@iconify/vue": "4.1.2",
  51. "@sa/axios": "workspace:*",
  52. "@sa/color": "workspace:*",
  53. "@sa/fetch": "workspace:*",
  54. "@sa/hooks": "workspace:*",
  55. "@sa/materials": "workspace:*",
  56. "@sa/utils": "workspace:*",
  57. "@simonwep/pickr": "1.9.1",
  58. "@vue-flow/background": "^1.3.0",
  59. "@vue-flow/controls": "^1.1.2",
  60. "@vue-flow/core": "^1.41.2",
  61. "@vue-flow/minimap": "^1.5.0",
  62. "@vueuse/core": "10.11.0",
  63. "@wangeditor/editor": "^5.1.23",
  64. "@wangeditor/editor-for-vue": "^5.1.12",
  65. "ant-design-vue": "4.2.3",
  66. "clipboard": "2.0.11",
  67. "colorthief": "^2.4.0",
  68. "dayjs": "1.11.11",
  69. "dhtmlx-gantt": "^8.0.10",
  70. "element-china-area-data": "^6.1.0",
  71. "event-source-polyfill": "^1.0.31",
  72. "lodash-es": "4.17.21",
  73. "nprogress": "0.2.0",
  74. "pinia": "2.1.7",
  75. "swiper": "^11.1.14",
  76. "tailwind-merge": "2.4.0",
  77. "v-viewer": "^3.0.11",
  78. "viewerjs": "^1.11.6",
  79. "vue": "3.5.4",
  80. "vue-demi": "0.14.6",
  81. "vue-draggable-plus": "0.5.0",
  82. "vue-i18n": "9.13.1",
  83. "vue-img-cutter": "3",
  84. "vue-print-next": "^1.0.8",
  85. "vue-router": "4.4.0",
  86. "vue-waterfall-plugin-next": "^2.6.0",
  87. "vue3-puzzle-vcode": "^1.1.7",
  88. "vue3-tree-org": "^4.2.2",
  89. "zxcvbn": "^4.4.2"
  90. },
  91. "devDependencies": {
  92. "@elegant-router/vue": "0.3.7",
  93. "@iconify/json": "2.2.225",
  94. "@sa/scripts": "workspace:*",
  95. "@sa/uno-preset": "workspace:*",
  96. "@soybeanjs/eslint-config": "1.3.7",
  97. "@types/lodash-es": "4.17.12",
  98. "@types/node": "20.14.10",
  99. "@types/nprogress": "0.2.3",
  100. "@unocss/eslint-config": "0.61.3",
  101. "@unocss/preset-icons": "0.61.3",
  102. "@unocss/preset-uno": "0.61.3",
  103. "@unocss/transformer-directives": "0.61.3",
  104. "@unocss/transformer-variant-group": "0.61.3",
  105. "@unocss/vite": "0.61.3",
  106. "@vitejs/plugin-vue": "5.0.5",
  107. "@vitejs/plugin-vue-jsx": "4.0.0",
  108. "eslint": "9.6.0",
  109. "eslint-plugin-simple-import-sort": "^12.1.1",
  110. "eslint-plugin-vue": "9.27.0",
  111. "lint-staged": "15.2.7",
  112. "prettier": "^3.3.3",
  113. "rollup-plugin-copy": "^3.5.0",
  114. "sass": "1.77.6",
  115. "tsx": "4.16.2",
  116. "typescript": "5.5.3",
  117. "unplugin-icons": "0.19.0",
  118. "unplugin-vue-components": "0.27.2",
  119. "vite": "5.3.3",
  120. "vite-plugin-progress": "0.0.7",
  121. "vite-plugin-svg-icons": "2.0.1",
  122. "vite-plugin-vue-devtools": "7.3.5",
  123. "vue-eslint-parser": "9.4.3",
  124. "vue-tsc": "2.0.26"
  125. },
  126. "lint-staged": {
  127. "*": "eslint --fix"
  128. },
  129. "website": "https://vue3.baiwumm.com"
  130. }