-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 911 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 911 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
{
"private": true,
"name": "test-project",
"version": "4.1.0",
"dependencies": {
"@graphql-tools/load-files": "7.0.0",
"@types/node": "13.13.45",
"graphql": "15.7.2",
"graphql-config": "3.4.1",
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@graphql-codegen/add": "2.0.2",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-react-apollo": "2.3.1",
"@graphql-codegen/typescript-resolvers": "1.20.0",
"@graphql-cli/codegen": "1.17.27",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/diff": "2.1.0",
"@graphql-cli/generate": "4.1.0",
"@graphql-cli/serve": "4.1.0",
"@graphql-cli/similar": "2.1.0",
"@graphql-cli/validate": "2.1.0",
"graphql": "15.7.2",
"graphql-cli": "4.1.0",
"tslint": "6.1.3",
"typescript": "4.4.4"
},
"license": "MIT"
}