2018-01-16 21:08:47 -06:00
|
|
|
{
|
|
|
|
"name": "eleventy-base-blog",
|
2022-06-29 15:29:23 -05:00
|
|
|
"version": "7.0.0",
|
2018-01-16 21:08:47 -06:00
|
|
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
|
|
|
"scripts": {
|
2022-03-03 17:14:08 -06:00
|
|
|
"build": "npx @11ty/eleventy",
|
|
|
|
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
|
|
|
|
"watch": "npx @11ty/eleventy --watch",
|
|
|
|
"serve": "npx @11ty/eleventy --serve",
|
2022-06-27 15:50:25 -05:00
|
|
|
"start": "npx @11ty/eleventy --serve --quiet",
|
|
|
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy"
|
2018-01-16 21:08:47 -06: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 17:11:47 -06:00
|
|
|
"dependencies": {
|
2022-06-27 15:50:25 -05:00
|
|
|
"@11ty/eleventy": "^2.0.0-canary.12",
|
2022-05-13 16:10:00 -05:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.3",
|
2022-06-27 15:50:25 -05:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
2022-06-29 11:40:22 -05:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
2022-05-13 16:10:00 -05:00
|
|
|
"luxon": "^2.4.0",
|
|
|
|
"markdown-it-anchor": "^8.6.4"
|
2018-01-16 21:08:47 -06:00
|
|
|
}
|
|
|
|
}
|