package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@vben/plugins",
  3. "version": "5.5.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. "./motion": {
  26. "types": "./src/motion/index.ts",
  27. "default": "./src/motion/index.ts"
  28. }
  29. },
  30. "dependencies": {
  31. "@vben-core/form-ui": "workspace:*",
  32. "@vben-core/shadcn-ui": "workspace:*",
  33. "@vben-core/shared": "workspace:*",
  34. "@vben/hooks": "workspace:*",
  35. "@vben/icons": "workspace:*",
  36. "@vben/locales": "workspace:*",
  37. "@vben/preferences": "workspace:*",
  38. "@vben/types": "workspace:*",
  39. "@vben/utils": "workspace:*",
  40. "@vueuse/core": "catalog:",
  41. "@vueuse/motion": "catalog:",
  42. "echarts": "catalog:",
  43. "vue": "catalog:",
  44. "vxe-pc-ui": "catalog:",
  45. "vxe-table": "catalog:"
  46. }
  47. }