-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.1 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "graphql-docs",
"private": true,
"description": "Comprehensive GraphQL Schema reference.",
"version": "0.1.0",
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@bumped-inc/gatsby-plugin-optional-chaining": "^1.0.0",
"@tippy.js/react": "^3.1.1",
"gatsby": "^2.17.11",
"gatsby-image": "^2.2.31",
"gatsby-plugin-google-analytics": "^2.1.29",
"gatsby-plugin-layout": "^1.1.15",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-remove-trailing-slashes": "^2.1.15",
"gatsby-plugin-sharp": "^2.2.37",
"gatsby-plugin-sitemap": "^2.2.22",
"gatsby-plugin-styled-components": "^3.1.13",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-source-filesystem": "^2.1.38",
"gatsby-transformer-remark": "^2.6.37",
"gatsby-transformer-sharp": "^2.3.3",
"grommet": "^2.8.0",
"grommet-icons": "^4.4.0",
"jaeger-client": "^3.17.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-markdown": "^4.2.2",
"react-window": "^1.8.5",
"rehype-react": "^4.0.1",
"styled-components": "^4.4.1"
},
"devDependencies": {
"node-fetch": "^2.6.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"fetch-schema": "node ./fetchSchema.js --path schema.json"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}