{ "name": "gatsby-starter-netlify-cms", "description": "Example Gatsby, and Netlify CMS project", "version": "1.1.3", "author": "Austin Green", "dependencies": { "bulma": "^0.7.1", "gatsby": "^1.9.277", "gatsby-link": "^1.6.46", "gatsby-plugin-netlify": "^1.0.19", "gatsby-plugin-netlify-cms": "^2.0.1", "gatsby-plugin-react-helmet": "^2.0.5", "gatsby-plugin-sass": "^1.0.17", "gatsby-plugin-sharp": "^1.6.48", "gatsby-remark-images": "^1.5.67", "gatsby-source-filesystem": "^1.5.39", "gatsby-transformer-remark": "^1.7.44", "gatsby-transformer-sharp": "^1.6.27", "lodash": "^4.17.5", "lodash-webpack-plugin": "^0.11.4", "netlify-cms": "^1.9.3", "prop-types": "^15.6.2", "react": "^16.2.0", "react-helmet": "^5.2.0", "uuid": "^3.3.2" }, "keywords": [ "gatsby" ], "license": "MIT", "main": "n/a", "scripts": { "start": "npm run develop", "build": "gatsby build", "develop": "gatsby develop", "serve": "gatsby serve", "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "prettier": "^1.13.7" } }