18 lines
406 B
JSON
18 lines
406 B
JSON
|
|
{
|
||
|
|
"name": "madr-se-19",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"build": "node index.js",
|
||
|
|
"start": "node dev.js"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@metalsmith/permalinks": "^2.2.0",
|
||
|
|
"handlebars": "^4.7.7",
|
||
|
|
"metalsmith": "^2.1.0",
|
||
|
|
"metalsmith-html-minifier": "^3.0.3",
|
||
|
|
"metalsmith-layouts": "^1.4.1",
|
||
|
|
"metalsmith-markdown-remarkable": "^1.0.2",
|
||
|
|
"metalsmith-static": "0.0.5"
|
||
|
|
}
|
||
|
|
}
|