strapi-plugin-documentation
Version:
Create an OpenAPI Document and visualize your API with SWAGGER UI.
87 lines (86 loc) • 2.07 kB
JSON
{
"name": "strapi-plugin-documentation",
"version": "3.6.11",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"strapi": {
"name": "Documentation",
"icon": "book",
"description": "documentation.plugin.description"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"cheerio": "^1.0.0-rc.5",
"fs-extra": "^9.1.0",
"immutable": "^3.8.2",
"jsonwebtoken": "^8.1.0",
"koa-static": "^5.0.0",
"lodash": "4.17.21",
"moment": "^2.29.4",
"path-to-regexp": "^3.1.0",
"react": "^16.14.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.9.0",
"react-intl": "4.5.0",
"react-redux": "7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.0.0",
"reactstrap": "8.4.1",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"strapi-helper-plugin": "3.6.11",
"swagger-ui-dist": "3.47.1"
},
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/strapi-plugin-documentation"
},
"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": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "62b3ff560e0d1749c4bcf93e5d357501edd9dddb"
}