2025-03-20 22:59:45 -04:00
|
|
|
{
|
|
|
|
|
"name": "www-ssg",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2025-06-02 09:52:58 -04:00
|
|
|
"build": "tsx ./node_modules/.bin/eleventy --config eleventy.config.ts --formats 11ty.tsx"
|
2025-03-20 22:59:45 -04:00
|
|
|
},
|
|
|
|
|
"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",
|
2025-03-25 21:43:54 -04:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
2025-03-25 21:16:39 -04:00
|
|
|
"eleventy-plugin-broken-links": "^2.2.1",
|
2025-06-02 09:52:58 -04:00
|
|
|
"node-fetch": "^3.3.2",
|
2025-03-21 01:57:13 -04:00
|
|
|
"opml": "^0.5.7"
|
2025-03-20 22:59:45 -04:00
|
|
|
},
|
2025-06-02 09:52:58 -04:00
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"tsx": "^4.19.3"
|
|
|
|
|
}
|
2025-03-20 22:59:45 -04:00
|
|
|
}
|