react-text
Version:
React translation library with plain objects as dictionaries
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "react-text",
"version": "3.2.5",
"description": "React translation library with plain objects as dictionaries",
"homepage": "https://github.com/franciscop/react-text#readme",
"repository": "https://github.com/franciscop/react-text.git",
"bugs": "https://github.com/franciscop/react-text/issues",
"funding": "https://www.paypal.me/franciscopresencia/19",
"author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"size": "echo $(gzip -c index.min.js | wc -c) bytes",
"start": "jest --watch",
"test": "jest --coverage"
},
"keywords": [
"react",
"translate",
"dictionary",
"language",
"i18n"
],
"main": "index.min.js",
"files": [],
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"react": "^18.2.0",
"react-test": "^0.19.0",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.2.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"jest": {
"testEnvironment": "jsdom"
}
}