2021-10-15 22:30:12 +01:00
|
|
|
{
|
2021-11-01 16:47:15 +00:00
|
|
|
"name": "crimsontome-blog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"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",
|
|
|
|
"email": "crimsontome427@gmail.com",
|
|
|
|
"url": "https://crimsontome.netlify.app/"
|
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"
|
2021-10-29 03:39:07 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-30 04:49:02 +01:00
|
|
|
"animate.css": "^4.1.1",
|
|
|
|
"tailwindcss": "^2.2.19"
|
2021-10-15 22:30:12 +01:00
|
|
|
}
|
|
|
|
}
|