39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "crimsontome-blog",
|
|
"version": "1.1.0",
|
|
"description": "blog using eleventy and netlify",
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"watch": "eleventy --watch",
|
|
"serve": "eleventy --serve",
|
|
"start": "eleventy --serve",
|
|
"debug": "DEBUG=* eleventy",
|
|
"prettier-write": "npx prettier --write --ignore-unknown .",
|
|
"prettier-check": "npx prettier --check ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/crimsontome/crimsontome-blog.git"
|
|
},
|
|
"author": {
|
|
"name": "Matt Clark",
|
|
"email": "crimsontome427@protonmail.com",
|
|
"url": "https://blog.crimsontome.com/"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/crimsontome/crimsontome-blog/issues"
|
|
},
|
|
"homepage": "https://github.com/crimsontome/crimsontome-blog#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.2",
|
|
"@11ty/eleventy-navigation": "^0.3.2",
|
|
"@11ty/eleventy-plugin-rss": "^1.1.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
|
|
"luxon": "^1.26.0",
|
|
"markdown-it": "^12.1.0",
|
|
"markdown-it-anchor": "^8.1.2",
|
|
"prettier": "2.7.1"
|
|
}
|
|
}
|