@lekoarts/gatsby-theme-jodie-core
Version:
Core Theme for @lekoarts/gatsby-theme-jodie. This theme implements the Project interface and exports templates (+ queries) which you can shadow.
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "@lekoarts/gatsby-theme-jodie-core",
"version": "5.1.10",
"author": "LekoArts",
"description": "Core Theme for @lekoarts/gatsby-theme-jodie. This theme implements the Project interface and exports templates (+ queries) which you can shadow.",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"clean": "gatsby clean"
},
"peerDependencies": {
"gatsby": "^5.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@lekoarts/themes-utils": "^3.0.2",
"@mdx-js/react": "^2.3.0",
"gatsby-plugin-mdx": "^5.14.1",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"remark-gfm": "^3.0.1"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"lekoarts"
],
"bugs": {
"url": "https://github.com/LekoArts/gatsby-themes/issues"
},
"homepage": "https://themes.lekoarts.de",
"repository": {
"type": "git",
"url": "https://github.com/LekoArts/gatsby-themes.git",
"directory": "themes/gatsby-theme-jodie-core"
},
"engines": {
"node": ">=18.0.0"
}
}