-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"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.19",
"highlight.js": "^9.6.0",
"history": "^2.0.2",
"jquery": "^3.1.1",
"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-favicon": "0.0.5",
"react-google-maps": "^4.11.0",
"react-headroom": "^2.1.2",
"react-helmet": "^3.1.0",
"react-native-keyboard-spacer": "^0.3.0",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.14.0",
"safe-access": "^0.1.0",
"toml-js": "0.0.8",
"typography": "^0.14.0",
"typography-plugin-code": "^0.14.0"
},
"devDependencies": {
"gh-pages": "^0.11.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2"
},
"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",
"lint": "eslint pages; exit 0"
}
}