初始化
This commit is contained in:
40
easyflow-ui-usercenter/packages/effects/plugins/package.json
Normal file
40
easyflow-ui-usercenter/packages/effects/plugins/package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user