20 lines
455 B
JSON
20 lines
455 B
JSON
{
|
|
"name": "static-site-example",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "make build"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "^4.0.5",
|
|
"metalsmith": "^2.1.0",
|
|
"metalsmith-layouts": "^1.4.1",
|
|
"metalsmith-markdown": "^0.2.1",
|
|
"metalsmith-permalinks": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"metalsmith-assets": "^0.1.0",
|
|
"metalsmith-sass": "^1.3.0",
|
|
"metalsmith-serve": "0.0.7",
|
|
"metalsmith-watch": "^1.0.3"
|
|
}
|
|
}
|