{
  "_from": "@strapi/helper-plugin@4.12.7",
  "_id": "@strapi/helper-plugin@4.12.7",
  "_inBundle": false,
  "_integrity": "sha512-Tg7wmJc5BIrY2nLPLOEVLk6v5FdcG1YEp7hsiRmTbEgZUsbwDdmmy5eROukpKR9pSF+TFOymYFG0em3gnPN96Q==",
  "_location": "/@strapi/helper-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/helper-plugin@4.12.7",
    "name": "@strapi/helper-plugin",
    "escapedName": "@strapi%2fhelper-plugin",
    "scope": "@strapi",
    "rawSpec": "4.12.7",
    "saveSpec": null,
    "fetchSpec": "4.12.7"
  },
  "_requiredBy": [
    "/@strapi/admin",
    "/@strapi/plugin-content-type-builder",
    "/@strapi/plugin-i18n",
    "/@strapi/plugin-upload",
    "/@strapi/plugin-users-permissions"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.7.tgz",
  "_shasum": "1ee542f039a4b0861fe2aace95c14a39f86d3374",
  "_spec": "@strapi/helper-plugin@4.12.7",
  "_where": "/home/ghf/system/node_modules/@strapi/plugin-i18n",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "axios": "1.4.0",
    "date-fns": "2.30.0",
    "formik": "2.4.0",
    "immer": "9.0.19",
    "lodash": "4.17.21",
    "prop-types": "^15.8.1",
    "qs": "6.11.1",
    "react-helmet": "^6.1.0",
    "react-intl": "6.4.1",
    "react-query": "3.39.3",
    "react-select": "5.7.0"
  },
  "deprecated": false,
  "description": "Helper for Strapi plugins development",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "15.1.0",
    "@storybook/addon-actions": "7.2.2",
    "@storybook/addon-essentials": "7.2.2",
    "@storybook/addon-links": "7.2.2",
    "@storybook/addon-mdx-gfm": "7.2.2",
    "@storybook/builder-vite": "7.2.2",
    "@storybook/react-vite": "7.2.2",
    "@strapi/design-system": "1.9.0",
    "@strapi/icons": "1.9.0",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "@types/react": "18.2.16",
    "@types/react-dom": "18.2.7",
    "@types/react-router-dom": "5.3.3",
    "@types/styled-components": "5.1.26",
    "browserslist-to-esbuild": "1.2.0",
    "cross-env": "^7.0.3",
    "esbuild-loader": "^2.21.0",
    "eslint-config-custom": "4.12.7",
    "eslint-plugin-storybook": "0.6.13",
    "msw": "1.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "rimraf": "3.0.2",
    "storybook": "7.2.2",
    "styled-components": "5.3.3",
    "typescript": "5.1.3",
    "vite": "4.4.9",
    "webpack": "^5.88.1",
    "webpack-cli": "^5.1.0"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "exports": {
    ".": {
      "require": "./build/helper-plugin.js",
      "import": "./build/helper-plugin.esm.js"
    }
  },
  "files": [
    "build"
  ],
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add",
  "homepage": "https://github.com/strapi/strapi#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "build/helper-plugin.js",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "module": "build/helper-plugin.esm.js",
  "name": "@strapi/helper-plugin",
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "./build"
        ]
      }
    }
  },
  "peerDependencies": {
    "@strapi/design-system": "1.9.0",
    "@strapi/icons": "1.9.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strapi/strapi.git",
    "directory": "packages/core/helper-plugin"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack-cli",
    "build-storybook": "storybook build",
    "lint": "run -T eslint . --ext .js,.jsx,.tsx,.ts",
    "prebuild": "rimraf build",
    "prepublishOnly": "npm run build",
    "storybook": "storybook dev -p 6006",
    "test:front": "run -T jest --config ./jest.config.front.js",
    "test:front:cov": "run -T jest --config ./jest.config.front.js --coverage",
    "test:front:watch": "run -T jest --config ./jest.config.front.js --watchAll",
    "watch": "cross-env NODE_ENV=development webpack-cli -w"
  },
  "version": "4.12.7"
}
