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