81 lines
1.8 KiB
JSON
Raw Normal View History

{
2021-04-29 11:50:14 +02:00
"name": "@strapi/plugin-documentation",
2021-04-21 17:00:57 +02:00
"version": "3.6.0",
2021-01-22 17:57:15 +01:00
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"strapi": {
2021-05-31 18:28:42 +02:00
"displayName": "Documentation",
"name": "documentation",
"icon": "book",
2021-05-31 18:28:42 +02:00
"description": "documentation.plugin.description",
"kind": "plugin"
},
"scripts": {
2019-04-26 16:19:08 +02:00
"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",
2019-08-27 16:04:47 +02:00
"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",
2019-08-13 11:22:36 +02:00
"react-dom": "^16.9.0",
"react-intl": "4.5.0",
"react-redux": "7.2.3",
"react-router": "^5.2.0",
2019-04-18 20:47:57 +02:00
"react-router-dom": "^5.0.0",
"reactstrap": "8.4.1",
2019-04-24 18:18:25 +02:00
"redux": "^4.0.1",
2019-05-17 01:29:50 -07:00
"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"
2019-04-24 18:18:25 +02:00
}