You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
654 B
24 lines
654 B
{
|
|
"name": "happy-site-webpack-plugin",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"author": "Björn Hase <me@herr-hase.wtf>",
|
|
"main": "index.js",
|
|
"description": "Generating a Website from a Markdown Generator",
|
|
"dependencies": {
|
|
"crypto": "^1.0.1",
|
|
"dayjs": "^1.11.6",
|
|
"fast-xml-parser": "^4.0.11",
|
|
"html-minifier": "^4.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"marked": "^4.1.1",
|
|
"mkdirp": "^1.0.4",
|
|
"nunjucks": "^3.2.3",
|
|
"schema-utils": "^4.0.0",
|
|
"sharp": "^0.31.1",
|
|
"slugify": "^1.6.5",
|
|
"yaml": "^2.1.3"
|
|
}
|
|
}
|