2025-09-05 22:40:22 +08:00

45 lines
1.1 KiB
JSON

{
"name": "@fesjs/plugin-locale",
"version": "4.4.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": {
"dev": "tsup --watch --sourcemap",
"build": "tsup"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@fesjs/fes": "^3.1.12",
"@fesjs/fes-design": ">=0.7.0",
"vue": "^3.5.21"
},
"dependencies": {
"@fesjs/shared": "workspace:*",
"@fesjs/utils": "workspace:*",
"lodash-es": "^4.17.21",
"vue-i18n": "^9.0.0"
},
"typings": "./types.d.ts"
}