-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "blog",
"version": "0.0.1",
"description": "Code and content of my blog.",
"homepage": "https://github.com/zzpxyx/blog#readme",
"bugs": {
"url": "https://github.com/zzpxyx/blog/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zzpxyx/blog.git"
},
"license": "MIT",
"author": "Zhipeng Zhang",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@metalsmith/collections": "^1.3.0",
"@metalsmith/excerpts": "^1.5.1",
"@metalsmith/layouts": "^2.6.0",
"@metalsmith/markdown": "^1.6.0",
"@metalsmith/permalinks": "^2.4.0",
"handlebars": "^4.7.7",
"highlight.js": "^11.6.0",
"jstransformer-handlebars": "^1.2.0",
"metalsmith": "^2.5.1",
"metalsmith-archive": "^0.1.1",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-feed": "^1.0.0",
"metalsmith-filemetadata": "^3.0.0",
"metalsmith-page-titles": "^1.0.2",
"metalsmith-pagination": "^1.5.0",
"moment": "^2.29.4"
}
}