2025-09-16 11:25:46 +08:00

45 lines
1.1 KiB
JSON

{
"name": "@fesjs/plugin-locale",
"version": "5.0.0-beta.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-beta.0",
"@fesjs/fes-design": ">=0.7.0",
"vue": "^3.5.21"
},
"dependencies": {
"@fesjs/shared": "^4.0.0-beta.0",
"@fesjs/utils": "^4.0.0-beta.0",
"lodash-es": "^4.17.21",
"vue-i18n": "^9.0.0"
},
"typings": "./types.d.ts"
}