@jverneaut/html-to-gutenberg
Version:
A Webpack plugin and CLI that generates dynamic Gutenberg blocks built with React and either PHP or Twig, from a single HTML file.
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "@jverneaut/html-to-gutenberg",
"version": "1.5.9",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jverneaut/html-to-gutenberg.git"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"start": "node index.js"
},
"keywords": [
"Gutenberg",
"WordPress",
"Webpack",
"HTML",
"Plugin",
"Twig"
],
"author": "Julien Verneaut <contact@julienverneaut.com>",
"license": "MIT",
"type": "module",
"description": "A Webpack plugin and CLI that generates dynamic Gutenberg blocks built with React and either PHP or Twig, from a single HTML file.",
"bin": "bin/index.cjs",
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
},
"dependencies": {
"@zackad/prettier-plugin-twig": "^0.16.0",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"commander": "^13.1.0",
"glob": "^11.0.1",
"hast-util-to-html": "^9.0.5",
"mustache": "^4.2.0",
"prettier": "^3.5.3",
"rehype-parse": "^9.0.1",
"style-to-object": "^1.0.8",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0",
"unist-util-source": "^5.0.0",
"unist-util-visit": "^5.0.0",
"zod": "^3.24.2"
}
}