2018-01-16 22:08:47 -05:00
|
|
|
{
|
|
|
|
"name": "eleventy-base-blog",
|
2020-01-03 12:30:47 -05:00
|
|
|
"version": "5.0.2",
|
2018-01-16 22:08:47 -05:00
|
|
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
|
|
|
"scripts": {
|
2019-09-23 09:03:57 -04:00
|
|
|
"build": "eleventy",
|
|
|
|
"watch": "eleventy --watch",
|
2020-01-02 22:08:55 -05:00
|
|
|
"serve": "eleventy --serve",
|
2019-09-23 09:03:57 -04:00
|
|
|
"debug": "DEBUG=* 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",
|
2018-06-20 23:43:11 -04:00
|
|
|
"devDependencies": {
|
2020-05-10 15:31:44 -04:00
|
|
|
"@11ty/eleventy": "^0.11.0",
|
2020-01-02 21:51:47 -05:00
|
|
|
"@11ty/eleventy-navigation": "^0.1.3",
|
2019-08-27 13:31:32 -04:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.0.7",
|
2020-01-03 12:19:43 -05:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
|
2020-01-02 21:51:47 -05:00
|
|
|
"luxon": "^1.21.3",
|
2019-04-04 18:36:37 -04:00
|
|
|
"markdown-it": "^8.4.2",
|
2020-01-02 21:51:47 -05:00
|
|
|
"markdown-it-anchor": "^5.2.5"
|
2018-01-16 22:08:47 -05:00
|
|
|
}
|
|
|
|
}
|