-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 926 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 926 Bytes
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
{
"dependencies": {
"@changesets/cli": "2.30.0",
"@changesets/get-github-info": "0.8.0"
},
"devDependencies": {
"@graphql-codegen/cli": "6.2.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.1",
"@graphql-codegen/typescript-operations": "5.0.9",
"@graphql-tools/utils": "11.0.0",
"concurrently": "9.2.1",
"graphql": "16.13.2",
"sku": "15.12.2"
},
"private": true,
"scripts": {
"fe": "pnpm --filter wingman-fe",
"format": "pnpm -r format",
"lint": "pnpm -r lint",
"stage": "changeset version && pnpm format",
"release": "changeset publish",
"test": "pnpm -r test",
"test:ci": "pnpm -r test:ci",
"codegen": "graphql-codegen --config codegen.yml",
"deploy": "scripts/deploy"
},
"version": "0.0.0",
"packageManager": "pnpm@10.33.0"
}