2018-01-16 22:08:47 -05:00
|
|
|
{
|
|
|
|
"name": "eleventy-base-blog",
|
2022-01-08 15:35:24 -05:00
|
|
|
"version": "6.0.0",
|
2018-01-16 22:08:47 -05:00
|
|
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
|
|
|
"scripts": {
|
2022-03-03 18:14:08 -05:00
|
|
|
"build": "npx @11ty/eleventy",
|
|
|
|
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
|
|
|
|
"watch": "npx @11ty/eleventy --watch",
|
|
|
|
"serve": "npx @11ty/eleventy --serve",
|
|
|
|
"start": "npx @11ty/eleventy --serve",
|
|
|
|
"debug": "DEBUG=* npx @11ty/eleventy"
|
2018-01-16 22:08:47 -05: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",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/11ty/eleventy-base-blog/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
2022-03-03 18:11:47 -05:00
|
|
|
"dependencies": {
|
2022-04-18 14:53:03 -04:00
|
|
|
"@11ty/eleventy": "^1.0.1",
|
2021-07-28 10:05:01 -04:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.2",
|
2022-01-08 15:35:24 -05:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.1.2",
|
2022-03-03 18:11:08 -05:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
|
|
|
|
"luxon": "^2.3.1",
|
2022-01-08 15:35:24 -05:00
|
|
|
"markdown-it": "^12.3.2",
|
|
|
|
"markdown-it-anchor": "^8.4.1"
|
2018-01-16 22:08:47 -05:00
|
|
|
}
|
|
|
|
}
|