soupette 9c7da206b5 Remove useless deps
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-04 17:27:41 +02:00

79 lines
1.8 KiB
JSON

{
"name": "@strapi/plugin-documentation",
"version": "3.6.0",
"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.5",
"@buffetjs/custom": "3.3.5",
"@buffetjs/hooks": "3.3.5",
"@buffetjs/icons": "3.3.5",
"@buffetjs/styles": "3.3.5",
"@buffetjs/utils": "3.3.5",
"@strapi/helper-plugin": "3.6.0",
"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": "^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",
"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": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}