This repository was archived by the owner on Oct 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "4.2.0"
},
"dependencies": {
"hexo": "^4.0.0",
"hexo-admin": "^2.3.0",
"hexo-autolinker": "^1.0.1",
"hexo-browsersync": "^0.3.0",
"hexo-cli-extras": "^1.0.4",
"hexo-deployer-ftpsync": "^0.1.1",
"hexo-deployer-git": "^2.1.0",
"hexo-deployer-shell": "^0.2.3",
"hexo-description": "^0.1.0",
"hexo-easy-tags-plugin": "^1.1.0",
"hexo-filter-github-emojis": "^2.1.0",
"hexo-generator-alias": "^0.1.3",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.2.0",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-search": "^2.4.0",
"hexo-generator-tag": "^1.0.0",
"hexo-gfycat": "^1.0.0",
"hexo-github": "^1.0.1",
"hexo-hide-posts": "^0.1.0",
"hexo-inject": "^1.0.0",
"hexo-lazyload-image": "^1.0.9",
"hexo-offline": "^1.0.0",
"hexo-reading-time": "^1.0.3",
"hexo-render-pug": "^2.1.4",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it-plus": "^1.0.4",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-pug": "^1.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0",
"hexo-sliding-spoiler": "^1.2.1",
"hexo-tag-kbd": "0.0.1",
"hexo-tag-spotify": "^1.1.2",
"hexo-undraft": "^1.0.4",
"hexo-uuid": "^1.0.2",
"hexo-wordcount": "^6.0.1"
},
"devDependencies": {
"hexo-broken-links-checker": "^1.5.2",
"hexo-feed": "^1.0.2"
}
}