-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "michaeljdeeb-gatsby-blog",
"version": "0.0.1",
"description": "A blog built with gatsby",
"main": "n/a",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "gatsby develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaeljdeeb/michaeljdeeb-gatsby-blog.git"
},
"keywords": [
"gatsby"
],
"author": "Michael Deeb",
"homepage": "https://github.com/michaeljdeeb/michaeljdeeb-gatsby-blog",
"dependencies": {
"lodash": "^4.5.0",
"moment": "^2.11.2",
"react": "^0.14.7",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.7",
"react-helmet": "^2.3.1",
"react-responsive-grid": "^0.3.1",
"react-router": "^2.0.0",
"safe-access": "^0.1.0",
"typography": "^0.7.0",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"babel-plugin-react-transform": "^1.1.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.1",
"file-loader": "^0.8.5",
"gh-pages": "^0.11.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.0.1"
},
"private": true
}