40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "gatsby-starter-blog",
|
|
"version": "1.0.0",
|
|
"description": "Starter Gatsby Blog",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
|
|
},
|
|
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
|
|
"dependencies": {
|
|
"lodash": "^3.10.1",
|
|
"moment": "^2.10.3",
|
|
"react": "^0.14.3",
|
|
"react-document-title": "^2.0.1",
|
|
"react-dom": "^0.14.3",
|
|
"react-responsive-grid": "^0.3.0",
|
|
"react-router": "^0.13.5",
|
|
"safe-access": "^0.1.0",
|
|
"typography": "^0.6.2",
|
|
"underscore.string": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-airbnb": "^5.0.1",
|
|
"eslint-plugin-react": "^4.0.0"
|
|
}
|
|
}
|