-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"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",
"object-assign": "^4.1.0",
"react-helmet": "^3.1.0",
"react-headroom": "^2.1.2",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.12.0",
"toml-js": "0.0.8",
"typography": "^0.13.0",
"typography-plugin-code": "^0.13.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"
}
}