xmitter-11ty/package.json

35 lines
1001 B
JSON
Raw Normal View History

2018-01-16 22:08:47 -05:00
{
"name": "eleventy-base-blog",
2020-01-02 21:52:10 -05:00
"version": "5.0.1",
2018-01-16 22:08:47 -05:00
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"scripts": {
"build": "npx eleventy",
2018-01-28 22:28:10 -05:00
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
2018-01-28 22:28:10 -05:00
"debug": "DEBUG=* npx 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": {
2019-08-27 13:32:10 -04:00
"@11ty/eleventy": "^0.9.0",
"@11ty/eleventy-navigation": "^0.1.3",
2019-08-27 13:31:32 -04:00
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.0",
"luxon": "^1.21.3",
2019-04-04 18:36:37 -04:00
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.2.5"
2018-01-16 22:08:47 -05:00
}
}