mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 18:23:24 +00:00
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "@strapi/plugin-documentation",
|
|
"version": "4.14.3",
|
|
"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": {
|
|
"lint": "run -T eslint .",
|
|
"test:unit": "jest --verbose",
|
|
"test:unit:watch": "run -T jest --watch",
|
|
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
|
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/design-system": "1.12.0",
|
|
"@strapi/helper-plugin": "4.14.3",
|
|
"@strapi/icons": "1.12.0",
|
|
"@strapi/utils": "4.14.3",
|
|
"bcryptjs": "2.4.3",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"formik": "2.4.0",
|
|
"fs-extra": "10.0.0",
|
|
"immer": "9.0.19",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "4.17.21",
|
|
"path-to-regexp": "6.2.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-intl": "6.4.1",
|
|
"react-query": "3.39.3",
|
|
"swagger-ui-dist": "4.19.0",
|
|
"yaml": "1.10.2",
|
|
"yup": "0.32.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@strapi/strapi": "^4.0.0",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
"react-router-dom": "5.3.4",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@testing-library/react": "14.0.0",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"msw": "1.3.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "5.3.4",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <=20.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"
|
|
}
|
|
}
|