2021-08-25 14:45:59 +02:00

75 lines
1.7 KiB
JSON

{
"name": "@strapi/plugin-documentation",
"version": "3.6.8",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"strapi": {
"displayName": "Documentation",
"name": "documentation",
"icon": "book",
"description": "documentation.plugin.description",
"kind": "plugin"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@strapi/helper-plugin": "3.6.8",
"cheerio": "^1.0.0-rc.5",
"fs-extra": "^9.1.0",
"koa-static": "^5.0.0",
"lodash": "4.17.21",
"moment": "^2.29.1",
"path-to-regexp": "^3.1.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"react-redux": "7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.0.0",
"reactstrap": "8.4.1",
"redux": "^4.0.1",
"reselect": "^4.0.0",
"swagger-ui-dist": "3.47.1"
},
"author": {
"name": "soupette",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
{
"name": "soupette",
"email": "cyril@strapi.io"
},
{
"name": "lauriejim",
"email": "jim@strapi.io"
}
],
"contributors": [
{
"name": "soupette"
},
{
"name": "Aurelsicoko",
"email": "aurelien@strapi.io"
},
{
"name": "lauriejim",
"email": "jim@strapi.io"
}
],
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}