2023-01-30 09:39:49 +01:00

66 lines
1.6 KiB
JSON

{
"name": "@strapi/plugin-documentation",
"version": "4.6.0",
"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": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@strapi/helper-plugin": "4.6.0",
"@strapi/utils": "4.6.0",
"bcryptjs": "2.4.3",
"cheerio": "^1.0.0-rc.12",
"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": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-intl": "6.2.7",
"react-redux": "7.2.8",
"react-router": "^5.2.0",
"react-router-dom": "5.3.4",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"swagger-ui-dist": "4.15.5",
"yaml": "1.10.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"devDependencies": {
"@testing-library/react": "12.1.4",
"msw": "0.49.1"
},
"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"
}
}