2020-03-08 17:13:14 +00:00
|
|
|
{
|
|
|
|
"name": "website",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Static site generation code for my website.",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-06-12 13:59:22 +00:00
|
|
|
"dayjs": "^1.8.27",
|
2020-03-08 17:13:14 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
|
|
|
"gray-matter": "^4.0.2",
|
2020-06-12 13:59:22 +00:00
|
|
|
"handlebars": "^4.7.6",
|
2020-03-08 17:13:14 +00:00
|
|
|
"markdown-it": "^10.0.0",
|
2020-06-12 13:59:22 +00:00
|
|
|
"mustache": "^4.0.1",
|
|
|
|
"nanoid": "^2.1.11",
|
2020-03-08 17:13:14 +00:00
|
|
|
"pug": "^2.0.4",
|
|
|
|
"ramda": "^0.26.1",
|
|
|
|
"stylus": "^0.54.7"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|