react-weglot
Version:
You can use this component to easily integrate Weglot Translation Widget into ReactJS or NextJS projects. TypeScript is also supported. # Usage ## Setting Up Weglot - Login to [Weglot](https://www.weglot.com/) - [Setup translation](https://support.weglot.
30 lines • 576 B
JSON
{
"name": "react-weglot",
"version": "1.0.4",
"main": "lib/index.js",
"repository": "https://github.com/as1605/react-weglot.git",
"author": "as1605 <1605.aditya.singh@gmail.com>",
"license": "MIT",
"files": [
"lib"
],
"private": false,
"peerDependencies": {
"react": "^18.2.0"
},
"scripts": {
"build": "rm -rf lib && tsc",
"prepack": "rm -rf lib && tsc"
},
"devDependencies": {
"@types/react": "^18.2.72",
"typescript": "^5.4.3"
},
"keywords": [
"react",
"weglot",
"translate",
"i18n",
"nextjs"
]
}