2018-03-27 17:15:28 +02:00
|
|
|
{
|
2021-04-29 11:50:14 +02:00
|
|
|
"name": "@strapi/plugin-graphql",
|
2023-03-16 17:49:52 +01:00
|
|
|
"version": "4.8.2",
|
2020-12-18 00:53:46 -08:00
|
|
|
"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"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
"url": "https://strapi.io"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"maintainers": [
|
|
|
|
{
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
"url": "https://strapi.io"
|
2021-11-29 15:13:33 +01:00
|
|
|
}
|
|
|
|
],
|
2018-03-27 17:15:28 +02:00
|
|
|
"scripts": {
|
2023-03-22 11:21:33 +01:00
|
|
|
"lint": "eslint ."
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-23 10:27:01 +00:00
|
|
|
"@graphql-tools/schema": "8.5.1",
|
2022-10-05 14:17:44 +00:00
|
|
|
"@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",
|
2022-12-28 14:22:48 +00:00
|
|
|
"apollo-server-core": "3.11.1",
|
2022-07-13 12:24:42 +00:00
|
|
|
"apollo-server-koa": "3.10.0",
|
2023-03-20 15:14:00 +01:00
|
|
|
"glob": "^7.1.7",
|
2021-12-10 11:02:22 +11:00
|
|
|
"graphql": "^15.5.1",
|
2018-05-25 16:08:51 +02:00
|
|
|
"graphql-depth-limit": "^1.1.0",
|
2021-01-05 10:08:04 +01:00
|
|
|
"graphql-playground-middleware-koa": "^1.6.21",
|
2022-11-24 09:20:43 +00:00
|
|
|
"graphql-scalars": "1.20.1",
|
2021-11-30 16:27:59 +01:00
|
|
|
"graphql-upload": "^13.0.0",
|
2019-08-27 16:04:47 +02:00
|
|
|
"koa-compose": "^4.1.0",
|
2021-04-08 14:06:59 +02:00
|
|
|
"lodash": "4.17.21",
|
2022-08-19 09:12:05 +00:00
|
|
|
"nexus": "1.3.0",
|
2023-03-16 13:52:17 +02:00
|
|
|
"pluralize": "^8.0.0"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2019-02-15 22:22:13 +01:00
|
|
|
"devDependencies": {
|
2020-12-10 11:12:57 +01:00
|
|
|
"cross-env": "^7.0.3",
|
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"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2022-01-26 14:15:01 +01:00
|
|
|
"peerDependencies": {
|
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
|
|
|
},
|
2018-03-27 17:15:28 +02:00
|
|
|
"engines": {
|
2022-09-08 08:44:27 +02:00
|
|
|
"node": ">=14.19.1 <=18.x.x",
|
2019-07-15 11:16:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
2018-03-27 17:15:28 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"strapi": {
|
|
|
|
"displayName": "GraphQL",
|
|
|
|
"name": "graphql",
|
|
|
|
"description": "Adds GraphQL endpoint with default API methods.",
|
|
|
|
"kind": "plugin"
|
|
|
|
}
|
2019-04-25 14:23:45 +02:00
|
|
|
}
|