27 lines
701 B
JSON
27 lines
701 B
JSON
{
|
|
"scripts": {
|
|
"build": "node metalsmith.js",
|
|
"format": "prettier --write ."
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@metalsmith/collections": "1.3.0",
|
|
"@metalsmith/drafts": "1.3.0",
|
|
"@metalsmith/in-place": "5.0.0",
|
|
"@metalsmith/layouts": "2.7.0",
|
|
"@metalsmith/markdown": "1.10.0",
|
|
"@metalsmith/permalinks": "2.5.1",
|
|
"@metalsmith/postcss": "5.4.1",
|
|
"autoprefixer": "10.4.14",
|
|
"highlight.js": "11.8.0",
|
|
"jstransformer-nunjucks": "1.2.0",
|
|
"markdown-it": "13.0.1",
|
|
"markdown-it-footnote": "3.0.3",
|
|
"metalsmith": "2.6.1",
|
|
"postcss": "8.4.27",
|
|
"postcss-import": "15.1.0",
|
|
"prettier": "3.0.1",
|
|
"tailwindcss": "3.3.3"
|
|
}
|
|
}
|