2018-12-06 18:03:56 +01:00
|
|
|
{
|
2021-04-29 11:50:14 +02:00
|
|
|
"name": "@strapi/plugin-documentation",
|
2024-09-12 14:25:11 +02:00
|
|
|
"version": "5.0.0-rc.22",
|
2021-01-22 17:57:15 +01:00
|
|
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
2021-11-29 18:46:14 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/strapi/strapi.git",
|
|
|
|
|
"directory": "packages/plugins/documentation"
|
|
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2018-12-06 18:03:56 +01:00
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2018-12-06 18:03:56 +01:00
|
|
|
"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": [
|
|
|
|
|
{
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2018-12-06 18:03:56 +01:00
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2018-12-06 18:03:56 +01:00
|
|
|
}
|
|
|
|
|
],
|
2023-10-31 15:38:51 +00:00
|
|
|
"exports": {
|
|
|
|
|
"./strapi-admin": {
|
2024-03-15 20:24:37 +01:00
|
|
|
"types": "./dist/admin/src/index.d.ts",
|
|
|
|
|
"source": "./admin/src/index.ts",
|
2023-10-31 15:38:51 +00:00
|
|
|
"import": "./dist/admin/index.mjs",
|
|
|
|
|
"require": "./dist/admin/index.js",
|
|
|
|
|
"default": "./dist/admin/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./strapi-server": {
|
2024-03-15 20:24:37 +01:00
|
|
|
"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"
|
2023-10-31 15:38:51 +00:00
|
|
|
},
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2024-03-15 20:24:37 +01:00
|
|
|
"files": [
|
|
|
|
|
"dist/",
|
|
|
|
|
"strapi-server.js"
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"scripts": {
|
2024-05-28 08:24:20 +02:00
|
|
|
"build": "strapi-plugin build",
|
2024-03-15 20:24:37 +01:00
|
|
|
"clean": "run -T rimraf ./dist",
|
2023-03-09 11:38:01 +05:30
|
|
|
"lint": "run -T eslint .",
|
2023-04-28 15:20:20 +02:00
|
|
|
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
2023-10-11 14:31:53 +02:00
|
|
|
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
2024-04-25 16:17:23 +01:00
|
|
|
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
|
|
|
|
|
"test:ts:back": "run -T tsc --noEmit -p server/tsconfig.json",
|
2024-03-15 20:24:37 +01:00
|
|
|
"test:unit": "run -T jest --verbose",
|
2023-10-31 15:38:51 +00:00
|
|
|
"test:unit:watch": "run -T jest --watch",
|
2024-05-28 08:24:20 +02:00
|
|
|
"watch": "strapi-plugin watch"
|
2021-11-29 15:13:33 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-03-15 20:24:37 +01:00
|
|
|
"@reduxjs/toolkit": "1.9.7",
|
2024-08-02 17:25:32 +02:00
|
|
|
"@strapi/admin": "workspace:*",
|
2024-09-04 07:59:18 -04:00
|
|
|
"@strapi/design-system": "2.0.0-rc.10",
|
|
|
|
|
"@strapi/icons": "2.0.0-rc.10",
|
2024-08-02 17:25:32 +02:00
|
|
|
"@strapi/utils": "workspace:*",
|
2021-11-29 15:13:33 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2022-07-13 12:23:31 +00:00
|
|
|
"cheerio": "^1.0.0-rc.12",
|
2024-03-18 17:27:27 +00:00
|
|
|
"formik": "2.4.5",
|
2024-04-25 09:49:48 +02:00
|
|
|
"fs-extra": "11.2.0",
|
2024-03-18 17:27:27 +00:00
|
|
|
"immer": "9.0.21",
|
2021-11-29 15:13:33 +01:00
|
|
|
"koa-static": "^5.0.0",
|
|
|
|
|
"lodash": "4.17.21",
|
2022-07-05 09:59:54 +00:00
|
|
|
"path-to-regexp": "6.2.1",
|
2024-03-18 17:27:27 +00:00
|
|
|
"react-intl": "6.6.2",
|
2023-05-28 22:58:36 +00:00
|
|
|
"swagger-ui-dist": "4.19.0",
|
2023-02-12 08:49:44 +09:00
|
|
|
"yaml": "1.10.2",
|
2022-10-28 09:35:21 +02:00
|
|
|
"yup": "0.32.9"
|
2021-11-29 15:13:33 +01:00
|
|
|
},
|
2022-08-11 10:40:09 +02:00
|
|
|
"devDependencies": {
|
2023-03-14 11:10:55 +01:00
|
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
2024-08-02 17:25:32 +02:00
|
|
|
"@strapi/admin-test-utils": "workspace:*",
|
2024-04-12 13:39:49 +01:00
|
|
|
"@strapi/pack-up": "5.0.0",
|
2024-05-28 08:24:20 +02:00
|
|
|
"@strapi/sdk-plugin": "^5.0.0",
|
2024-08-02 17:25:32 +02:00
|
|
|
"@strapi/strapi": "workspace:*",
|
|
|
|
|
"@strapi/types": "workspace:*",
|
2024-05-17 16:00:38 +01:00
|
|
|
"@testing-library/react": "15.0.7",
|
|
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-04-26 09:31:37 +02:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2024-03-15 20:24:37 +01:00
|
|
|
"@types/koa": "2.13.4",
|
|
|
|
|
"@types/koa-session": "6.4.1",
|
|
|
|
|
"@types/swagger-ui-dist": "3.30.4",
|
2024-04-03 19:01:08 +02:00
|
|
|
"koa": "2.15.2",
|
2024-04-03 19:13:24 +02:00
|
|
|
"koa-body": "6.0.1",
|
2024-03-15 20:24:37 +01:00
|
|
|
"koa-session": "6.4.0",
|
2023-09-03 22:53:02 +00:00
|
|
|
"msw": "1.3.0",
|
2024-03-15 20:24:37 +01:00
|
|
|
"openapi-types": "12.1.3",
|
2024-05-17 16:00:38 +01:00
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1",
|
2024-03-18 17:27:27 +00:00
|
|
|
"react-router-dom": "6.22.3",
|
2024-05-07 14:01:26 +01:00
|
|
|
"styled-components": "6.1.8"
|
2022-08-11 10:40:09 +02:00
|
|
|
},
|
2023-10-11 14:31:53 +02:00
|
|
|
"peerDependencies": {
|
2024-03-27 14:54:13 +00:00
|
|
|
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
|
2023-10-11 14:31:53 +02:00
|
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
|
|
|
"react-dom": "^17.0.0 || ^18.0.0",
|
2024-01-15 11:13:36 +00:00
|
|
|
"react-router-dom": "^6.0.0",
|
2024-05-07 14:01:26 +01:00
|
|
|
"styled-components": "^6.0.0"
|
2023-10-11 14:31:53 +02:00
|
|
|
},
|
2018-12-06 18:03:56 +01:00
|
|
|
"engines": {
|
2023-10-11 10:55:42 +02:00
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
2019-07-15 11:17:14 +02:00
|
|
|
"npm": ">=6.0.0"
|
2018-12-06 18:03:56 +01:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"strapi": {
|
|
|
|
|
"displayName": "Documentation",
|
|
|
|
|
"name": "documentation",
|
|
|
|
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
|
|
|
"kind": "plugin"
|
2022-10-05 16:22:44 +02:00
|
|
|
}
|
2023-03-14 11:10:55 +01:00
|
|
|
}
|