-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 925 Bytes
/
package.json
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.27.11",
"@changesets/get-github-info": "0.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
"@graphql-codegen/typescript-operations": "4.4.0",
"@graphql-tools/utils": "10.7.0",
"concurrently": "9.1.1",
"graphql": "16.10.0",
"sku": "13.3.0"
},
"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@9.15.2"
}