{
  "name": "@strapi/helper-plugin",
  "version": "4.25.23",
  "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"
    }
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "source": "./src/index.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pack-up build",
    "build-storybook": "storybook build",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint . --ext .js,.jsx,.tsx,.ts",
    "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",
    "test:ts": "run -T tsc --noEmit",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "axios": "1.8.2",
    "date-fns": "2.30.0",
    "formik": "2.4.0",
    "immer": "9.0.19",
    "lodash": "4.17.21",
    "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": {
    "@storybook/addon-actions": "7.5.3",
    "@storybook/addon-essentials": "7.5.3",
    "@storybook/addon-links": "7.5.3",
    "@storybook/addon-mdx-gfm": "7.5.3",
    "@storybook/builder-vite": "7.5.3",
    "@storybook/react-vite": "7.5.3",
    "@strapi/admin-test-utils": "4.25.23",
    "@strapi/design-system": "1.19.0",
    "@strapi/icons": "1.19.0",
    "@strapi/pack-up": "4.23.0",
    "@strapi/types": "4.25.23",
    "@strapi/utils": "4.25.23",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "cross-env": "^7.0.3",
    "eslint-config-custom": "4.25.23",
    "eslint-plugin-storybook": "0.6.14",
    "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.5.3",
    "styled-components": "5.3.3",
    "typescript": "5.2.2",
    "vite": "5.1.8",
    "yup": "0.32.9"
  },
  "peerDependencies": {
    "@strapi/design-system": "1.19.0",
    "@strapi/icons": "1.19.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "^5.2.0",
    "styled-components": "^5.2.1"
  },
  "engines": {
    "node": ">=18.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/build"
        ]
      }
    }
  },
  "gitHead": "594f2da1f3f777104de2b5afba9611016989c53c"
}
