@voerkai18n/react
Version:
React支持,提供语言切换等功能
39 lines • 904 B
JSON
{
"name": "@voerkai18n/react",
"version": "3.0.14",
"description": "React支持,提供语言切换等功能",
"main": "dist/index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"keywords": [
"voerkai18n",
"i18n",
"language",
"translation",
"internationalize",
"react"
],
"author": "wxzhang",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.0.0",
"esbuild-plugin-copy": "^2.1.1",
"react": "^18.0.0",
"tsup": "^8.3.6",
"@voerkai18n/runtime": "^3.0.14"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"react": "^18.0.0",
"@voerkai18n/runtime": "^3.0.14"
},
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts"
}