{
  "name": "strapi-plugin-redirects",
  "version": "0.0.5",
  "description": "This plugin allows a user to manage redirects from the admin panel.",
  "strapi": {
    "name": "redirects",
    "description": "This plugin allows a user to manage redirects from the admin panel.",
    "kind": "plugin",
    "displayName": "Redirects"
  },
  "dependencies": {
    "@strapi/design-system": "^1.6.3",
    "@strapi/helper-plugin": "^4.6.0",
    "@strapi/icons": "^1.6.3",
    "prop-types": "^15.7.2",
    "lodash": "4.17.21",
    "csvtojson": "2.0.10"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.6"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.4.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.6"
  },
  "author": {
    "name": "Alex Bennett",
    "email": "info@alex-bennett.co.uk",
    "url": "https://alex-bennett.co.uk"
  },
  "maintainers": [
    {
      "name": "Alex Bennett"
    }
  ],
  "engines": {
    "node": ">=14.19.1 <= 18.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}