Files
EasyFlow/easyflow-ui-usercenter/packages/effects/common-ui/package.json
陈子默 72df00f25b feat: 全新智能体功能
- 基于先进智能体框架,增加智能体编排功能
- 增加智能体聊天,并对接持久化
2026-05-25 11:42:48 +08:00

50 lines
1.3 KiB
JSON

{
"name": "@easyflow/common-ui",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
},
"./es/tippy": {
"types": "./src/components/tippy/index.ts",
"default": "./src/components/tippy/index.ts"
},
"./es/loading": {
"types": "./src/components/loading/index.ts",
"default": "./src/components/loading/index.ts"
}
},
"dependencies": {
"@easyflow-core/form-ui": "workspace:*",
"@easyflow-core/popup-ui": "workspace:*",
"@easyflow-core/preferences": "workspace:*",
"@easyflow-core/shadcn-ui": "workspace:*",
"@easyflow-core/shared": "workspace:*",
"@easyflow/constants": "workspace:*",
"@easyflow/hooks": "workspace:*",
"@easyflow/icons": "workspace:*",
"@easyflow/locales": "workspace:*",
"@easyflow/types": "workspace:*",
"@incremark/theme": "1.0.2",
"@incremark/vue": "1.0.2",
"@vueuse/core": "catalog:",
"@vueuse/integrations": "catalog:",
"json-bigint": "catalog:",
"qrcode": "catalog:",
"tippy.js": "catalog:",
"vue": "catalog:",
"vue-json-viewer": "catalog:",
"vue-router": "catalog:",
"vue-tippy": "catalog:"
},
"devDependencies": {
"@types/qrcode": "catalog:"
}
}