{ "name": "gatsby-starter-default", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { "@jimp/core": "^0.16.1", "@mdx-js/mdx": "^1.5.2", "@mdx-js/react": "^1.5.2", "classnames": "^2.2.5", "gatsby": "^2.16.1", "gatsby-cli": "^4.19.0", "gatsby-image": "^2.2.29", "gatsby-plugin-feed": "^2.3.25", "gatsby-plugin-manifest": "^2.2.23", "gatsby-plugin-mdx": "^1.0.62", "gatsby-plugin-offline": "^3.0.16", "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-sass": "^2.1.20", "gatsby-plugin-sharp": "^2.3.9", "gatsby-remark-component": "^1.1.3", "gatsby-remark-copy-linked-files": "^2.1.33", "gatsby-remark-images": "^3.1.38", "gatsby-remark-prismjs": "^3.3.25", "gatsby-remark-responsive-iframe": "^2.2.28", "gatsby-remark-smartypants": "^2.1.17", "gatsby-source-filesystem": "^2.1.40", "gatsby-transformer-remark": "^2.6.43", "gatsby-transformer-sharp": "^2.2.23", "node-sass": "^4.12.0", "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", "react-helmet": "^5.2.1", "react-slick": "^0.22.3", "rehype-react": "^4.0.1" }, "devDependencies": { "gh-pages": "^2.1.1", "prettier": "^1.18.2" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"", "deploy": "gatsby build --prefix-paths && gh-pages -d public", "clean": "rm -rf .cache" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }