UNPKG

react-i18nify

Version:

Simple i18n translation and localization components and helpers for React.

77 lines (76 loc) 2.1 kB
{ "name": "react-i18nify", "version": "4.4.0", "description": "Simple i18n translation and localization components and helpers for React.", "main": "./build/index.js", "types": "./types/index.d.ts", "scripts": { "test": "jest --verbose", "test:watch": "npm test -- --watch", "lint": "eslint src/**/*.jsx src/**/*.js __test__/**/*.js", "lint:fix": "npm run lint -- --fix", "dtslint": "dtslint types", "build": "rimraf build && npx browserslist --update-db && babel src -d build", "prepare": "npm run build" }, "files": [ "build", "src", "example", "types/index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/sealninja/react-i18nify.git" }, "author": "Sealninja", "license": "MIT", "bugs": { "url": "https://github.com/sealninja/react-i18nify/issues" }, "homepage": "https://sealninja.com", "keywords": [ "react", "i18n", "translation", "localization", "components", "helpers", "javascript", "flux", "redux" ], "runkitExampleFilename": "example/example.js", "browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead", "peerDependencies": { "date-fns": "^2.25.0", "react": "^16.8.0 || ^17.x" }, "dependencies": { "prop-types": "^15.7.2" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", "@babel/plugin-proposal-class-properties": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-react": "^7.16.0", "@babel/register": "^7.16.0", "@types/react": "^17.0.35", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", "dtslint": "^4.2.0", "enzyme": "^3.11.0", "eslint": "^7.21.0", "eslint-config-airbnb": "^19.0.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0", "jest": "^27.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "typescript": "^4.4.4" } }