terrafarm/gatsby-casper-demo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gatsby-casper-demo",
  "description": "Terrafarm static site with GatsbyJS themed with the Casper from Ghost.",
  "version": "0.1.0",
  "author": "Ryan Blakeley <ryan@terra.farm>",
  "dependencies": {
    "babel-eslint": "^8.1.2",
    "babel-plugin-lodash": "^3.2.11",
    "classnames": "^2.2.5",
    "gatsby": "^1.9.130",
    "gatsby-link": "^1.6.31",
    "gatsby-pagination": "^1.1.0",
    "gatsby-plugin-catch-links": "^1.0.14",
    "gatsby-plugin-feed": "^1.3.15",
    "gatsby-plugin-google-analytics": "^1.0.14",
    "gatsby-plugin-manifest": "^1.0.10",
    "gatsby-plugin-nprogress": "^1.0.9",
    "gatsby-plugin-offline": "^1.0.12",
    "gatsby-plugin-react-helmet": "^1.0.2",
    "gatsby-plugin-sharp": "^1.6.23",
    "gatsby-plugin-sitemap": "^1.2.7",
    "gatsby-plugin-twitter": "^1.0.14",
    "gatsby-remark-autolink-headers": "^1.4.10",
    "gatsby-remark-copy-linked-files": "^1.5.23",
    "gatsby-remark-images": "^1.5.34",
    "gatsby-remark-prismjs": "^1.2.11",
    "gatsby-remark-responsive-iframe": "^1.4.16",
    "gatsby-source-filesystem": "^1.5.10",
    "gatsby-transformer-json": "^1.0.14",
    "gatsby-transformer-remark": "^1.7.24",
    "lodash": "^4.17.4",
    "lodash-webpack-plugin": "^0.11.4",
    "moment": "^2.20.1",
    "react": "^15.6.1",
    "react-disqus-comments": "^1.0.3",
    "react-dom": "^15.6.1",
    "react-gravatar": "^2.6.3",
    "react-helmet": "^5.1.3",
    "react-scroll": "^1.7.3",
    "react-share": "^1.15.1",
    "react-social-icons": "^2.7.0",
    "react-twitter-widgets": "^1.4.0"
  },
  "devDependencies": {
    "cli-glob": "^0.1.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.2",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.1.0",
    "gh-pages": "^1.0.0",
    "prettier": "^1.5.3",
    "remark-cli": "^4.0.0",
    "remark-preset-lint-recommended": "^3.0.1",
    "standard-version": "^4.3.0",
    "stylefmt": "^6.0.0",
    "stylelint": "^8.4.0",
    "stylelint-config-standard": "^17.0.0",
    "write-good": "^0.11.3"
  },
  "keywords": [
    "terrafarm",
    "favorsbot",
    "personal",
    "introductions",
    "private",
    "chatbot",
    "local",
    "people",
    "food",
    "groceries",
    "lunch",
    "blog",
    "wiki",
    "research",
    "ecology",
    "engineering"
  ],
  "license": "MIT",
  "main": "n/a",
  "scripts": {
    "develop": "gatsby develop",
    "serve": "gatsby serve",
    "build": "gatsby build",
    "build:pp": "gatsby build --prefix-paths",
    "build:gh": "npm run clean && npm run build:pp && gh-pages -d public",
    "clean": "rm -rf .cache && rm -rf public",
    "lint": "npm run lint:js && npm run lint:css && npm run lint:md",
    "lint:js": "eslint --ext .js,.jsx --ignore-pattern public --ignore-pattern static .",
    "lint:css": "stylelint --fix 'src/**/*.css'",
    "lint:md": "remark content/posts/",
    "write-good": "write-good $(glob 'content/posts/**/*.md')",
    "format:js": "prettier '**/*.{js,jsx}' --write",
    "release": "standard-version -a"
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended"
    ]
  }
}