mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 02:37:52 +08:00
71f54368a2
- @fesjs/create-fes-app@2.0.6 - @fesjs/compiler@2.0.3 - @fesjs/plugin-access@2.0.2 - @fesjs/plugin-icon@2.0.5 - @fesjs/plugin-jest@2.0.3 - @fesjs/plugin-layout@2.0.6 - @fesjs/plugin-locale@2.0.4 - @fesjs/plugin-model@2.0.3 - @fesjs/plugin-monaco-editor@2.0.0-beta.5 - @fesjs/plugin-qiankun@2.0.7 - @fesjs/plugin-request@2.0.7 - @fesjs/plugin-vuex@2.0.3 - @fesjs/plugin-windicss@2.0.1 - @fesjs/preset-built-in@2.0.7 - @fesjs/utils@2.0.3 - @fesjs/fes@2.0.8
40 lines
875 B
JSON
40 lines
875 B
JSON
{
|
|
"name": "@fesjs/plugin-locale",
|
|
"version": "2.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.3",
|
|
"vue-i18n": "^9.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/icons-vue": "^6.0.0",
|
|
"@fesjs/fes": "^2.0.0",
|
|
"ant-design-vue": "^2.2.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|