blog/package.json

36 lines
911 B
JSON
Raw Normal View History

2016-05-21 09:42:57 +00:00
{
"private": true,
"main": "app.js",
"scripts": {
2017-10-08 14:28:37 +00:00
"start": "node app.js",
"watch": "nodemon --exec npm start -e \"md,html,scss,js\" -i \"build\""
2016-05-21 09:42:57 +00:00
},
"dependencies": {
2016-05-27 05:04:05 +00:00
"compression": "^1.6.2",
2016-05-21 09:42:57 +00:00
"express": "^4.13.4",
"handlebars": "^4.0.5",
"markdown-it-emoji": "^1.1.1",
"metalsmith": "^2.1.0",
2016-05-27 06:02:17 +00:00
"metalsmith-build-date": "^0.2.0",
2016-05-21 09:42:57 +00:00
"metalsmith-collections": "^0.7.0",
"metalsmith-define": "^2.0.1",
"metalsmith-feed": "^0.2.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdownit": "^0.3.0",
"metalsmith-pagination": "^1.4.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^2.0.0",
2021-01-29 22:45:22 +00:00
"metalsmith-sitemap": "^1.2.2",
2016-10-17 18:53:00 +00:00
"moment": "^2.13.0",
"node-sass": "^6.0.0",
2016-10-17 18:53:00 +00:00
"striptags": "^2.1.1"
2016-05-21 09:42:57 +00:00
},
2017-10-08 14:28:37 +00:00
"devDependencies": {
"nodemon": "^1.12.1"
},
2016-05-21 09:42:57 +00:00
"engines": {
"node": "16"
2016-05-21 09:42:57 +00:00
}
}