-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 752 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 752 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
32
{
"name": "gatsby-plugin-apollo",
"version": "4.0.3",
"description": "Set up your Gatsby project to use Apollo",
"author": "Trevor Blades <[email protected]>",
"repository": "trevorblades/gatsby-plugin-apollo",
"license": "MIT",
"eslintConfig": {
"extends": "@trevorblades/eslint-config/react"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"apollo",
"apollo-client",
"react",
"graphql"
],
"devDependencies": {
"@apollo/client": "^3.2.5",
"@trevorblades/eslint-config": "^7.2.8",
"eslint": "^7.32.0",
"react": "^16.8.3"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0"
},
"peerDependencies": {
"@apollo/client": "^3.0.0",
"gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0"
}
}