-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1.24 KB
/
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
32
33
34
35
{
"name": "2022-game-app",
"packageManager": "[email protected]",
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"build": "yarn workspaces foreach -Apiv run build",
"dev": "yarn workspaces foreach -Apiv run dev",
"graphql:codegen": "graphql-codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.1",
"@graphql-codegen/graphql-modules-preset": "^2.3.3",
"@graphql-codegen/near-operation-file-preset": "^2.2.2",
"@graphql-codegen/plugin-helpers": "^2.4.1",
"@graphql-codegen/typed-document-node": "^2.2.1",
"@graphql-codegen/typescript": "^2.4.3",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/typescript-resolvers": "^2.5.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
"husky": "~4.3.6",
"prettier": "~2.2.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"resolutions": {
"graphql-subscriptions": "patch:graphql-subscriptions@npm:2.0.0#.yarn/patches/graphql-subscriptions-npm-2.0.0-53564d1c84",
"@patternfly/pfe-core": "patch:@patternfly/pfe-core@npm:2.0.0-next.1#.yarn/patches/@patternfly-pfe-core-npm-2.0.0-next.1-e0ea84a032"
}
}