character-ref/package.json
Sebin Nyshkim 23c06bcd3a fix: 🐛 add transform so prevent generation of invalid markup
Occasionally, WebC components in Markdown cause unintended paragraph tags to appear in places which produce invalid markup and break styling
2025-06-26 20:08:24 +02:00

22 lines
538 B
JSON

{
"name": "character-ref",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "eleventy --serve --incremental",
"build": "ELEVENTY_PRODUCTION=true eleventy",
"prebuild": "rm -rf ./public"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.1",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"html-minifier-terser": "^7.2.0"
}
}