Occasionally, WebC components in Markdown cause unintended paragraph tags to appear in places which produce invalid markup and break styling
22 lines
538 B
JSON
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"
|
|
}
|
|
}
|