package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@vben/plugins",
  3. "version": "5.4.4",
  4. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  5. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  9. "directory": "packages/effects/plugins"
  10. },
  11. "license": "MIT",
  12. "type": "module",
  13. "sideEffects": [
  14. "**/*.css"
  15. ],
  16. "exports": {
  17. "./echarts": {
  18. "types": "./src/echarts/index.ts",
  19. "default": "./src/echarts/index.ts"
  20. },
  21. "./vxe-table": {
  22. "types": "./src/vxe-table/index.ts",
  23. "default": "./src/vxe-table/index.ts"
  24. }
  25. },
  26. "dependencies": {
  27. "@vben-core/form-ui": "workspace:*",
  28. "@vben-core/shadcn-ui": "workspace:*",
  29. "@vben-core/shared": "workspace:*",
  30. "@vben/hooks": "workspace:*",
  31. "@vben/icons": "workspace:*",
  32. "@vben/locales": "workspace:*",
  33. "@vben/preferences": "workspace:*",
  34. "@vben/types": "workspace:*",
  35. "@vben/utils": "workspace:*",
  36. "@vueuse/core": "catalog:",
  37. "dayjs": "catalog:",
  38. "echarts": "catalog:",
  39. "vue": "catalog:",
  40. "vxe-pc-ui": "catalog:",
  41. "vxe-table": "catalog:"
  42. }
  43. }