2021-02-02 18:05:05 +08:00

40 lines
909 B
JSON

{
"name": "@webank/fes-plugin-locale",
"version": "2.0.0-alpha.2",
"description": "@webank/fes-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": {
"@umijs/utils": "3.3.3",
"vue-i18n": "^9.0.0-rc.5"
},
"peerDependencies": {
"@ant-design/icons-vue": "^5.1.6",
"@webank/fes": "^2.0.0-alpha.0",
"ant-design-vue": "2.0.0-rc.3",
"vue": "3.0.5"
}
}