UNPKG

@commercetools-docs/gatsby-theme-code-examples

Version:

Gatsby theme for commercetools documentation providing the functionalities to render Code Examples in MDX

34 lines (33 loc) 1.12 kB
{ "name": "@commercetools-docs/gatsby-theme-code-examples", "description": "Gatsby theme for commercetools documentation providing the functionalities to render Code Examples in MDX", "version": "24.11.0", "license": "MIT", "publishConfig": { "access": "public" }, "bugs": "https://github.com/commercetools/commercetools-docs-kit/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/commercetools-docs-kit.git", "directory": "packages/gatsby-theme-code-examples" }, "homepage": "https://docs-kit.commercetools.vercel.app/documentation/configuration/extensions#gatsby-theme-add-on-for-code-examples", "keywords": ["gatsby", "gatsby-plugin", "gatsby-theme", "code", "examples"], "dependencies": { "@commercetools-docs/ui-kit": "24.11.0", "prop-types": "15.8.1" }, "devDependencies": { "gatsby": "5.13.7", "gatsby-source-filesystem": "5.13.1", "react": "18.3.1", "react-dom": "18.3.1" }, "peerDependencies": { "gatsby": "5.x", "gatsby-source-filesystem": "5.x", "react": "18.x", "react-dom": "18.x" } }