47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "gatsby-starter-blog",
|
|
"description": "Starter Gatsby Blog",
|
|
"version": "1.0.0",
|
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-add-module-exports": "^0.1.2",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"gatsby": "^0.10.0",
|
|
"history": "^2.0.1",
|
|
"lodash": "^4.5.0",
|
|
"moment": "^2.11.2",
|
|
"react-document-title": "^2.0.1",
|
|
"react-responsive-grid": "^0.3.3",
|
|
"react-router": "^2.0.1",
|
|
"safe-access": "^0.1.0",
|
|
"typography": "^0.7.0",
|
|
"underscore.string": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-hmre": "^1.1.1",
|
|
"eslint": "^2.4.0",
|
|
"eslint-config-airbnb": "^6.1.0",
|
|
"eslint-plugin-react": "^4.2.1",
|
|
"gh-pages": "^0.11.0"
|
|
},
|
|
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"main": "n/a",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby-starter-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"
|
|
}
|
|
}
|