package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "@vben/plugins",
  3. "version": "5.7.0",
  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. ".": {
  18. "types": "./src/index.ts",
  19. "default": "./src/index.ts"
  20. },
  21. "./echarts": {
  22. "types": "./src/echarts/index.ts",
  23. "default": "./src/echarts/index.ts"
  24. },
  25. "./vxe-table": {
  26. "types": "./src/vxe-table/index.ts",
  27. "default": "./src/vxe-table/index.ts"
  28. },
  29. "./motion": {
  30. "types": "./src/motion/index.ts",
  31. "default": "./src/motion/index.ts"
  32. }
  33. },
  34. "dependencies": {
  35. "@vben-core/design": "workspace:*",
  36. "@vben-core/form-ui": "workspace:*",
  37. "@vben-core/shadcn-ui": "workspace:*",
  38. "@vben-core/shared": "workspace:*",
  39. "@vben/hooks": "workspace:*",
  40. "@vben/icons": "workspace:*",
  41. "@vben/locales": "workspace:*",
  42. "@vben/preferences": "workspace:*",
  43. "@vben/types": "workspace:*",
  44. "@vben/utils": "workspace:*",
  45. "@vueuse/core": "catalog:",
  46. "@vueuse/motion": "catalog:",
  47. "echarts": "catalog:",
  48. "vue": "catalog:",
  49. "vxe-pc-ui": "catalog:",
  50. "vxe-table": "catalog:"
  51. }
  52. }