Files
EasyFlow/easyflow-ui-admin/packages/effects/plugins/package.json
陈子默 19059fde96 perf: 优化管理端生产加载体验
- 图标与重型组件按需加载,优化菜单预取和页面请求链路

- 开启 gzip 与静态缓存并修复子路由 KeepAlive 冲突
2026-07-22 20:35:55 +08:00

45 lines
1.2 KiB
JSON

{
"name": "@easyflow/plugins",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"sideEffects": [
"**/*.css"
],
"exports": {
"./echarts": {
"types": "./src/echarts/index.ts",
"default": "./src/echarts/index.ts"
},
"./echarts/workspace": {
"types": "./src/echarts/workspace.ts",
"default": "./src/echarts/workspace.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": {
"@easyflow-core/form-ui": "workspace:*",
"@easyflow-core/shadcn-ui": "workspace:*",
"@easyflow-core/shared": "workspace:*",
"@easyflow/hooks": "workspace:*",
"@easyflow/icons": "workspace:*",
"@easyflow/locales": "workspace:*",
"@easyflow/preferences": "workspace:*",
"@easyflow/types": "workspace:*",
"@easyflow/utils": "workspace:*",
"@vueuse/core": "catalog:",
"@vueuse/motion": "catalog:",
"echarts": "catalog:",
"vue": "catalog:",
"vxe-pc-ui": "catalog:",
"vxe-table": "catalog:"
}
}