-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
67 lines (67 loc) · 2.12 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
67
{
"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": "^3.0.0",
"gatsby-image": "^3.10.0",
"gatsby-plugin-google-analytics": "^3.10.0",
"gatsby-plugin-layout": "^2.10.0",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-remove-trailing-slashes": "^3.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.6.0",
"gatsby-plugin-styled-components": "^4.10.0",
"gatsby-plugin-webfonts": "^2.1.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.10.0",
"grommet": "^2.8.0",
"grommet-icons": "^4.4.0",
"jaeger-client": "^3.17.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-window": "^1.8.5",
"rehype-react": "^6.2.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"firebase-deploy-directory": "1.0.6",
"node-fetch": "^2.6.0",
"prettier": "^2.3.2"
},
"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"
}
}