mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-26 06:37:25 +10:00
36 lines
975 B
JSON
36 lines
975 B
JSON
{
|
|
"name": "gatsby-starter-netlify-cms",
|
|
"description": "Example Gatsby, and Netlify CMS project",
|
|
"version": "1.0.0",
|
|
"author": "Austin Green",
|
|
"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-sharp": "^1.6.18",
|
|
"gatsby-remark-images": "^1.5.18",
|
|
"gatsby-source-filesystem": "^1.5.5",
|
|
"gatsby-transformer-remark": "^1.7.17",
|
|
<<<<<<< HEAD
|
|
"react-load-script": "0.0.6"
|
|
=======
|
|
"gatsby-transformer-sharp": "^1.6.13"
|
|
>>>>>>> kaldi-coffee
|
|
},
|
|
"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"
|
|
}
|
|
}
|