This commit is contained in:
Ken
2019-08-16 06:47:09 -07:00
commit ae34d3aa28
12 changed files with 13390 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "gatsby-starter-blog-theme",
"private": true,
"version": "0.0.1",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.65",
"gatsby-theme-blog": "^1.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}