-
Notifications
You must be signed in to change notification settings - Fork 588
Expand file tree
/
Copy pathpackage.json
More file actions
177 lines (177 loc) · 6.03 KB
/
package.json
File metadata and controls
177 lines (177 loc) · 6.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "graphql-yoga-monorepo",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/graphql-yoga.git"
},
"homepage": "https://github.com/graphql-hive/graphql-yoga#readme",
"bugs": {
"url": "https://github.com/graphql-hive/graphql-yoga/issues"
},
"contributors": [
"Johannes Schickling <johannes@graph.cool>",
"Saihajpreet Singh <saihajpreet.singh@gmail.com> (https://github.com/saihaj)",
"Dotan Simha <dotansimha@gmail.com>",
"Arda TANRIKULU <ardatanrikulu@gmail.com>",
"Laurin Quast <laurinquast@googlemail.com>"
],
"license": "MIT",
"private": true,
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.3"
},
"keywords": [
"graphql",
"server",
"api",
"graphql-server",
"apollo"
],
"scripts": {
"build": "pnpm --filter=@graphql-yoga/graphiql run build && pnpm --filter=@graphql-yoga/render-graphiql run build && pnpm --filter=graphql-yoga run generate-graphiql-html && bob build && pnpm --filter=graphql-yoga run inject-version",
"build-website": "pnpm build && cd website && pnpm build",
"changeset": "changeset",
"check": "pnpm -r run check",
"check:types": "tsc --pretty --noEmit",
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --ext ts,js,tsx,jsx .",
"postchangeset": "pnpm install --no-frozen-lockfile",
"postinstall": "husky",
"prebuild": "rimraf packages/*/dist",
"prettier": "prettier --ignore-path .prettierignore --write --list-different .",
"prettier:check": "prettier --ignore-path .prettierignore --check .",
"release": "pnpm build && changeset publish",
"start:docs": "pnpm --filter=website dev",
"test:integration": "cross-env INTEGRATION_TEST=true jest --forceExit",
"test:integration:leaks": "cross-env LEAKS_TEST=true pnpm run test:integration --detectLeaks",
"test:unit": "jest --detectOpenHandles",
"test:unit:leaks": "cross-env LEAKS_TEST=true pnpm run test:unit --detectLeaks"
},
"devDependencies": {
"@babel/core": "7.28.5",
"@babel/plugin-proposal-decorators": "7.28.0",
"@babel/plugin-transform-class-properties": "7.27.1",
"@babel/preset-env": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@playwright/browser-chromium": "^1.49.1",
"@theguild/eslint-config": "0.13.4",
"@theguild/prettier-config": "3.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.10.0",
"@types/html-minifier-terser": "^7.0.2",
"@types/jest": "30.0.0",
"@types/node": "25.5.0",
"@types/supertest": "6.0.3",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"babel-jest": "^30.0.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.4.0",
"bob-the-bundler": "7.0.1",
"bun": "^1.2.8",
"cross-env": "10.1.0",
"eslint": "9.39.1",
"graphql": "16.12.0",
"husky": "9.1.7",
"jest": "30.2.0",
"lint-staged": "16.2.6",
"playwright": "^1.49.1",
"postinstall-postinstall": "2.1.0",
"prettier": "3.6.2",
"prettier-plugin-pkg": "0.21.2",
"prettier-plugin-sh": "0.18.0",
"rimraf": "6.1.0",
"supertest": "7.1.4",
"ts-jest": "29.4.6",
"typescript": "6.0.2",
"wait-on": "9.0.4",
"wrangler": "4.59.1"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
"cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --fix"
],
"**/*.{ts,tsx,graphql,yml,yaml,md,json,html,mdx,prettierignore,eslintignore,js,mjs,cjs,md}": [
"prettier --write"
]
},
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan@5.2.3": "patches/@changesets__assemble-release-plan@5.2.3.patch",
"jest-leak-detector": "patches/jest-leak-detector.patch",
"package-up": "patches/package-up.patch",
"jest-environment-node": "patches/jest-environment-node.patch",
"@miniflare/core": "patches/@miniflare__core.patch",
"minimatch": "patches/minimatch.patch"
},
"overrides": {
"@isaacs/brace-expansion": "^5.0.1",
"brace-expansion": "^5.0.5",
"minimatch": "^10.2.3",
"axios": "^1.13.5",
"fastify": "^5.8.1",
"lodash": "^4.17.23",
"lodash-es": "^4.17.23",
"markdown-it": "^14.1.1",
"body-parser": "^2.2.1",
"estree-util-value-to-estree": "^3.5.0",
"eslint-plugin-unicorn": "^56.0.1",
"esbuild": "^0.27.0",
"cookie": "^1.0.2",
"graphql": "^16.12.0",
"handlebars": "^4.7.9",
"file-type": "^21.3.2",
"flatted": "^3.4.0",
"glob": "^11.1.0",
"koa": "^3.1.2",
"node-forge": "^1.4.0",
"@changesets/assemble-release-plan": "^5.2.3",
"@types/react": "^19.2.4",
"@xmldom/xmldom": "0.9.9",
"multer": "^2.1.1",
"on-headers": "^1.1.0",
"tar": "^7.5.11",
"tmp": "^0.2.5",
"qs": "^6.14.2",
"validator": "^13.15.22",
"jws": "^3.2.3",
"mdast-util-to-hast": "^13.2.1",
"h3": "^1.15.5",
"undici": "^7.24.0",
"preact": "^10.27.3",
"js-yaml": "^3.14.2",
"diff": "^8.0.3",
"@apollo/composition": "^2.12.1",
"webpack": "^5.104.1",
"rollup": "^4.59.0",
"picomatch": "^4.0.4",
"path-to-regexp": "^8.4.0",
"serialize-javascript": "^7.0.5",
"socket.io-parser": "^4.2.6",
"fast-xml-parser": "^5.3.8",
"@sveltejs/kit": "^2.53.3"
},
"onlyBuiltDependencies": [
"@nestjs/core",
"@playwright/browser-chromium",
"@prisma/client",
"@prisma/engines",
"@pulumi/docker",
"@pulumi/docker-build",
"@sveltejs/kit",
"@swc/core",
"bun",
"egg-bin",
"esbuild",
"netlify-cli",
"prisma",
"svelte-preprocess",
"workerd"
]
}
}