forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) Β· 4.73 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "gatsbyjs.org",
"description": "Gatsby's Website",
"version": "2.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.12",
"@loadable/component": "^5.10.2",
"@mdx-js/mdx": "^1.0.14",
"@mdx-js/react": "^1.0.6",
"@reach/skip-nav": "^0.1.1",
"@reach/visually-hidden": "^0.1.2",
"@styled-system/prop-types": "^5.0.5",
"@styled-system/should-forward-prop": "^5.0.5",
"@styled-system/theme-get": "^5.0.5",
"@xstate/react": "^0.2.1",
"axios": "^0.19.0",
"bluebird": "^3.5.1",
"color-blend": "^2.0.4",
"dotenv": "^6.0.0",
"email-validator": "^1.1.1",
"emotion-theming": "^10.0.10",
"fuse.js": "^3.2.0",
"gatsby": "^2.13.44",
"gatsby-design-tokens": "~1.0.0",
"gatsby-image": "^2.0.5",
"gatsby-plugin-canonical-urls": "^2.0.5",
"gatsby-plugin-catch-links": "^2.0.2",
"gatsby-plugin-emotion": "^4.0.3",
"gatsby-plugin-feed": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-google-tagmanager": "^2.0.5",
"gatsby-plugin-guess-js": "^1.1.4",
"gatsby-plugin-layout": "^1.0.10",
"gatsby-plugin-mailchimp": "^2.2.3",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-mdx": "^1.0.0",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-netlify-cache": "^0.1.0",
"gatsby-plugin-nprogress": "^2.0.5",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.1.4",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-twitter": "^2.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-autolink-headers": "^2.0.10",
"gatsby-remark-code-titles": "^1.0.2",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-embed-video": "^1.7.0",
"gatsby-remark-graphviz": "^1.0.11",
"gatsby-remark-images": "^3.0.14",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-remark-prismjs": "^3.0.2",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-source-airtable": "^2.0.6",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-source-npm-package-search": "^2.0.0",
"gatsby-transformer-csv": "^2.0.0",
"gatsby-transformer-documentationjs": "^4.0.2",
"gatsby-transformer-remark": "^2.2.5",
"gatsby-transformer-screenshot": "^2.0.4",
"gatsby-transformer-sharp": "^2.1.1",
"gatsby-transformer-yaml": "^2.1.1",
"get-package-json-from-github": "^1.2.1",
"git-rev-sync": "^1.12.0",
"graphql-request": "1.6.0",
"gray-percentage": "^2.0.0",
"hex-rgb": "^4.1.0",
"hex2rgba": "^0.0.1",
"js-yaml": "^3.13.1",
"lodash-es": "^4.17.11",
"mitt": "^1.1.3",
"mousetrap": "^1.6.1",
"parse-github-url": "^1.0.2",
"prism-react-renderer": "^0.1.7",
"prismjs": "^1.14.0",
"qs": "^6.5.2",
"query-string": "^6.1.0",
"range": "^0.0.3",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-highcharts": "^16.0.2",
"react-icons": "^2.2.7",
"react-instantsearch": "^5.5.0",
"react-modal": "^3.4.4",
"react-typography": "^1.0.0-alpha.4",
"rehype-react": "^3.0.3",
"remove-markdown": "^0.3.0",
"slash": "^1.0.0",
"slugify": "^1.3.0",
"styled-system": "^5.0.5",
"typography": "^1.0.0-alpha.4",
"typography-plugin-code": "^1.0.0-alpha.0",
"wcag-contrast": "^2.1.1",
"xstate": "^4.5.0",
"zipkin": "^0.14.2",
"zipkin-javascript-opentracing": "^2.0.0",
"zipkin-transport-http": "^0.14.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"private": true,
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"scrapeStarters": "cd src/data/StarterShowcase && node scraper.js",
"stylelint": "stylelint './src/**/*.js'",
"forestry:preview": "gatsby develop -p 8080 -H 0.0.0.0",
"postinstall": "cd plugins/gatsby-transformer-gatsby-api-calls && npm install"
},
"devDependencies": {
"@testing-library/react": "^8.0.6",
"babel-jest": "^24.3.1",
"babel-preset-gatsby": "^0.1.8",
"cross-env": "^5.2.0",
"front-matter": "^2.3.0",
"github-api": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.3.1",
"jest-dom": "^3.1.3",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.5.0",
"webshot": "^0.18.0"
}
}