2024-06-23 05:41:02 +00:00
|
|
|
{
|
2024-08-26 13:42:56 +00:00
|
|
|
"name": "@vben/plugins",
|
2024-12-12 14:47:11 +00:00
|
|
|
"version": "5.5.1",
|
2024-06-23 05:41:02 +00:00
|
|
|
"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",
|
2024-08-26 13:42:56 +00:00
|
|
|
"directory": "packages/effects/plugins"
|
2024-06-23 05:41:02 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"sideEffects": [
|
|
|
|
"**/*.css"
|
|
|
|
],
|
|
|
|
"exports": {
|
2024-08-26 13:42:56 +00:00
|
|
|
"./echarts": {
|
|
|
|
"types": "./src/echarts/index.ts",
|
|
|
|
"default": "./src/echarts/index.ts"
|
2024-10-04 15:05:28 +00:00
|
|
|
},
|
|
|
|
"./vxe-table": {
|
|
|
|
"types": "./src/vxe-table/index.ts",
|
|
|
|
"default": "./src/vxe-table/index.ts"
|
2024-06-23 05:41:02 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-04 15:05:28 +00:00
|
|
|
"@vben-core/form-ui": "workspace:*",
|
|
|
|
"@vben-core/shadcn-ui": "workspace:*",
|
|
|
|
"@vben-core/shared": "workspace:*",
|
|
|
|
"@vben/hooks": "workspace:*",
|
|
|
|
"@vben/icons": "workspace:*",
|
|
|
|
"@vben/locales": "workspace:*",
|
2024-07-22 16:03:59 +00:00
|
|
|
"@vben/preferences": "workspace:*",
|
2024-10-04 15:05:28 +00:00
|
|
|
"@vben/types": "workspace:*",
|
|
|
|
"@vben/utils": "workspace:*",
|
2024-09-19 13:40:54 +00:00
|
|
|
"@vueuse/core": "catalog:",
|
|
|
|
"echarts": "catalog:",
|
2024-10-04 15:05:28 +00:00
|
|
|
"vue": "catalog:",
|
|
|
|
"vxe-pc-ui": "catalog:",
|
|
|
|
"vxe-table": "catalog:"
|
2024-06-23 05:41:02 +00:00
|
|
|
}
|
|
|
|
}
|