-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.54 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": {
"codemirror": "^5.27.4",
"gatsby": "^1.0.1",
"gatsby-link": "^1.0.1",
"gatsby-plugin-catch-links": "^1.0.2",
"gatsby-plugin-glamor": "1.0.6",
"gatsby-plugin-react-helmet": "^1.0.1",
"gatsby-plugin-sharp": "^1.0.1",
"gatsby-remark-autolink-headers": "^1.0.1",
"gatsby-remark-copy-linked-files": "^1.0.1",
"gatsby-remark-images": "^1.0.1",
"gatsby-remark-prismjs": "^1.0.1",
"gatsby-remark-smartypants": "^1.0.1",
"gatsby-source-filesystem": "^1.0.1",
"gatsby-transformer-remark": "^1.0.1",
"glamor": "^3.0.0-2",
"gray-matter": "^3.0.2",
"lz-string": "^1.4.4",
"react-codemirror": "^1.0.0",
"react-typography": "^0.15.0",
"remark": "^7.0.1",
"typography": "^0.15.8",
"typography-breakpoint-constants": "^0.14.0",
"typography-plugin-code": "^0.15.9"
},
"devDependencies": {
"browserify": "^14.4.0",
"gh-pages": "^0.12.0",
"uglifyify": "^4.0.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b master",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/pages/*.js\" \"src/utils/*.js\" \"src/wrappers/*.js\" \"src/html.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}