UNPKG

vben-plugins

Version:

Plugins and integrations for Vben Admin

67 lines (66 loc) 1.58 kB
{ "name": "vben-plugins", "version": "6.0.11", "description": "Plugins and integrations for Vben Admin", "keywords": [ "vben", "plugins", "integrations", "vue", "admin" ], "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" }, "license": "MIT", "author": { "name": "vben", "email": "ann.vben@gmail.com", "url": "https://github.com/anncwb" }, "type": "module", "sideEffects": [ "**/*.css" ], "dependencies": { "vben-shared": "^6.0.10", "vben-core-form-ui": "^6.0.10", "vben-core-shadcn-ui": "^6.0.10", "vben-hooks": "^6.0.10", "vben-icons": "^6.0.10", "vben-locales": "^6.0.10", "vben-preferences": "^6.0.10", "vben-types": "^6.0.10", "vben-utils": "^6.0.10", "@vueuse/core": "^13.4.0", "@vueuse/motion": "^3.0.3", "echarts": "^5.6.0", "vue": "^3.5.17", "vxe-pc-ui": "^4.6.42", "vxe-table": "^4.13.51" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" }, "./echarts": { "types": "./src/echarts/index.ts", "default": "./src/echarts/index.ts" }, "./motion": { "types": "./src/motion/index.ts", "default": "./src/motion/index.ts" }, "./vxe-table": { "types": "./src/vxe-table/index.ts", "default": "./src/vxe-table/index.ts" } } }