{ "name": "@strapi/plugin-documentation", "version": "4.8.2", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/plugins/documentation" }, "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": { "lint": "eslint ." }, "dependencies": { "@strapi/design-system": "1.6.6", "@strapi/helper-plugin": "4.8.2", "@strapi/icons": "1.6.6", "@strapi/utils": "4.8.2", "bcryptjs": "2.4.3", "cheerio": "^1.0.0-rc.12", "formik": "2.2.9", "fs-extra": "10.0.0", "koa-static": "^5.0.0", "lodash": "4.17.21", "path-to-regexp": "6.2.1", "pluralize": "8.0.0", "react-copy-to-clipboard": "^5.1.0", "react-helmet": "^6.1.0", "react-intl": "6.3.2", "react-query": "3.24.3", "react-redux": "8.0.5", "redux": "^4.2.1", "reselect": "^4.1.7", "swagger-ui-dist": "4.15.5", "yaml": "1.10.2", "yup": "^0.32.9" }, "peerDependencies": { "@strapi/strapi": "^4.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "5.3.4", "styled-components": "5.3.3" }, "devDependencies": { "@testing-library/react": "12.1.4", "history": "^4.9.0", "msw": "1.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "5.3.4", "styled-components": "5.3.3" }, "engines": { "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" }, "strapi": { "displayName": "Documentation", "name": "documentation", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "kind": "plugin" } }