UNPKG

gatsby-theme-koncrete

Version:

koncrete is the basis for Gatsby projects, adding **Typescript integration** (which you opt not to use) and **`react-helmet`** (as well as `gatsby-plugin-react-helmet`) by default. Optionally, you can also add `gatsby-plugin-sitemap`, `gatsby-transformer-

43 lines (42 loc) 1.06 kB
{ "name": "gatsby-theme-koncrete", "version": "0.0.4", "main": "gatsby-config.js", "author": { "name": "Henrique Cavalieri", "email": "henrique@kaordica.design", "url": "https://kaordica.design" }, "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "keywords": [ "gatsby", "gatsby-theme", "gatsby-themes", "typescript" ], "dependencies": { "@babel/plugin-transform-typescript": "^7.1.0", "@kompanion/utils": "*", "@types/react-helmet": "^5.0.8", "gatsby-plugin-react-helmet": "^3.0.7", "gatsby-plugin-sharp": "^2.0.28", "gatsby-plugin-advanced-sitemap": "^1.0.6", "gatsby-plugin-typescript": "^2.0.9", "gatsby-transformer-sharp": "^2.1.17", "gatsby-plugin-netlify": "^2.0.11", "react-helmet": "^5.2.0", "typescript": "^3.4.0" }, "devDependencies": { "@babel/core": "^7.3.4" }, "peerDependencies": { "gatsby": "^2.4.0" } }