-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.json
44 lines (44 loc) · 1.44 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
{
"name": "blog",
"description": "'My blog'",
"version": "0.0.1",
"author": "Kyle Mathews <[email protected]>",
"scripts": {
"format": "prettier --no-semi --trailing-comma es5 --write 'src/**/*.js'"
},
"dependencies": {
"babel-plugin-lodash": "^3.2.11",
"bluebird": "^3.4.7",
"deep-extend": "^0.5.0",
"es6-object-assign": "^1.0.3",
"gatsby": "canary",
"gatsby-link": "canary",
"gatsby-plugin-google-analytics": "canary",
"gatsby-plugin-manifest": "canary",
"gatsby-plugin-offline": "canary",
"gatsby-plugin-preact": "canary",
"gatsby-plugin-react-helmet": "canary",
"gatsby-plugin-sharp": "canary",
"gatsby-plugin-typography": "^2.1.0-alpha.523a4286",
"gatsby-remark-copy-linked-files": "canary",
"gatsby-remark-images": "canary",
"gatsby-remark-prismjs": "canary",
"gatsby-remark-responsive-iframe": "canary",
"gatsby-remark-smartypants": "canary",
"gatsby-source-filesystem": "canary",
"gatsby-transformer-remark": "canary",
"gatsby-transformer-sharp": "canary",
"lodash": "^4.17.4",
"lodash-webpack-plugin": "^0.11.2",
"prettier": "^1.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.1",
"typeface-alegreya": "0.0.54",
"typeface-alegreya-sans": "0.0.54",
"typography": "^0.16.4",
"typography-plugin-code": "^0.16.11",
"typography-theme-de-young": "^0.16.9"
}
}