UNPKG

counsel

Version:

the end of boilerplate. automatically bake structure, opinions, and business rules into projects

51 lines (50 loc) 1.52 kB
{ "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 <mathews.kyle@gmail.com>", "dependencies": { "@microsoft/tsdoc": "^0.12.5", "@reach/router": "^1.2.1", "@types/react-helmet": "^5.0.8", "gatsby-image": "^2.0.29", "gatsby-plugin-offline": "^2.0.22", "gatsby-plugin-react-helmet": "^3.0.6", "gatsby-plugin-sharp": "^2.0.20", "gatsby-plugin-typescript": "^2.0.7", "gatsby-remark-copy-linked-files": "^2.0.9", "gatsby-remark-images": "^3.0.3", "gatsby-remark-prismjs": "^3.2.4", "gatsby-source-filesystem": "^2.0.20", "gatsby-transformer-remark": "^2.2.4", "gatsby-transformer-sharp": "^2.1.13", "gatsby": "^2.0.111", "gh-pages": "^2.0.1", "npm-run-all": "^4.1.5", "prismjs": "^1.15.0", "prop-types": "^15.6.2", "react-dom": "^16.7.0", "react-helmet": "^5.2.0", "react": "^16.7.0", "typescript": "^3.3.3" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build --prefix-paths", "publish:docs": "node scripts/publish.docs.js", "start": "gatsby develop", "serve": "gatsby serve", "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }