@carrotsearch/gatsby-transformer-html
Version:
A Gatsby transformer plugin for authoring content in HTML. Supports ToC generation, responsive images, section anchors and HighlightJS code highlighting.
45 lines • 1.19 kB
JSON
{
"name": "@carrotsearch/gatsby-transformer-html",
"description": "A Gatsby transformer plugin for authoring content in HTML. Supports ToC generation, responsive images, section anchors and HighlightJS code highlighting.",
"version": "4.0.13",
"main": "index.js",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-transformer-plugin",
"html",
"responsive images",
"prismjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/carrotsearch/gatsby-theme-apidocs.git"
},
"bugs": {
"url": "https://github.com/carrotsearch/gatsby-theme-apidocs/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "mocha --recursive 'src/**/*.test.js'",
"test-watch": "mocha --recursive 'src/**/*.test.js' -w"
},
"peerDependencies": {
"gatsby": "^4.0.0"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"comment-json": "4.2.3",
"gatsby-plugin-sharp": "4.22.0",
"highlight.js": "11.6.0",
"html-entities": "2.3.3",
"jsonpath": "1.1.1"
},
"devDependencies": {
"mocha": "8.1.3",
"must": "0.13.4"
},
"license": "MIT"
}