78 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "strapi-plugin-documentation",
2019-07-25 12:00:42 +02:00
"version": "3.0.0-beta.14",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Documentation",
"icon": "book",
2018-12-07 17:38:26 +01:00
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI."
},
"scripts": {
2019-04-26 16:19:08 +02:00
"test": "echo \"no tests yet\""
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
2019-04-18 20:47:57 +02:00
"classnames": "^2.2.6",
2019-05-31 17:48:31 +02:00
"fs-extra": "^8.0.1",
2019-04-18 20:47:57 +02:00
"immutable": "^3.8.2",
2019-05-17 01:29:50 -07:00
"invariant": "^2.2.4",
2019-06-12 20:30:45 +02:00
"koa-static": "^4.0.1",
2019-04-18 20:47:57 +02:00
"lodash": "^4.17.11",
2019-05-17 01:29:50 -07:00
"moment": "^2.24.0",
"path-to-regexp": "^3.0.0",
"react": "^16.8.6",
2019-04-24 18:18:25 +02:00
"react-copy-to-clipboard": "^5.0.1",
2019-05-17 01:29:50 -07:00
"react-dom": "^16.8.6",
"react-intl": "^2.9.0",
"react-redux": "^7.0.3",
2019-04-18 20:47:57 +02:00
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
2019-05-17 01:29:50 -07:00
"react-transition-group": "^4.0.1",
"reactstrap": "^8.0.0",
2019-04-24 18:18:25 +02:00
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
2019-05-17 01:29:50 -07:00
"reselect": "^4.0.0",
2019-07-25 12:00:42 +02:00
"strapi-helper-plugin": "3.0.0-beta.14",
"swagger-ui-dist": "3.22.1"
},
"author": {
"name": "soupette",
"email": "hi@strapi.io",
2019-04-18 20:47:57 +02:00
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi",
"email": "hi@strapi.io",
2019-04-18 20:47:57 +02:00
"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"
},
2019-05-02 15:45:09 +02:00
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
2019-04-24 18:18:25 +02:00
}