website/package.json

23 lines
510 B
JSON
Raw Normal View History

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": {
2021-02-24 10:32:10 +00:00
"chalk": "^4.1.0",
"dayjs": "^1.8.28",
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",
"html-minifier": "^4.0.0",
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",
"sass": "^1.26.8",
"terser": "^4.8.0"
2020-03-08 17:13:14 +00:00
},
"license": "MIT"
}