mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2026-04-29 15:04:03 +08:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@fesjs/plugin-locale",
|
|
"version": "5.0.0",
|
|
"description": "@fesjs/plugin-locale",
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/plugin-locale"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"files": [
|
|
"dist",
|
|
"types.d.ts"
|
|
],
|
|
"scripts": {
|
|
"watch": "tsup --watch",
|
|
"build": "tsup"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^4.0.0",
|
|
"@fesjs/fes-design": ">=0.7.0",
|
|
"vue": "^3.5.21"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/shared": "^4.0.0",
|
|
"@fesjs/utils": "^4.0.0",
|
|
"glob": "^13.0.6",
|
|
"es-toolkit": "^1.46.0",
|
|
"vue-i18n": "^11.3.2"
|
|
},
|
|
"typings": "./types.d.ts"
|
|
}
|