2024-09-13 02:47:49 +00:00
|
|
|
{
|
|
|
|
"name": "eleventy-base-blog",
|
|
|
|
"version": "8.0.0",
|
|
|
|
"description": "A starter repository for a blog web site using the Eleventy site generator.",
|
2024-12-14 03:15:58 +00:00
|
|
|
"type": "module",
|
2024-09-13 02:47:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "npx @11ty/eleventy",
|
|
|
|
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
|
2024-11-22 23:21:07 +00:00
|
|
|
"start": "cross-env NODE_ENV=localhost npx @11ty/eleventy --serve --quiet",
|
|
|
|
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
|
|
|
|
"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
|
2024-12-01 03:35:41 +00:00
|
|
|
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
|
2024-12-01 03:47:58 +00:00
|
|
|
"img-shrink": "node tools/img-shrink.js"
|
2024-09-13 02:47:49 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/11ty/eleventy-base-blog.git"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Zach Leatherman",
|
|
|
|
"email": "zachleatherman@gmail.com",
|
|
|
|
"url": "https://zachleat.com/"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/11ty"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/11ty/eleventy-base-blog/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
2024-12-24 21:26:54 +00:00
|
|
|
"dependencies": {
|
2024-12-14 03:17:05 +00:00
|
|
|
"@11ty/eleventy": "^3.0.0",
|
2024-12-14 03:40:32 +00:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
2024-09-13 02:47:49 +00:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
2024-11-22 23:21:07 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2024-12-28 06:22:51 +00:00
|
|
|
"dotenv": "^16.4.7",
|
2024-12-14 04:45:59 +00:00
|
|
|
"jsdom": "^25.0.1",
|
2024-09-13 02:47:49 +00:00
|
|
|
"luxon": "^3.3.0",
|
2024-12-27 02:26:04 +00:00
|
|
|
"markdown-it-anchor": "^8.6.7",
|
2024-12-28 06:46:03 +00:00
|
|
|
"neocities": "^0.0.3",
|
2024-12-27 02:26:04 +00:00
|
|
|
"sharp": "^0.33.5"
|
2024-09-13 02:47:49 +00:00
|
|
|
}
|
|
|
|
}
|