soupette bf1040f9b9 Upgrade reactstrap dependency. Fixes #5837
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-17 14:00:53 +02:00

78 lines
1.7 KiB
JSON
Executable File

{
"name": "strapi-plugin-documentation",
"version": "3.0.0-beta.20",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Documentation",
"icon": "book",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI."
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"fs-extra": "^8.1.0",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"koa-static": "^5.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"path-to-regexp": "^3.1.0",
"react": "^16.9.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.9.0",
"react-intl": "^2.9.0",
"react-redux": "^7.0.3",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-transition-group": "^4.0.1",
"reactstrap": "8.4.1",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"strapi-helper-plugin": "3.0.0-beta.20",
"swagger-ui-dist": "3.24.3"
},
"author": {
"name": "soupette",
"email": "hi@strapi.io",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi",
"email": "hi@strapi.io",
"url": "http://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.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
}