-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 850 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
{
"name": "gatsby-starter-plugin",
"version": "1.0.0",
"description": "A minimal boilerplate for the essential files Gatsby looks for in a plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build script setup\""
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"author": "Kyle Gill <[email protected]>",
"license": "0BSD",
"dependencies": {
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"gatsby-source-filesystem": "^3.14.0",
"graphql": "^15.6.0",
"graphql-tag": "^2.12.5",
"node-fetch": "2.6.5",
"subscriptions-transport-ws": "^0.9.19",
"ws": "^8.2.3"
}
}