{
  "name": "@strapi/plugin-i18n",
  "version": "4.9.2",
  "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/plugins/i18n"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@strapi/design-system": "1.6.6",
    "@strapi/helper-plugin": "4.9.2",
    "@strapi/icons": "1.6.6",
    "@strapi/utils": "4.9.2",
    "formik": "2.2.9",
    "immer": "9.0.19",
    "lodash": "4.17.21",
    "prop-types": "^15.7.2",
    "qs": "6.11.1",
    "react-intl": "6.3.2",
    "react-query": "3.24.3",
    "react-redux": "8.0.5",
    "redux": "^4.2.1",
    "yup": "^0.32.9"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.3"
  },
  "devDependencies": {
    "@testing-library/react": "12.1.4",
    "msw": "1.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "Internationalization",
    "name": "i18n",
    "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
    "required": false,
    "kind": "plugin"
  },
  "gitHead": "91e0be2708e4d1e8ec731c75e73e54c0dfacb67d"
}
