2021-10-15 22:30:12 +01:00
|
|
|
{
|
2021-11-01 16:47:15 +00:00
|
|
|
"name": "crimsontome-blog",
|
2022-06-05 16:09:06 +01:00
|
|
|
"version": "1.1.0",
|
2021-11-01 16:47:15 +00:00
|
|
|
"description": "blog using eleventy and netlify",
|
2021-10-15 22:30:12 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "eleventy",
|
|
|
|
"watch": "eleventy --watch",
|
|
|
|
"serve": "eleventy --serve",
|
|
|
|
"start": "eleventy --serve",
|
|
|
|
"debug": "DEBUG=* eleventy"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-01 16:47:15 +00:00
|
|
|
"url": "git://github.com/crimsontome/crimsontome-blog.git"
|
2021-10-15 22:30:12 +01:00
|
|
|
},
|
|
|
|
"author": {
|
2021-11-01 16:47:15 +00:00
|
|
|
"name": "Matt Clark",
|
2022-04-16 01:13:56 +01:00
|
|
|
"email": "crimsontome427@protonmail.com",
|
2022-06-05 16:09:06 +01:00
|
|
|
"url": "https://blog.crimsontome.com/"
|
2021-10-15 22:30:12 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2021-11-01 16:47:15 +00:00
|
|
|
"url": "https://github.com/crimsontome/crimsontome-blog/issues"
|
2021-10-15 22:30:12 +01:00
|
|
|
},
|
2021-11-01 16:47:15 +00:00
|
|
|
"homepage": "https://github.com/crimsontome/crimsontome-blog#readme",
|
2021-10-15 22:30:12 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"@11ty/eleventy": "^0.12.1",
|
|
|
|
"@11ty/eleventy-navigation": "^0.3.2",
|
|
|
|
"@11ty/eleventy-plugin-rss": "^1.1.1",
|
2021-10-18 03:56:19 +01:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
|
2021-10-15 22:30:12 +01:00
|
|
|
"luxon": "^1.26.0",
|
|
|
|
"markdown-it": "^12.1.0",
|
|
|
|
"markdown-it-anchor": "^8.1.2"
|
|
|
|
}
|
|
|
|
}
|