72 lines
1.8 KiB
JSON
Raw Normal View History

{
2021-04-29 11:50:14 +02:00
"name": "@strapi/plugin-graphql",
2023-03-16 17:49:52 +01:00
"version": "4.8.2",
"description": "Adds GraphQL endpoint with default API methods.",
2021-11-29 18:46:14 +01:00
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/plugins/graphql"
},
"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": "eslint ."
},
"dependencies": {
"@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "^8.12.0",
2023-03-16 19:24:44 +00:00
"@strapi/design-system": "1.6.6",
2023-03-16 17:49:52 +01:00
"@strapi/helper-plugin": "4.8.2",
2023-03-16 19:24:44 +00:00
"@strapi/icons": "1.6.6",
2023-03-16 17:49:52 +01:00
"@strapi/utils": "4.8.2",
"apollo-server-core": "3.11.1",
"apollo-server-koa": "3.10.0",
"glob": "^7.1.7",
2021-12-10 11:02:22 +11:00
"graphql": "^15.5.1",
"graphql-depth-limit": "^1.1.0",
"graphql-playground-middleware-koa": "^1.6.21",
"graphql-scalars": "1.20.1",
"graphql-upload": "^13.0.0",
2019-08-27 16:04:47 +02:00
"koa-compose": "^4.1.0",
"lodash": "4.17.21",
"nexus": "1.3.0",
"pluralize": "^8.0.0"
},
2019-02-15 22:22:13 +01:00
"devDependencies": {
"cross-env": "^7.0.3",
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
"koa": "^2.13.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
2022-01-26 14:15:01 +01:00
"peerDependencies": {
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
"@strapi/strapi": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
2022-01-26 14:15:01 +01:00
},
"engines": {
2022-09-08 08:44:27 +02:00
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"displayName": "GraphQL",
"name": "graphql",
"description": "Adds GraphQL endpoint with default API methods.",
"kind": "plugin"
}
2019-04-25 14:23:45 +02:00
}