{ "name": "@strapi/plugin-documentation", "version": "5.0.0-rc.22", "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" } ], "exports": { "./strapi-admin": { "types": "./dist/admin/src/index.d.ts", "source": "./admin/src/index.ts", "import": "./dist/admin/index.mjs", "require": "./dist/admin/index.js", "default": "./dist/admin/index.js" }, "./strapi-server": { "types": "./dist/server/src/index.d.ts", "source": "./server/src/index.ts", "import": "./dist/server/index.mjs", "require": "./dist/server/index.js", "default": "./dist/server/index.js" }, "./package.json": "./package.json" }, "files": [ "dist/", "strapi-server.js" ], "scripts": { "build": "strapi-plugin build", "clean": "run -T rimraf ./dist", "lint": "run -T eslint .", "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", "test:ts:front": "run -T tsc -p admin/tsconfig.json", "test:ts:back": "run -T tsc --noEmit -p server/tsconfig.json", "test:unit": "run -T jest --verbose", "test:unit:watch": "run -T jest --watch", "watch": "strapi-plugin watch" }, "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/admin": "workspace:*", "@strapi/design-system": "2.0.0-rc.10", "@strapi/icons": "2.0.0-rc.10", "@strapi/utils": "workspace:*", "bcryptjs": "2.4.3", "cheerio": "^1.0.0-rc.12", "formik": "2.4.5", "fs-extra": "11.2.0", "immer": "9.0.21", "koa-static": "^5.0.0", "lodash": "4.17.21", "path-to-regexp": "6.2.1", "react-intl": "6.6.2", "swagger-ui-dist": "4.19.0", "yaml": "1.10.2", "yup": "0.32.9" }, "devDependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@strapi/admin-test-utils": "workspace:*", "@strapi/pack-up": "5.0.0", "@strapi/sdk-plugin": "^5.0.0", "@strapi/strapi": "workspace:*", "@strapi/types": "workspace:*", "@testing-library/react": "15.0.7", "@testing-library/user-event": "14.5.2", "@types/fs-extra": "11.0.4", "@types/koa": "2.13.4", "@types/koa-session": "6.4.1", "@types/swagger-ui-dist": "3.30.4", "koa": "2.15.2", "koa-body": "6.0.1", "koa-session": "6.4.0", "msw": "1.3.0", "openapi-types": "12.1.3", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.22.3", "styled-components": "6.1.8" }, "peerDependencies": { "@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "react-router-dom": "^6.0.0", "styled-components": "^6.0.0" }, "engines": { "node": ">=18.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" } }