mirror of
https://github.com/osmarks/website
synced 2024-11-08 20:29:55 +00:00
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"name": "website",
|
|
"version": "1.0.0",
|
|
"description": "Static site generation code for my website.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"dayjs": "^1.8.28",
|
|
"fs-extra": "^8.1.0",
|
|
"gray-matter": "^4.0.2",
|
|
"handlebars": "^4.7.6",
|
|
"html-minifier": "^4.0.0",
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"mustache": "^4.0.1",
|
|
"nanoid": "^2.1.11",
|
|
"pug": "^3.0.2",
|
|
"ramda": "^0.26.1",
|
|
"sass": "^1.26.8",
|
|
"terser": "^4.8.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|