Skip to content

Instantly share code, notes, and snippets.

@urcades
Created October 13, 2017 02:30
Show Gist options
  • Save urcades/139b5dde982095553d6eb05dee6a940c to your computer and use it in GitHub Desktop.
Save urcades/139b5dde982095553d6eb05dee6a940c to your computer and use it in GitHub Desktop.
{
"name": "gatsby-starter-blog-no-styles",
"description": "Starter Gatsby Blog No Styles",
"version": "1.0.0",
"author": "Noah Glusenkamp <noah.glusenkamp@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"gatsby": "^1.8.12",
"gatsby-link": "^1.6.8",
"gatsby-plugin-google-analytics": "^1.0.4",
"gatsby-plugin-manifest": "^1.0.4",
"gatsby-plugin-offline": "^1.0.4",
"gatsby-plugin-preact": "^1.0.3",
"gatsby-plugin-react-helmet": "^1.0.3",
"gatsby-plugin-sharp": "^1.6.2",
"gatsby-plugin-styled-components": "^1.0.5",
"gatsby-remark-copy-linked-files": "^1.5.2",
"gatsby-remark-images": "^1.5.4",
"gatsby-remark-prismjs": "^1.2.1",
"gatsby-remark-responsive-iframe": "^1.4.3",
"gatsby-remark-smartypants": "^1.4.3",
"gatsby-source-filesystem": "^1.4.3",
"gatsby-transformer-remark": "^1.7.1",
"gatsby-transformer-sharp": "^1.6.1",
"lodash": "^4.15.0"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"prettier": "^1.6.1",
"tachyons": "^4.8.0"
},
"homepage": "https://github.com/noahg/gatsby-starter-blog-no-styles#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/noahg/gatsby-starter-blog-no-styles.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment