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