@mongez/react-localization
Version:
A simple i18n localization handler for React Js and React Native
54 lines • 1.66 kB
JSON
{
"name": "@mongez/react-localization",
"version": "3.2.1",
"description": "A simple i18n localization handler for React Js and React Native",
"main": "./cjs/index.js",
"author": "hassanzohdy",
"scripts": {
"fix:test": "eslint --fix -c ./.eslintrc.json ./tests",
"format:test": "prettier --write ./tests/**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc.json",
"test": "jest ./tests",
"test:coverage": "jest ./tests --coverage",
"test:watch": "jest ./tests --watch",
"test:file": "jest"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"jest-esm-jsx-transform": "^1.0.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"peerDependencies": {
"@mongez/localization": "3.2.1",
"react": ">=16.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hassanzohdy/mongez-react-localization"
},
"keywords": [
"i18n",
"localization",
"trans",
"jsx",
"translation",
"language",
"react",
"reactjs",
"react-native",
"mongez"
],
"license": "MIT",
"module": "./esm/index.js",
"typings": "./cjs/index.d.ts"
}