-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"axios": "^0.15.2",
"front-matter": "^2.0.7",
"gatsby": "^0.12.6",
"highlight.js": "^9.6.0",
"history": "^2.0.2",
"js-yaml": "^3.6.0",
"markdown-it": "^7.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.6.3",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-toc-and-anchor": "^4.1.1",
"object-assign": "^4.1.0",
"react-ga": "^2.1.2",
"react-headroom": "^2.1.2",
"react-helmet": "^3.1.0",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.14.0",
"styled-components": "^1.0.11",
"toml-js": "0.0.8",
"typeface-poppins": "^0.0.8",
"typeface-space-mono": "^0.0.6",
"typeface-work-sans": "^0.0.8",
"typography": "0.15.8",
"typography-plugin-code": "^0.14.0"
},
"devDependencies": {
"gh-pages": "^0.11.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public",
"develop": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
}
}