forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.26 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
{
"name": "gatsbyjs.org",
"description": "Gatsby's Website",
"version": "2.0.0-beta",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"bluebird": "^3.5.1",
"email-validator": "^1.1.1",
"fuse.js": "^3.2.0",
"gatsby": "^2.0.0-rc.13",
"gatsby-image": "next",
"gatsby-plugin-canonical-urls": "next",
"gatsby-plugin-catch-links": "next",
"gatsby-plugin-feed": "next",
"gatsby-plugin-glamor": "next",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-google-tagmanager": "next",
"gatsby-plugin-guess-js": "^1.0.0-rc.1",
"gatsby-plugin-lodash": "next",
"gatsby-plugin-mailchimp": "^2.2.3",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-netlify": "next",
"gatsby-plugin-netlify-cache": "^0.1.0",
"gatsby-plugin-nprogress": "next",
"gatsby-plugin-offline": "^2.0.0-rc.4",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sharp": "^2.0.0-rc.3",
"gatsby-plugin-sitemap": "next",
"gatsby-plugin-subfont": "next",
"gatsby-plugin-twitter": "next",
"gatsby-plugin-typography": "^2.2.0-rc.3",
"gatsby-remark-autolink-headers": "next",
"gatsby-remark-code-titles": "^1.0.2",
"gatsby-remark-copy-linked-files": "next",
"gatsby-remark-graphviz": "next",
"gatsby-remark-images": "next",
"gatsby-remark-prismjs": "3.0.0-beta.6",
"gatsby-remark-responsive-iframe": "next",
"gatsby-remark-smartypants": "next",
"gatsby-source-filesystem": "^2.0.1-rc.1",
"gatsby-source-npm-package-search": "next",
"gatsby-transformer-csv": "next",
"gatsby-transformer-documentationjs": "next",
"gatsby-transformer-remark": "next",
"gatsby-transformer-screenshot": "next",
"gatsby-transformer-sharp": "next",
"gatsby-transformer-yaml": "next",
"glamor": "^2.20.40",
"graphql-request": "1.6.0",
"gray-percentage": "^2.0.0",
"hex2rgba": "^0.0.1",
"lodash": "^4.17.10",
"mitt": "^1.1.3",
"mousetrap": "^1.6.1",
"parse-filepath": "^1.0.2",
"prismjs": "^1.14.0",
"qs": "^6.5.2",
"query-string": "^6.1.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-hubspot-form": "^1.3.5",
"react-icons": "^2.2.7",
"react-instantsearch": "^4.5.1",
"react-modal": "^3.4.4",
"react-typography": "^1.0.0-alpha.4",
"rehype-react": "^3.0.3",
"slash": "^1.0.0",
"slugify": "^1.3.0",
"typeface-space-mono": "^0.0.54",
"typeface-spectral": "^0.0.54",
"typography": "^1.0.0-alpha.4",
"typography-breakpoint-constants": "^1.0.0-alpha.0",
"typography-plugin-code": "^1.0.0-alpha.0",
"zipkin": "^0.14.0",
"zipkin-javascript-opentracing": "^1.6.0",
"zipkin-transport-http": "^0.14.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"private": true,
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"serve": "gatsby serve",
"test": "echo \"Error: no test specified\" && exit 1",
"scrapeStarters": "cd src/data/StarterShowcase && node scraper.js"
},
"devDependencies": {
"front-matter": "^2.3.0",
"get-package-json-from-github": "^1.2.1",
"github-api": "^3.0.0",
"webshot": "^0.18.0"
}
}