2018-12-06 18:03:56 +01:00
|
|
|
{
|
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.",
|
2018-12-06 18:03:56 +01:00
|
|
|
"strapi": {
|
2021-05-31 18:28:42 +02:00
|
|
|
"displayName": "Documentation",
|
|
|
|
|
"name": "documentation",
|
2018-12-06 18:03:56 +01:00
|
|
|
"icon": "book",
|
2021-05-31 18:28:42 +02:00
|
|
|
"description": "documentation.plugin.description",
|
|
|
|
|
"kind": "plugin"
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-04-26 16:19:08 +02:00
|
|
|
"test": "echo \"no tests yet\""
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-04-19 08:41:30 +02:00
|
|
|
"@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",
|
2021-05-04 17:27:41 +02:00
|
|
|
"@strapi/helper-plugin": "3.6.0",
|
2020-12-29 09:01:02 +01:00
|
|
|
"cheerio": "^1.0.0-rc.5",
|
2021-03-12 05:43:19 +00:00
|
|
|
"fs-extra": "^9.1.0",
|
2019-08-27 16:04:47 +02:00
|
|
|
"koa-static": "^5.0.0",
|
2021-04-08 14:06:59 +02:00
|
|
|
"lodash": "4.17.21",
|
2020-11-26 13:11:04 +01:00
|
|
|
"moment": "^2.29.1",
|
2019-10-28 23:44:16 -07:00
|
|
|
"path-to-regexp": "^3.1.0",
|
2021-03-29 14:07:37 +02:00
|
|
|
"react": "^16.14.0",
|
2021-02-25 05:37:53 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.3",
|
2019-08-13 11:22:36 +02:00
|
|
|
"react-dom": "^16.9.0",
|
2020-06-23 12:09:23 +02:00
|
|
|
"react-intl": "4.5.0",
|
2021-04-06 10:10:08 +02:00
|
|
|
"react-redux": "7.2.3",
|
2021-03-04 08:11:47 +00:00
|
|
|
"react-router": "^5.2.0",
|
2019-04-18 20:47:57 +02:00
|
|
|
"react-router-dom": "^5.0.0",
|
2020-04-17 14:00:53 +02:00
|
|
|
"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",
|
2021-04-16 12:22:55 +02:00
|
|
|
"swagger-ui-dist": "3.47.1"
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "soupette",
|
|
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Strapi",
|
|
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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": {
|
2020-10-07 15:33:02 +02:00
|
|
|
"node": ">=10.16.0 <=14.x.x",
|
2019-07-15 11:17:14 +02:00
|
|
|
"npm": ">=6.0.0"
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
2020-07-20 18:07:48 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2020-08-13 19:05:20 +02:00
|
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
2019-04-24 18:18:25 +02:00
|
|
|
}
|