{ "name": "gatsby-starter-default", "description": "Gatsby default starter", "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { "emotion": "^9.2.6", "font-awesome": "^4.7.0", "gatsby": "next", "gatsby-plugin-manifest": "next", "gatsby-plugin-offline": "next", "gatsby-plugin-react-helmet": "next", "react": "^16.4.1", "react-dom": "^16.4.1", "react-fontawesome": "^1.6.1", "react-helmet": "^5.2.0" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write '**/*.js'", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "prettier": "^1.13.7" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" } }