{
  "name": "@strapi/helper-plugin",
  "version": "4.2.2",
  "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/index.js",
  "module": "lib/src/index.js",
  "files": [
    "build"
  ],
  "scripts": {
    "prebuild": "rimraf build",
    "build": "yarn build:development && yarn build:production && yarn create:index",
    "build-storybook": "build-storybook",
    "build:development": "cross-env NODE_ENV=development webpack-cli",
    "build:production": "cross-env NODE_ENV=production webpack-cli",
    "create:index": "node ./createBuildIndex.js",
    "prepublishOnly": "npm run build",
    "storybook": "start-storybook -p 6006",
    "test:front": "jest --config ./jest.config.front.js",
    "test:front:watch": "jest --config ./jest.config.front.js --watchAll",
    "watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.15.2",
    "@fortawesome/fontawesome-svg-core": "^1.2.35",
    "@fortawesome/free-brands-svg-icons": "^5.15.2",
    "@fortawesome/free-solid-svg-icons": "^5.15.3",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "axios": "0.25.0",
    "formik": "2.2.9",
    "invariant": "^2.2.1",
    "lodash": "4.17.21",
    "match-sorter": "^4.0.2",
    "moment": "^2.29.4",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-helmet": "^6.1.0",
    "react-intl": "5.20.2",
    "react-router": "^5.2.0",
    "react-router-dom": "5.2.0",
    "styled-components": "5.3.3",
    "whatwg-fetch": "^3.6.2"
  },
  "devDependencies": {
    "@babel/core": "7.16.7",
    "@babel/plugin-proposal-class-properties": "7.16.7",
    "@babel/plugin-proposal-export-default-from": "7.18.6",
    "@babel/plugin-proposal-function-bind": "7.18.8",
    "@babel/plugin-transform-runtime": "7.16.7",
    "@babel/preset-env": "7.16.7",
    "@babel/preset-react": "7.18.6",
    "@babel/runtime": "7.16.7",
    "@storybook/addon-actions": "6.4.10",
    "@storybook/addon-essentials": "6.4.10",
    "@storybook/addon-links": "6.5.9",
    "@storybook/builder-webpack5": "6.5.9",
    "@storybook/manager-webpack5": "6.4.10",
    "@storybook/react": "^6.3.7",
    "@strapi/design-system": "1.2.0",
    "@strapi/icons": "1.2.0",
    "babel-loader": "^8.2.5",
    "cross-env": "^7.0.3",
    "date-fns": "2.28.0",
    "rimraf": "3.0.2"
  },
  "peerDependencies": {
    "formik": "^2.2.6",
    "immer": "9.0.6",
    "qs": "6.10.1",
    "react-select": "^4.0.2"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "./build"
        ]
      }
    }
  }
}
