@desruc666/gatsby-theme-blog
Version:
41 lines (40 loc) • 1.09 kB
JSON
{
"name": "@desruc666/gatsby-theme-blog",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop"
},
"peerDependencies": {
"gatsby": "^2.21.9",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"gatsby": "^2.21.9",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"@theme-ui/color": "^0.3.1",
"@theme-ui/components": "^0.3.1",
"@theme-ui/presets": "^0.3.0",
"gatsby-plugin-mdx": "^1.2.4",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typescript": "^2.4.0",
"gatsby-remark-images": "^3.3.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"lodash.kebabcase": "^4.1.1",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.1.0",
"react-helmet": "^6.0.0",
"theme-ui": "^0.3.1"
}
}