Files
EasyFlow/easyflow-ui-usercenter/packages/effects/plugins/package.json
2026-02-22 18:56:10 +08:00

41 lines
1.0 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"
},
"./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:"
}
}