初始化
This commit is contained in:
20
easyflow-ui-usercenter/packages/utils/package.json
Normal file
20
easyflow-ui-usercenter/packages/utils/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@easyflow/utils",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
"**/*.css"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@easyflow-core/shared": "workspace:*",
|
||||
"@easyflow-core/typings": "workspace:*",
|
||||
"vue-router": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user