mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "@strapi/plugin-documentation",
|
|
"version": "4.3.6",
|
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strapi/strapi.git",
|
|
"directory": "packages/plugins/documentation"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"@strapi/helper-plugin": "4.3.6",
|
|
"@strapi/utils": "4.3.6",
|
|
"bcryptjs": "2.4.3",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"fs-extra": "10.0.0",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "4.17.21",
|
|
"path-to-regexp": "6.2.1",
|
|
"pluralize": "8.0.0",
|
|
"react": "^17.0.2",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-intl": "5.25.1",
|
|
"react-redux": "7.2.8",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "5.2.0",
|
|
"redux": "^4.0.1",
|
|
"reselect": "^4.0.0",
|
|
"swagger-ui-dist": "4.12.0",
|
|
"yaml": "1.10.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@strapi/strapi": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "11.2.7",
|
|
"msw": "0.42.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"displayName": "Documentation",
|
|
"name": "documentation",
|
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
"kind": "plugin"
|
|
}
|
|
}
|