gatsby-theme-events-typescript
Version:
This is a starter kit for GatsbyJS Themes written in TypeScript. It includes the bare essentials for you to get started.
52 lines • 1.85 kB
JSON
{
"name": "gatsby-theme-events-typescript",
"description": "This is a starter kit for GatsbyJS Themes written in TypeScript. It includes the bare essentials for you to get started.",
"version": "0.0.2",
"main": "index.js",
"repository": "github:goncharenko/gatsby-theme-events-typescript",
"keywords": ["typescript", "gatsbyjs", "gatsby-themes"],
"author": "Vitaly Goncharenko",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"type-check": "tsc --noEmit",
"lint": "tslint --project ."
},
"peerDependencies": {
"gatsby": "^2.13.61",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"gatsby": "^2.13.61",
"gatsby-plugin-typescript": "^2.1.2",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.15",
"@mdx-js/react": "^1.2.2",
"gatsby-plugin-theme-ui": "^0.2.33",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-yaml": "^2.2.4",
"theme-ui": "^0.2.33"
},
"bugs": {
"url": "https://github.com/goncharenko/gatsby-theme-events-typescript/issues"
},
"homepage": "https://github.com/goncharenko/gatsby-theme-events-typescript#readme"
}