mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
Closes #47 See for background5bc432b71d (commitcomment-27821888)5bc432b71d (commitcomment-27821874)+ links in #47 thanks @KyleAMathews
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "gatsby-starter-netlify-cms",
|
|
"description": "Example Gatsby, and Netlify CMS project",
|
|
"version": "1.1.0",
|
|
"author": "Austin Green",
|
|
"dependencies": {
|
|
"bulma": "^0.6.0",
|
|
"gatsby": "^1.9.213",
|
|
"gatsby-link": "^1.6.37",
|
|
"gatsby-plugin-netlify-cms": "^1.0.9",
|
|
"gatsby-plugin-react-helmet": "^2.0.5",
|
|
"gatsby-plugin-sass": "^1.0.17",
|
|
"gatsby-plugin-sharp": "^1.6.34",
|
|
"gatsby-remark-images": "^1.5.50",
|
|
"gatsby-source-filesystem": "^1.5.23",
|
|
"gatsby-transformer-remark": "^1.7.33",
|
|
"gatsby-transformer-sharp": "^1.6.21",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.2.0",
|
|
"react-helmet": "^5.2.0"
|
|
},
|
|
"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.7.4"
|
|
}
|
|
}
|