Removed unneeded packages

master
Keith Irwin 2021-06-17 20:50:59 -06:00
parent 51a411a95b
commit abbae4eb98
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 4 additions and 19 deletions

View File

@ -1,7 +1,7 @@
{
"name": "eleventy-base-blog",
"version": "5.0.2",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"name": "gf4-www",
"version": "0.1.0",
"repository": "ssh://ksn.gf4/srv/gf4/git/www",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
@ -9,24 +9,9 @@
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"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",
"license": "UNLICENSED",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"luxon": "^1.26.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0"