2020-12-31 12:59:11 +08:00

24 lines
448 B
JSON

{
"name": "@webank/fes-plugin-locale",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"files": [
"lib"
],
"module": "dist/index.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@umijs/utils": "3.3.3",
"vue-i18n": "^9.0.0-beta.15"
},
"peerDependencies": {
"@webank/fes": "^2.0.0"
}
}