package.json
{
"name": "gatsby-starter-shopify",
"description": "Bodega Cloud - A Gatsby Shopify starter",
"version": "0.0.1",
"author": "Gil Greenberg <gilgreenberg@gmail.com>",
"dependencies": {
"formik": "^1.3.0",
"gatsby": "^2.0.46",
"gatsby-plugin-apollo-shopify": "^1.0.2",
"gatsby-plugin-layout": "^1.0.1",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-netlify": "^2.0.4",
"gatsby-plugin-netlify-cache": "^1.0.0",
"gatsby-plugin-netlify-cms": "^3.0.7",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-graphql": "^2.0.2",
"gatsby-transformer-json": "^2.1.5",
"graphql-tag": "^2.9.2",
"netlify-cms": "^2.1.3",
"react": "^16.5.1",
"react-apollo": "^2.1.11",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"yup": "^0.26.6"
},
"keywords": [
"gatsby",
"shopify",
"pwa",
"ecommerce"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gil--/gatsby-starter-shopifypwa"
}
}