2020-09-30 19:08:37 +08:00
|
|
|
{
|
2021-03-05 17:03:04 +08:00
|
|
|
"name": "@fesjs/plugin-locale",
|
2022-11-25 12:31:59 +08:00
|
|
|
"version": "4.0.0-rc.2",
|
2021-03-05 17:03:04 +08:00
|
|
|
"description": "@fesjs/plugin-locale",
|
2020-12-31 12:59:11 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"files": [
|
2022-05-25 19:19:36 +08:00
|
|
|
"lib",
|
|
|
|
"types.d.ts"
|
2020-12-31 12:59:11 +08:00
|
|
|
],
|
2020-09-30 19:08:37 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-01-04 20:32:44 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
|
|
"directory": "packages/fes-plugin-locale"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"fes"
|
|
|
|
],
|
|
|
|
"author": "harrywan",
|
2020-09-30 19:08:37 +08:00
|
|
|
"license": "MIT",
|
2021-01-04 20:32:44 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
2021-01-05 10:26:19 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-09-30 19:08:37 +08:00
|
|
|
"dependencies": {
|
2022-11-25 12:31:59 +08:00
|
|
|
"@fesjs/utils": "3.0.0-rc.2",
|
2021-03-05 17:03:04 +08:00
|
|
|
"vue-i18n": "^9.0.0"
|
2020-12-31 12:59:11 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-11-25 12:31:59 +08:00
|
|
|
"@fesjs/fes": "3.0.0-rc.2",
|
2022-09-15 17:36:26 +08:00
|
|
|
"@fesjs/fes-design": "^0.7.0",
|
2022-08-17 10:49:48 +08:00
|
|
|
"vue": "^3.2.37"
|
2022-03-28 20:17:54 +08:00
|
|
|
},
|
|
|
|
"typings": "./types.d.ts"
|
2022-11-10 19:48:33 +08:00
|
|
|
}
|