mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 02:37:52 +08:00
39 lines
839 B
JSON
39 lines
839 B
JSON
{
|
|
"name": "@fesjs/plugin-locale",
|
|
"version": "3.0.4",
|
|
"description": "@fesjs/plugin-locale",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-locale"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/utils": "^2.0.4",
|
|
"vue-i18n": "^9.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"@fesjs/fes-design": "^0.4.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|