{
  "name": "@strapi/plugin-content-type-builder",
  "version": "4.13.6",
  "description": "Strapi plugin to create content type",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "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",
    "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/design-system": "1.10.1",
    "@strapi/generators": "4.13.6",
    "@strapi/helper-plugin": "4.13.6",
    "@strapi/icons": "1.10.1",
    "@strapi/utils": "4.13.6",
    "fs-extra": "10.0.0",
    "immer": "9.0.19",
    "lodash": "4.17.21",
    "pluralize": "^8.0.0",
    "prop-types": "^15.8.1",
    "qs": "6.11.1",
    "react-helmet": "^6.1.0",
    "react-intl": "6.4.1",
    "react-redux": "8.1.1",
    "redux": "^4.2.1",
    "reselect": "4.1.7",
    "yup": "0.32.9"
  },
  "devDependencies": {
    "@strapi/admin": "4.13.6",
    "@testing-library/react": "14.0.0",
    "@testing-library/react-hooks": "8.0.1",
    "history": "^4.9.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {
    "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"
  },
  "strapi": {
    "name": "content-type-builder",
    "displayName": "Content Type Builder",
    "description": "Modelize the data structure of your API. Create new fields and relations in just a minute. The files are automatically created and updated in your project.",
    "kind": "plugin",
    "required": true
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
