{
  "name": "@strapi/helper-plugin",
  "version": "4.13.6",
  "description": "Helper for Strapi plugins development",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/core/helper-plugin"
  },
  "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"
    }
  ],
  "main": "build/helper-plugin.js",
  "module": "build/helper-plugin.esm.js",
  "exports": {
    ".": {
      "require": "./build/helper-plugin.js",
      "import": "./build/helper-plugin.esm.js"
    }
  },
  "files": [
    "build"
  ],
  "scripts": {
    "prebuild": "rimraf build",
    "build": "cross-env NODE_ENV=production webpack-cli",
    "build-storybook": "storybook 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",
    "lint": "run -T eslint . --ext .js,.jsx,.tsx,.ts"
  },
  "dependencies": {
    "axios": "1.5.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"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "15.2.0",
    "@storybook/addon-actions": "7.4.0",
    "@storybook/addon-essentials": "7.4.0",
    "@storybook/addon-links": "7.4.0",
    "@storybook/addon-mdx-gfm": "7.4.0",
    "@storybook/builder-vite": "7.4.0",
    "@storybook/react-vite": "7.4.0",
    "@strapi/admin-test-utils": "4.13.6",
    "@strapi/design-system": "1.10.1",
    "@strapi/icons": "1.10.1",
    "@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.13.6",
    "eslint-plugin-storybook": "0.6.13",
    "msw": "1.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "rimraf": "3.0.2",
    "storybook": "7.4.0",
    "styled-components": "5.3.3",
    "typescript": "5.2.2",
    "vite": "4.4.9",
    "webpack": "^5.88.1",
    "webpack-cli": "^5.1.0"
  },
  "peerDependencies": {
    "@strapi/design-system": "1.10.1",
    "@strapi/icons": "1.10.1",
    "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"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "./build"
        ]
      }
    }
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
