{
    "name": "@oak-digital/strapi-plugin-revalidator",
    "private": false,
    "version": "0.4.0",
    "description": "This is the description of the plugin.",
    "strapi": {
        "name": "revalidator",
        "description": "Description of revalidator plugin",
        "kind": "plugin"
    },
    "dependencies": {
        "@strapi/design-system": "^1.6.3",
        "@strapi/helper-plugin": "^4.6.0",
        "@strapi/icons": "^1.6.3",
        "axios": "^1.3.5",
        "lodash": "^4.17.21",
        "prop-types": "^15.7.2",
        "zod": "^3.21.4"
    },
    "devDependencies": {
        "@strapi/typescript-utils": "^4.6.0",
        "@types/lodash": "^4.14.194",
        "@types/react": "^17.0.53",
        "@types/react-dom": "^17.0.18",
        "@types/react-router-dom": "^5.3.3",
        "@types/styled-components": "^5.1.26",
        "formik": "^2.2.9",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-router-dom": "^5.3.4",
        "strapi-typed": "^1.0.16",
        "typescript": "^5.1.6"
    },
    "peerDependencies": {
        "@strapi/strapi": "^4.12.x"
    },
    "author": {
        "name": "Oak Digital"
    },
    "maintainers": [
        {
            "name": "Alexander Nortung"
        }
    ],
    "engines": {
        "node": ">=14.19.1 <=18.x.x",
        "npm": ">=6.0.0"
    },
    "scripts": {
        "develop": "tsc -p tsconfig.server.json -w",
        "build": "tsc -p tsconfig.server.json"
    },
    "license": "MIT"
}
