{
  "name": "@lingui/react",
  "version": "4.7.0",
  "sideEffects": false,
  "description": "React components for translations",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "author": {
    "name": "Tomáš Ehrlich",
    "email": "tomas.ehrlich@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "component",
    "react-component",
    "react-native",
    "i18n",
    "internationalization",
    "i9n",
    "translation",
    "icu",
    "messageformat",
    "multilingual",
    "localization",
    "l10n"
  ],
  "scripts": {
    "build": "rimraf ./dist && unbuild",
    "stub": "unbuild --stub"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lingui/js-lingui.git"
  },
  "bugs": {
    "url": "https://github.com/lingui/js-lingui/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./server": {
      "require": {
        "types": "./dist/server.d.ts",
        "default": "./dist/server.cjs"
      },
      "import": {
        "types": "./dist/server.d.ts",
        "default": "./dist/server.mjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/"
  ],
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "@lingui/core": "4.7.0"
  },
  "devDependencies": {
    "@lingui/jest-mocks": "*",
    "@testing-library/react": "^14.0.0",
    "@types/react": "^18.2.13",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "unbuild": "2.0.0"
  },
  "gitHead": "ebb6353aef59d1b1a29a10ba6ffe94eb42c51a77"
}
