website/package.json

33 lines
810 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": {
"@msgpack/msgpack": "^3.0.0-beta2",
"axios": "^1.5.0",
"better-sqlite3": "^8.7.0",
2021-02-24 10:32:10 +00:00
"chalk": "^4.1.0",
"dayjs": "^1.8.28",
"esbuild": "^0.19.6",
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",
"idb": "^7.1.1",
"markdown-it": "^14.1.0",
2023-08-31 12:00:53 +00:00
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^4.0.0",
2021-07-10 12:09:00 +00:00
"markdown-it-footnote": "^3.0.3",
2020-06-12 13:59:22 +00:00
"mustache": "^4.0.1",
"nanoid": "^2.1.11",
2021-03-06 21:15:16 +00:00
"pug": "^3.0.2",
2020-03-08 17:13:14 +00:00
"ramda": "^0.26.1",
"sass": "^1.26.8",
"terser": "^4.8.0",
"uuid": "^9.0.0",
"yalps": "^0.5.5"
2020-03-08 17:13:14 +00:00
},
"license": "MIT"
}