61 lines
2.1 KiB
JSON
61 lines
2.1 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": {
|
|
"gatsby": "1.0.0-alpha12",
|
|
"gatsby-link": "1.0.0-alpha12",
|
|
"gatsby-parser-remark": "1.0.0-alpha12",
|
|
"gatsby-parser-sharp": "1.0.0-alpha12",
|
|
"gatsby-plugin-google-analytics": "1.0.0-alpha12",
|
|
"gatsby-plugin-manifest": "1.0.0-alpha12",
|
|
"gatsby-plugin-offline": "1.0.0-alpha12",
|
|
"gatsby-plugin-preact": "1.0.0-alpha12",
|
|
"gatsby-plugin-sharp": "1.0.0-alpha12",
|
|
"gatsby-source-filesystem": "1.0.0-alpha12",
|
|
"gatsby-typegen-filesystem": "1.0.0-alpha12",
|
|
"gatsby-typegen-remark": "1.0.0-alpha12",
|
|
"gatsby-typegen-remark-copy-linked-files": "1.0.0-alpha12",
|
|
"gatsby-typegen-remark-prismjs": "1.0.0-alpha12",
|
|
"gatsby-typegen-remark-responsive-iframe": "1.0.0-alpha12",
|
|
"gatsby-typegen-remark-responsive-image": "1.0.0-alpha12",
|
|
"gatsby-typegen-remark-smartypants": "1.0.0-alpha12",
|
|
"gatsby-typegen-sharp": "1.0.0-alpha12",
|
|
"lodash": "^4.15.0",
|
|
"moment": "^2.14.1",
|
|
"react-helmet": "^4.0.0",
|
|
"react-responsive-grid": "^0.3.3",
|
|
"react-typography": "^0.15.0",
|
|
"safe-access": "^0.1.0",
|
|
"typeface-merriweather": "^0.0.25",
|
|
"typeface-montserrat": "^0.0.24",
|
|
"typography": "^0.15.8",
|
|
"typography-theme-wordpress-2016": "^0.15.1",
|
|
"underscore.string": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^0.12.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",
|
|
"develop": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"deploy": "gatsby build --prefix-links && gh-pages -d public"
|
|
}
|
|
}
|