-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "wcontayon",
"version": "1.0.0",
"private": true,
"description": "Blog about Microsoft technologies (.NET, .NET Core, ASP.NET Core, Azure, etc.)",
"author": "Comlan William CONTAYON",
"dependencies": {
"handlebars": "^4.7.7",
"handlebars-group-by": "^1.0.1",
"handlebars-helper-moment": "^0.2.0",
"helper-moment": "^0.2.0",
"jstransformer-handlebars": "^1.2.0",
"metalsmith": "^2.5.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-drafts": "^1.0.0",
"metalsmith-excerpts": "^1.4.1",
"metalsmith-highlight": "^1.0.4",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdown": "^1.3.0",
"metalsmith-metallic": "^2.0.3",
"metalsmith-paginate": "^0.3.0",
"metalsmith-pagination": "^1.5.0",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-publish": "^0.1.6",
"metalsmith-serve": "0.0.7",
"metalsmith-tags": "^2.1.0",
"metalsmith-watch": "^1.0.3",
"metalsmith-yearly-pagination": "^4.0.2"
},
"main": "build.js",
"scripts": {
"prestart": "npm install",
"start": "node .",
"build": "npm install && node ./build-prd.js"
},
"devDependencies": {
"metalsmith-commento": "^1.1.0",
"metalsmith-disqus": "^1.2.5"
}
}