mirror of
https://github.com/osmarks/website
synced 2026-09-23 09:48:44 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "1.0.0",
|
||||
"description": "Static site generation code for my website.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"dayjs": "^1.8.19",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gray-matter": "^4.0.2",
|
||||
"handlebars": "^4.7.2",
|
||||
"markdown-it": "^10.0.0",
|
||||
"mustache": "^4.0.0",
|
||||
"nanoid": "^2.1.10",
|
||||
"pug": "^2.0.4",
|
||||
"ramda": "^0.26.1",
|
||||
"stylus": "^0.54.7"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user