Files
www-ssg/package.json

26 lines
637 B
JSON
Raw Normal View History

{
"name": "www-ssg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy --config eleventy.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.6.5",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^6.0.1",
2025-03-21 01:57:13 -04:00
"@11ty/eleventy-plugin-pug": "^1.0.0",
2025-03-26 23:04:06 -04:00
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
2025-03-25 21:16:39 -04:00
"eleventy-plugin-broken-links": "^2.2.1",
"markdown-it-footnote": "^4.0.0",
"node-fetch": "^3.3.2",
2025-03-21 01:57:13 -04:00
"opml": "^0.5.7"
},
"type": "module"
}