forked from KyleAMathews/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.3 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
{
"name": "blog",
"description": "'My blog'",
"version": "0.0.1",
"author": "Kyle Mathews <[email protected]>",
"scripts": {
"format": "prettier --write '**/*.js'"
},
"dependencies": {
"gatsby": "^2.0.0-beta.70",
"gatsby-plugin-google-analytics": "^2.0.0-beta.4",
"gatsby-plugin-manifest": "^2.0.2-beta.4",
"gatsby-plugin-offline": "^2.0.0-beta.9",
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
"gatsby-plugin-sharp": "^2.0.0-rc.3",
"gatsby-plugin-typography": "^2.2.0-rc.2",
"gatsby-remark-copy-linked-files": "^2.0.0-rc.1",
"gatsby-remark-images": "^2.0.1-beta.10",
"gatsby-remark-prismjs": "^3.0.0-rc.2",
"gatsby-remark-responsive-iframe": "^2.0.0-rc.1",
"gatsby-remark-smartypants": "^2.0.0-rc.1",
"gatsby-source-filesystem": "^2.0.1-rc.1",
"gatsby-transformer-remark": "^2.1.1-beta.6",
"gatsby-transformer-sharp": "^2.1.1-rc.2",
"lodash": "^4.17.4",
"prettier": "^1.6.1",
"prismjs": "^1.15.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-typography": "^1.0.0-alpha.0",
"typeface-alegreya": "^0.0.35",
"typeface-alegreya-sans": "^0.0.35",
"typography": "^1.0.0-alpha.0",
"typography-plugin-code": "^1.0.0-alpha.0",
"typography-theme-de-young": "^1.0.0-alpha.0"
}
}