116 lines
3.4 KiB
JSON
Raw Normal View History

{
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"
},
"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": {
2024-03-15 20:24:37 +01:00
"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": {
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"
},
"./package.json": "./package.json"
},
2024-03-15 20:24:37 +01:00
"files": [
"dist/",
"strapi-server.js"
],
"scripts": {
"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 .",
"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",
"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",
"test:unit:watch": "run -T jest --watch",
"watch": "strapi-plugin watch"
},
"dependencies": {
2024-03-15 20:24:37 +01:00
"@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",
2024-04-25 09:49:48 +02:00
"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",
chore: Add all undeclared packages to package.json This reverts commit 6c283862daa0c8846a544c183e72623b65907cc3. chore: Add all undeclared packages to package.json Add all undeclared packages to package.json (Round 2) Signed-off-by: Sora Morimoto <sora@morimoto.io> chore: move core deps to peer codemirror5 Signed-off-by: Sora Morimoto <sora@morimoto.io> Add all undeclared packages to `package.json` (Round 2) Signed-off-by: Sora Morimoto <sora@morimoto.io> _ Signed-off-by: Sora Morimoto <sora@morimoto.io> Add all undeclared "safe" packages to `package.json` Signed-off-by: Sora Morimoto <sora@morimoto.io> Add all undeclared "unsafe" packages to `package.json` Signed-off-by: Sora Morimoto <sora@morimoto.io> helper-plugin: remove `fs-extra` Signed-off-by: Sora Morimoto <sora@morimoto.io> https://github.com/strapi/strapi/pull/15797 i18n-plugin: move redux from devDependencies to dependencies Signed-off-by: Sora Morimoto <sora@morimoto.io> database: sqlite3 was a false-detected dependency Signed-off-by: Sora Morimoto <sora@morimoto.io> generators: revert changes Signed-off-by: Sora Morimoto <sora@morimoto.io> Regenerate yarn.lock Signed-off-by: Sora Morimoto <sora@morimoto.io> chore: update react-intl chore: fix post rebase chore: remove axios from packages that dont need it chore: ensure projects install r rd rrd & s Revert "chore: ensure projects install r rd rrd & s" This reverts commit 2e87a1d0fcaf21e187ce558f4690d41ff854d58d. Revert "Revert "chore: ensure projects install r rd rrd & s"" This reverts commit b53a3d49987b00abb393966738d2a34f59c9dc71. chore: Add all undeclared packages to package.json
2023-02-12 08:49:44 +09:00
"yaml": "1.10.2",
test: add e2e tooling Remove old cypress related files Update config and reorg tests Run test app before running playwright tests feat: add beginning of authentication test feat: add app template with database dumping ability chore: pr amends Run test app before running playwright tests feat: add beginning of authentication test feat: add app template with database dumping ability chore: pr amends init deits fix: e2e test chore: rename to e2e chore: commit tar for data Init playwright Run test app before running playwright tests feat: add beginning of authentication test feat: add app template with database dumping ability chore: pr amends chore: remove unneeded workflow fix: add private: true to the template so `test-apps` aren't published docs: add docs chore: add warning about DTS caveats chore: tweak docs docs(e2e): add correct route to api example for template chore: fix package.json tests chore: update from feature/DEITS chore: updates from DTS chore: update data-transfer Update yarn.lock fix: remove duplicate type chore(e2e): set up folder structure fix(e2e): avoid clearing 'admin_' DB tables through DTS or DB Dump feat(e2e): DTS scripts and backup files add route to change rate limit fix wront appPath for API test in CI no template by default when creating a test app Fix typo double equal fix template path for e2e tests chore(e2e): fix broken signup spec feat(e2e): basic logout test spec Login e2e tests globalSetup attempt use withAdmin backup cleanup fix playwright config & rate limit test remove example.spec.js refactor and merge some login tests Chore: Cleanup login and signup specs feat(e2e): sign up password error cases feat(e2e): add homepage expectation to signup spec refactor(e2e) refactor(e2e): signUp refactor(e2e): use global login util for logout and logins specs Init playwright fix: remove duplicate type chore: uncomment transfer route registering Update yarn.lock chore: update data-transfer chore: updates from DTS chore: update from feature/DEITS chore: fix package.json tests docs(e2e): add correct route to api example for template chore: tweak docs chore: add warning about DTS caveats docs: add docs fix: add private: true to the template so `test-apps` aren't published chore: remove unneeded workflow chore: pr amends feat: add app template with database dumping ability feat: add beginning of authentication test Run test app before running playwright tests Init playwright chore: commit tar for data chore: rename to e2e fix: e2e test init deits chore: pr amends feat: add app template with database dumping ability feat: add beginning of authentication test Run test app before running playwright tests chore: pr amends feat: add app template with database dumping ability feat: add beginning of authentication test Run test app before running playwright tests Update config and reorg tests Remove old cypress related files chore(e2e): cleanup e2e dir chore(docs): improve e2e testing documentation chore(docs): PR feedback chore: tweak action to run browsers in matrix & build packages chore: fix tests based on merge chore: shuffle e2e tests and add first conent-type fix: tests Make use of yarn linking for api & e2e tests Chore: Fix running backend unit tests Chore: Bring opts.run back Chore: Update playwright Chore: Update Playwright setup fix: workflow chore: fix path to package.json chore: build ts projects before tests chore: update e2e workflow chore: add no-immutable Use simpler transfer token to avoid misinterpretation Remove console.log Ensure that the custom transfer token exists in the e2e test app's database upon startup Use the custom transfer token for transferring data to the e2e test app Fix code analysis warning Define and export a constant for the custom transfer token Allow passing a custom access key for the transfer token service chore: add test-apps to workspace chore: update lockfile Co-Authored-By: Josh <37798644+joshuaellis@users.noreply.github.com> Co-Authored-By: Gustav Hansen <gu@stav.dev> Co-Authored-By: Alexandre BODIN <alexandrebodin@users.noreply.github.com> Co-Authored-By: Jean-Sébastien Herbaux <25851739+Convly@users.noreply.github.com>
2022-10-28 09:35:21 +02:00
"yup": "0.32.9"
},
2022-08-11 10:40:09 +02:00
"devDependencies": {
2023-03-14 11:10:55 +01:00
"@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",
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",
"msw": "1.3.0",
2024-03-15 20:24:37 +01:00
"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"
2022-08-11 10:40:09 +02:00
},
2023-10-11 14:31:53 +02:00
"peerDependencies": {
"@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",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
2023-10-11 14:31:53 +02:00
},
"engines": {
2023-10-11 10:55:42 +02:00
"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"
}
2023-03-14 11:10:55 +01:00
}