-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "js-bites-blog",
"description": "A Bite Sized Javascript Blog",
"version": "1.0.0",
"author": "Jason Stinson <jsfeb26@gmail.com>",
"dependencies": {
"gatsby": "^0.12.41",
"lodash.get": "^4.4.2",
"moment": "^2.18.1",
"react-addons-shallow-compare": "^15.5.2",
"react-burger-menu": "^2.1.2",
"react-dates": "^4.1.0",
"react-helmet": "^3.2.2",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.15.0",
"styled-components": "^2.1.0",
"typography": "^0.15.0",
"typography-theme-wordpress-2016": "^0.15.0",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"gatsby-plugin-styled-components": "^0.0.1",
"gh-pages": "^0.12.0"
},
"homepage": "https://github.com/jsfeb26/js-bites-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git@github.com:jsfeb26/js-bites-blog.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public"
}
}