gatsby-starter-netlify-cms/package.json
2017-10-18 17:43:20 -04:00

30 lines
833 B
JSON

{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"bulma": "^0.6.0",
"gatsby": "^1.9.63",
"gatsby-link": "^1.6.21",
"gatsby-plugin-react-helmet": "^1.0.5",
"gatsby-plugin-sass": "^1.0.12",
"gatsby-plugin-styled-components": "^1.0.5",
"gatsby-source-filesystem": "^1.5.5",
"gatsby-transformer-remark": "^1.7.17"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.7.4"
}
}