{ "name": "@vben/plugins", "version": "5.7.0", "homepage": "https://github.com/vbenjs/vue-vben-admin", "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", "repository": { "type": "git", "url": "git+https://github.com/vbenjs/vue-vben-admin.git", "directory": "packages/effects/plugins" }, "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" }, "./echarts": { "types": "./src/echarts/index.ts", "default": "./src/echarts/index.ts" }, "./tiptap": { "types": "./src/tiptap/index.ts", "default": "./src/tiptap/index.ts" }, "./vxe-table": { "types": "./src/vxe-table/index.ts", "default": "./src/vxe-table/index.ts" }, "./motion": { "types": "./src/motion/index.ts", "default": "./src/motion/index.ts" } }, "dependencies": { "@tiptap/core": "catalog:", "@tiptap/extension-document": "catalog:", "@tiptap/extension-highlight": "catalog:", "@tiptap/extension-image": "catalog:", "@tiptap/extension-link": "catalog:", "@tiptap/extension-placeholder": "catalog:", "@tiptap/extension-text-align": "catalog:", "@tiptap/extension-text-style": "catalog:", "@tiptap/extension-underline": "catalog:", "@tiptap/starter-kit": "catalog:", "@tiptap/vue-3": "catalog:", "@vben-core/design": "workspace:*", "@vben-core/form-ui": "workspace:*", "@vben-core/popup-ui": "workspace:*", "@vben-core/shadcn-ui": "workspace:*", "@vben-core/shared": "workspace:*", "@vben/hooks": "workspace:*", "@vben/icons": "workspace:*", "@vben/locales": "workspace:*", "@vben/preferences": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", "@vueuse/core": "catalog:", "@vueuse/motion": "catalog:", "echarts": "catalog:", "vue": "catalog:", "vxe-pc-ui": "catalog:", "vxe-table": "catalog:" } }